Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/evp/
Dpbkdf_test.cc101 const uint8_t kKey1[] = {0x0c, 0x60, 0xc8, 0x0f, 0x96, 0x1f, 0x0e, in TestRFC6070Vectors() local
110 if (!TestPBKDF2("password", 8, "salt", 4, 1, EVP_sha1(), sizeof(kKey1), in TestRFC6070Vectors()
111 kKey1) || in TestRFC6070Vectors()
126 const uint8_t kKey1[] = {0xae, 0x4d, 0x0c, 0x95, 0xaf, 0x6b, 0x46, 0xd3, in TestSHA2() local
141 if (!TestPBKDF2("password", 8, "salt", 4, 2, EVP_sha256(), sizeof(kKey1), in TestSHA2()
142 kKey1) || in TestSHA2()
/external/boringssl/src/crypto/rsa/
Drsa_test.cc76 static const uint8_t kKey1[] = variable
811 ScopedRSA rsa(RSA_private_key_from_bytes(kKey1, sizeof(kKey1) - 1)); in TestASN1()
823 if (der_len != sizeof(kKey1) - 1 || memcmp(der, kKey1, der_len) != 0) { in TestASN1()
892 if (!TestRSA(kKey1, sizeof(kKey1) - 1, kOAEPCiphertext1, in main()
/external/v8/test/cctest/
Dtest-identity-map.cc200 int kKey1 = 1; in TEST() local
205 t.map.Set(t.smi(kKey1), &kKey1); in TEST()
208 t.CheckFind(t.smi(kKey1 + kShift), &kKey1); in TEST()
209 t.CheckGet(t.smi(kKey1 + kShift), &kKey1); in TEST()