Searched refs:kPassword (Results 1 – 7 of 7) sorted by relevance
/external/libweave/third_party/chromium/crypto/ |
D | p224_spake_unittest.cc | 58 const char kPassword[] = "foo"; variable 64 P224EncryptedKeyExchange::kPeerTypeClient, kPassword); in TEST() 66 P224EncryptedKeyExchange::kPeerTypeServer, kPassword); in TEST() 75 kPassword); in TEST() 85 kPassword); in TEST() 88 kPassword); in TEST() 124 P224EncryptedKeyExchange::kPeerTypeClient, kPassword); in TEST() 126 P224EncryptedKeyExchange::kPeerTypeServer, kPassword); in TEST()
|
/external/libchrome/crypto/ |
D | p224_spake_unittest.cc | 58 const char kPassword[] = "foo"; variable 64 P224EncryptedKeyExchange::kPeerTypeClient, kPassword); in TEST() 66 P224EncryptedKeyExchange::kPeerTypeServer, kPassword); in TEST() 75 kPassword); in TEST() 85 kPassword); in TEST() 88 kPassword); in TEST() 124 P224EncryptedKeyExchange::kPeerTypeClient, kPassword); in TEST() 126 P224EncryptedKeyExchange::kPeerTypeServer, kPassword); in TEST()
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs12_test.cc | 684 static const char kPassword[] = "foo"; variable 695 if (!PKCS12_get_key_and_certs(&key, certs.get(), &pkcs12, kPassword)) { in Test() 728 if (!PKCS12_verify_mac(p12.get(), kPassword, sizeof(kPassword) - 1)) { in TestCompat() 736 if (!PKCS12_parse(p12.get(), kPassword, &key, &cert, &ca_certs)) { in TestCompat()
|
D | pkcs8_test.cc | 73 static const char kPassword[] = "testing"; in test() local 74 ScopedPKCS8_PRIV_KEY_INFO keypair(PKCS8_decrypt(sig.get(), kPassword, -1)); in test()
|
/external/boringssl/src/crypto/evp/ |
D | pbkdf_test.cc | 158 static const char kPassword[] = "password"; in TestZeroIterations() local 159 const size_t password_len = strlen(kPassword); in TestZeroIterations() 168 if (!PKCS5_PBKDF2_HMAC(kPassword, password_len, kSalt, salt_len, in TestZeroIterations() 179 if (PKCS5_PBKDF2_HMAC(kPassword, password_len, kSalt, salt_len, in TestZeroIterations()
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 48 kPassword, enumerator 330 bool passwordEnabled = parser[NKey::kPassword].ThereIs; in Main2() 334 password = parser[NKey::kPassword].PostStrings[0]; in Main2()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveCommandLine.cpp | 90 kPassword, enumerator 1049 options.PasswordEnabled = parser[NKey::kPassword].ThereIs; in Parse2() 1051 options.Password = parser[NKey::kPassword].PostStrings[0]; in Parse2()
|