Home
last modified time | relevance | path

Searched refs:kKey2 (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/evp/
Dpbkdf_test.cc104 const uint8_t kKey2[] = {0xea, 0x6c, 0x01, 0x4d, 0xc7, 0x2d, 0x6f, in TestRFC6070Vectors() local
112 !TestPBKDF2("password", 8, "salt", 4, 2, EVP_sha1(), sizeof(kKey2), in TestRFC6070Vectors()
113 kKey2) || in TestRFC6070Vectors()
133 const uint8_t kKey2[] = { in TestSHA2() local
145 EVP_sha512(), sizeof(kKey2), kKey2)) { in TestSHA2()
/external/v8/test/cctest/
Dtest-identity-map.cc201 int kKey2 = 33; in TEST() local
206 t.map.Set(t.smi(kKey2), &kKey2); in TEST()
210 t.CheckFind(t.smi(kKey2 + kShift), &kKey2); in TEST()
211 t.CheckGet(t.smi(kKey2 + kShift), &kKey2); in TEST()
/external/boringssl/src/crypto/rsa/
Drsa_test.cc105 static const uint8_t kKey2[] = variable
894 !TestRSA(kKey2, sizeof(kKey2) - 1, kOAEPCiphertext2, in main()