Home
last modified time | relevance | path

Searched refs:kKey1 (Results 1 – 1 of 1) 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()