Home
last modified time | relevance | path

Searched refs:kTestChallenge (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/attestation/
H A Dplatform_verification_flow_unittest.cc42 const char kTestChallenge[] = "test_challenge"; variable
185 verifier_->ChallengePlatformKey(nullptr, kTestID, kTestChallenge, in TEST_F()
201 verifier_->ChallengePlatformKey(nullptr, kTestID, kTestChallenge, in TEST_F()
209 verifier_->ChallengePlatformKey(nullptr, kTestID, kTestChallenge, in TEST_F()
218 verifier_->ChallengePlatformKey(nullptr, kTestID, kTestChallenge, in TEST_F()
227 verifier_->ChallengePlatformKey(nullptr, kTestID, kTestChallenge, in TEST_F()
240 verifier_->ChallengePlatformKey(nullptr, kTestID, kTestChallenge, in TEST_F()
250 verifier_->ChallengePlatformKey(nullptr, kTestID, kTestChallenge, in TEST_F()
261 verifier_->ChallengePlatformKey(nullptr, kTestID, kTestChallenge, in TEST_F()
270 verifier_->ChallengePlatformKey(nullptr, kTestID, kTestChallenge, in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/payments/
H A Dcredit_card_fido_authenticator_unittest.cc85 constexpr char kTestChallenge[] = "VGhpcyBpcyBhIHRlc3QgY2hhbGxlbmdl"; variable
225 GetTestCreationOptions(kTestChallenge, kTestRelyingPartyId); in OptChange()
229 kTestChallenge, kTestRelyingPartyId, kTestCredentialId); in OptChange()
344 kTestChallenge, kTestRelyingPartyId, kTestCredentialId); in TEST_F()
372 GetTestCreationOptions(kTestChallenge, kTestRelyingPartyId); in TEST_F()
417 GetTestRequestOptions(kTestChallenge, kTestRelyingPartyId, in TEST_F()
431 GetTestRequestOptions(kTestChallenge, kTestRelyingPartyId, in TEST_F()
449 GetTestRequestOptions(kTestChallenge, kTestRelyingPartyId, in TEST_F()
526 GetTestCreationOptions(kTestChallenge, kTestRelyingPartyId)); in TEST_F()
547 GetTestCreationOptions(kTestChallenge, kTestRelyingPartyId)); in TEST_F()
[all …]
H A Dtest_payments_client.cc22 constexpr char kTestChallenge[] = "VGhpcyBpcyBhIHRlc3QgY2hhbGxlbmdl"; variable
124 base::Value(kTestChallenge)); in AddFidoEligibleCard()
H A Dcredit_card_access_manager_unittest.cc90 constexpr char kTestChallenge[] = "VGhpcyBpcyBhIHRlc3QgY2hhbGxlbmdl"; variable
293 request_options.SetKey("challenge", base::Value(kTestChallenge)); in GetTestRequestOptions()
307 creation_options.SetKey("challenge", base::Value(kTestChallenge)); in GetTestCreationOptions()
1193 EXPECT_EQ(kTestChallenge, in TEST_F()
1379 EXPECT_EQ(kTestChallenge, in TEST_F()
1555 EXPECT_EQ(kTestChallenge, in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/payments/
H A Dcredit_card_fido_authenticator_unittest.cc85 constexpr char kTestChallenge[] = "VGhpcyBpcyBhIHRlc3QgY2hhbGxlbmdl"; variable
231 GetTestCreationOptions(kTestChallenge, kTestRelyingPartyId); in OptChange()
235 kTestChallenge, kTestRelyingPartyId, kTestCredentialId); in OptChange()
350 kTestChallenge, kTestRelyingPartyId, kTestCredentialId); in TEST_F()
378 GetTestCreationOptions(kTestChallenge, kTestRelyingPartyId); in TEST_F()
423 GetTestRequestOptions(kTestChallenge, kTestRelyingPartyId, in TEST_F()
437 GetTestRequestOptions(kTestChallenge, kTestRelyingPartyId, in TEST_F()
455 GetTestRequestOptions(kTestChallenge, kTestRelyingPartyId, in TEST_F()
532 GetTestCreationOptions(kTestChallenge, kTestRelyingPartyId)); in TEST_F()
553 GetTestCreationOptions(kTestChallenge, kTestRelyingPartyId)); in TEST_F()
[all …]
H A Dtest_payments_client.cc22 constexpr char kTestChallenge[] = "VGhpcyBpcyBhIHRlc3QgY2hhbGxlbmdl"; variable
117 base::Value(kTestChallenge)); in AddFidoEligibleCard()
H A Dcredit_card_access_manager_unittest.cc89 constexpr char kTestChallenge[] = "VGhpcyBpcyBhIHRlc3QgY2hhbGxlbmdl"; variable
287 request_options.SetKey("challenge", base::Value(kTestChallenge)); in GetTestRequestOptions()
301 creation_options.SetKey("challenge", base::Value(kTestChallenge)); in GetTestCreationOptions()
1187 EXPECT_EQ(kTestChallenge, in TEST_F()
1345 EXPECT_EQ(kTestChallenge, in TEST_F()
1521 EXPECT_EQ(kTestChallenge, in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/webauth/
H A Dwebauth_browsertest.cc504 std::vector<uint8_t> kTestChallenge{0, 0, 0}; in BuildBasicCreateOptions() local
506 rp, user, kTestChallenge, parameters, base::TimeDelta::FromSeconds(30), in BuildBasicCreateOptions()
529 std::vector<uint8_t> kTestChallenge{0, 0, 0}; in BuildBasicGetOptions() local
531 kTestChallenge, base::TimeDelta::FromSeconds(30), "acme.com", in BuildBasicGetOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/webauth/
H A Dwebauth_browsertest.cc514 std::vector<uint8_t> kTestChallenge{0, 0, 0}; in BuildBasicCreateOptions() local
516 rp, user, kTestChallenge, parameters, base::TimeDelta::FromSeconds(30), in BuildBasicCreateOptions()
541 std::vector<uint8_t> kTestChallenge{0, 0, 0}; in BuildBasicGetOptions() local
543 kTestChallenge, base::TimeDelta::FromSeconds(30), "acme.com", in BuildBasicGetOptions()