Home
last modified time | relevance | path

Searched refs:Agree (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qml/Global/+desktop/
H A Dtest_DecisionView.qml42 verify(testObject.agreeButton.visible, "Agree Button visible")
53 verify(!testObject.agreeButton.visible, "Agree Button invisible")
64 verify(!testObject.agreeButton.visible, "Agree Button invisible")
73 verify(testObject.agreeButton.visible, "Agree Button visible")
84 verify(testObject.agreeButton.visible, "Agree Button visible")
95 verify(!testObject.agreeButton.visible, "Agree Button invisible")
106 verify(testObject.agreeButton.visible, "Agree Button visible")
112 verify(!testObject.agreeButton.visible, "Agree Button invisible")
/dports/security/cryptopp/cryptopp-8.6.0/
H A Ddh2.cpp46 …bool Agree(byte *agreedValue, const byte *privateKey, const byte *otherPublicKey, bool validateOth… in Agree() function
60 bool DH2::Agree(byte *agreedValue, in Agree() function in DH2
65 return d1.Agree(agreedValue, staticSecretKey, staticOtherPublicKey, validateStaticOtherPublicKey) in Agree()
66 …&& d2.Agree(agreedValue+d1.AgreedValueLength(), ephemeralSecretKey, ephemeralOtherPublicKey, true); in Agree()
H A Dvalidat6.cpp80 if (!(d.Agree(val1, priv1, pub2) && d.Agree(val2, priv2, pub1))) in SimpleKeyAgreementValidate()
120 if (d.Agree(val1, spriv1, epriv1, spub2, epub2) && d.Agree(val2, spriv2, epriv2, spub1, epub1)) in AuthenticatedKeyAgreementValidate()
186 …if (initiator.Agree(val1, spriv1, epriv1, spub2, epub2) && recipient.Agree(val2, spriv2, epriv2, s… in AuthenticatedKeyAgreementWithRolesValidate()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddh2.cpp46 …bool Agree(byte *agreedValue, const byte *privateKey, const byte *otherPublicKey, bool validateOth… in Agree() function
60 bool DH2::Agree(byte *agreedValue, in Agree() function in DH2
65 return d1.Agree(agreedValue, staticSecretKey, staticOtherPublicKey, validateStaticOtherPublicKey) in Agree()
66 …&& d2.Agree(agreedValue+d1.AgreedValueLength(), ephemeralSecretKey, ephemeralOtherPublicKey, true); in Agree()
H A Dvalidat6.cpp80 if (!(d.Agree(val1, priv1, pub2) && d.Agree(val2, priv2, pub1))) in SimpleKeyAgreementValidate()
120 if (d.Agree(val1, spriv1, epriv1, spub2, epub2) && d.Agree(val2, spriv2, epriv2, spub1, epub1)) in AuthenticatedKeyAgreementValidate()
186 …if (initiator.Agree(val1, spriv1, epriv1, spub2, epub2) && recipient.Agree(val2, spriv2, epriv2, s… in AuthenticatedKeyAgreementWithRolesValidate()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Ddh2.cpp46 …bool Agree(byte *agreedValue, const byte *privateKey, const byte *otherPublicKey, bool validateOth… in Agree() function
60 bool DH2::Agree(byte *agreedValue, in Agree() function in DH2
65 return d1.Agree(agreedValue, staticSecretKey, staticOtherPublicKey, validateStaticOtherPublicKey) in Agree()
66 …&& d2.Agree(agreedValue+d1.AgreedValueLength(), ephemeralSecretKey, ephemeralOtherPublicKey, true); in Agree()
H A Dvalidat6.cpp80 if (!(d.Agree(val1, priv1, pub2) && d.Agree(val2, priv2, pub1))) in SimpleKeyAgreementValidate()
120 if (d.Agree(val1, spriv1, epriv1, spub2, epub2) && d.Agree(val2, spriv2, epriv2, spub1, epub1)) in AuthenticatedKeyAgreementValidate()
186 …if (initiator.Agree(val1, spriv1, epriv1, spub2, epub2) && recipient.Agree(val2, spriv2, epriv2, s… in AuthenticatedKeyAgreementWithRolesValidate()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Ddh2.cpp46 …bool Agree(byte *agreedValue, const byte *privateKey, const byte *otherPublicKey, bool validateOth… in Agree() function
60 bool DH2::Agree(byte *agreedValue, in Agree() function in DH2
65 return d1.Agree(agreedValue, staticSecretKey, staticOtherPublicKey, validateStaticOtherPublicKey) in Agree()
66 …&& d2.Agree(agreedValue+d1.AgreedValueLength(), ephemeralSecretKey, ephemeralOtherPublicKey, true); in Agree()
H A Dvalidat6.cpp80 if (!(d.Agree(val1, priv1, pub2) && d.Agree(val2, priv2, pub1))) in SimpleKeyAgreementValidate()
120 if (d.Agree(val1, spriv1, epriv1, spub2, epub2) && d.Agree(val2, spriv2, epriv2, spub1, epub1)) in AuthenticatedKeyAgreementValidate()
186 …if (initiator.Agree(val1, spriv1, epriv1, spub2, epub2) && recipient.Agree(val2, spriv2, epriv2, s… in AuthenticatedKeyAgreementWithRolesValidate()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Ddh2.cpp15 bool DH2::Agree(byte *agreedValue, in Agree() function in DH2
20 return d1.Agree(agreedValue, staticSecretKey, staticOtherPublicKey, validateStaticOtherPublicKey) in Agree()
21 …&& d2.Agree(agreedValue+d1.AgreedValueLength(), ephemeralSecretKey, ephemeralOtherPublicKey, true); in Agree()
H A Dbench2.cpp183 d.Agree(val, priv1, pub2); in BenchMarkAgreement()
184 d.Agree(val, priv2, pub1); in BenchMarkAgreement()
207 d.Agree(val, spriv1, epriv1, spub2, epub2); in BenchMarkAgreement()
208 d.Agree(val, spriv2, epriv2, spub1, epub1); in BenchMarkAgreement()
232 d.Agree(val, spriv1, epriv1, spub2, epub2);
233 d.Agree(val, spriv2, epriv2, spub1, epub1);
H A Dvalidat2.cpp225 if (!(d.Agree(val1, priv1, pub2) && d.Agree(val2, priv2, pub1))) in SimpleKeyAgreementValidate()
265 if (!(d.Agree(val1, spriv1, epriv1, spub2, epub2) && d.Agree(val2, spriv2, epriv2, spub1, epub1))) in AuthenticatedKeyAgreementValidate()
432 …if (!(hmqvA.Agree(valA, sprivA, eprivA, spubB, epubB) && hmqvB.Agree(valB, sprivB, eprivB, spubA, … in ValidateHMQV()
486 …if (!(hmqvA384.Agree(valA384, sprivA384, eprivA384, spubB384, epubB384) && hmqvB384.Agree(valB384,… in ValidateHMQV()
549 …if (!(fhmqvA.Agree(valA, sprivA, eprivA, spubB, epubB) && fhmqvB.Agree(valB, sprivB, eprivB, spubA… in ValidateFHMQV()
603 …if (!(fhmqvA384.Agree(valA384, sprivA384, eprivA384, spubB384, epubB384) && fhmqvB384.Agree(valB38… in ValidateFHMQV()
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CPack/tests/DMG_SLA/
H A DEnglish.menu.txt2 Agree
6 You agree to the License Agreement terms when you click the "Agree" button.
/dports/games/jin/jin-2.14.1/src/free/jin/board/
H A Dlocalization.properties63 PlayedGameButtonPanel.abortButton.acceptTooltip = Agree to abort the game
68 PlayedGameButtonPanel.adjournButton.acceptTooltip = Agree to adjourn the game
73 PlayedGameButtonPanel.takebackButton.acceptTooltip = Agree to take back a move
79 PlayedGameButtonPanel.multipleTakebackButton.acceptTooltip = Agree to take back {0,number,integer} …
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CompatibleInterface/
H A DDebugProperties-stderr.txt13 \* Target "iface1" property value "TRUE" \(Agree\)
40 \* Target "iface2" property value "FALSE" \(Agree\)
47 \* Target "iface1" property value "FALSE" \(Agree\)
61 \* Target "iface1" property value "prop2" \(Agree\)
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_open_file.cpp96 m_seqDecision = SequenceDecision::Agree; in onLoadParams()
143 case SequenceDecision::Agree: in onExecute()
172 m_seqDecision = SequenceDecision::Agree; in onExecute()
/dports/www/go-www/www-2.0.0/
H A DCONTRIBUTING.md10 * Agree that you have authored 100% of the content
11 * Agree that you have the necessary rights to the content
12 * Agree that you have received the necessary permissions from your employer to make the contributio…
13 * Agree that the content you contribute may be provided under the Project license(s)
/dports/sysutils/immortal/immortal-0.24.3/
H A DCONTRIBUTING.md10 * Agree that you have authored 100% of the content
11 * Agree that you have the necessary rights to the content
12 * Agree that you have received the necessary permissions from your employer to make the contributio…
13 * Agree that the content you contribute may be provided under the Project license(s)
/dports/sysutils/immortal/immortal-0.24.3/vendor/github.com/nbari/violetear/
H A DCONTRIBUTING.md10 * Agree that you have authored 100% of the content
11 * Agree that you have the necessary rights to the content
12 * Agree that you have received the necessary permissions from your employer to make the contributio…
13 * Agree that the content you contribute may be provided under the Project license(s)
/dports/security/ssh-vault/ssh-vault-0.12.6/
H A DCONTRIBUTING.md10 * Agree that you have authored 100% of the content
11 * Agree that you have the necessary rights to the content
12 * Agree that you have received the necessary permissions from your employer to make the contributio…
13 * Agree that the content you contribute may be provided under the Project license(s)
/dports/devel/app-builder/app-builder-3.4.2/pkg/package-format/appimage/templates/
H A DAppRun.sh103 … --title="{{.ProductName}}" --filename="$APPDIR/{{.EulaFile}}" --ok-label=Agree --cancel-label=Dis…
108 …LD_LIBRARY_PATH="" kdialog --textbox "$APPDIR/{{.EulaFile}}" --yes-label Agree --cancel-label "Dis…
/dports/www/joomla3/joomla3-3.9.24/administrator/language/en-GB/
H A Den-GB.plg_user_profile.ini36 PLG_USER_PROFILE_FIELD_TOS_DESC="Agree to terms of service."
42 PLG_USER_PROFILE_OPTION_AGREE="Agree"
/dports/games/freeciv/freeciv-2.6.6/data/misc/
H A Dtreaty.spec25 ; Agree/disagree thumbs:
/dports/games/freeciv-nox11/freeciv-2.6.6/data/misc/
H A Dtreaty.spec25 ; Agree/disagree thumbs:
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/PositionIndependentCode/
H A DDebug-stderr.txt6 \* Target "iface" property value "TRUE" \(Agree\)

12345678910>>...32