Home | History | Annotate | Download | only in functional

Lines Matching defs:make_string

261 std::string make_string(const uint8_t* data, size_t length) {
266 std::string make_string(const uint8_t (&a)[N]) {
267 return make_string(a, N);
1191 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected));
1192 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected));
1193 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected));
1194 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected));
1223 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected));
1224 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected));
1225 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected));
1226 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected));
1261 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected));
1262 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected));
1263 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected));
1264 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected));
1302 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected));
1303 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected));
1304 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected));
1305 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected));
2917 string nonce = make_string(nonce_bytes);
2925 string ciphertext = make_string(ciphertext_bytes);
2946 string key = make_string(key_bytes);