Searched refs:kKey2 (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/evp/ |
D | pbkdf_test.cc | 104 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()
|