Home
last modified time | relevance | path

Searched refs:make_string (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp372 std::string make_string(const uint8_t* data, size_t length) { in make_string() function
376 template <size_t N> std::string make_string(const uint8_t (&a)[N]) { in make_string() function
377 return make_string(a, N); in make_string()
1894 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected)); in TEST_P()
1895 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected)); in TEST_P()
1896 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected)); in TEST_P()
1897 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected)); in TEST_P()
1926 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected)); in TEST_P()
1927 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected)); in TEST_P()
1928 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected)); in TEST_P()
[all …]
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp304 std::string make_string(const uint8_t* data, size_t length) { in make_string() function
309 std::string make_string(const uint8_t (&a)[N]) { in make_string() function
310 return make_string(a, N); in make_string()
1478 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected)); in TEST_P()
1480 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected)); in TEST_P()
1481 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected)); in TEST_P()
1482 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected)); in TEST_P()
1512 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected)); in TEST_P()
1514 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected)); in TEST_P()
1515 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected)); in TEST_P()
[all …]