Home
last modified time | relevance | path

Searched refs:CheckHmacTestVector (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp762 CheckHmacTestVector(key, message, KM_DIGEST_SHA_2_224, make_string(sha_224_expected)); in TEST_P()
763 CheckHmacTestVector(key, message, KM_DIGEST_SHA_2_256, make_string(sha_256_expected)); in TEST_P()
764 CheckHmacTestVector(key, message, KM_DIGEST_SHA_2_384, make_string(sha_384_expected)); in TEST_P()
765 CheckHmacTestVector(key, message, KM_DIGEST_SHA_2_512, make_string(sha_512_expected)); in TEST_P()
798 CheckHmacTestVector(key, message, KM_DIGEST_SHA_2_224, make_string(sha_224_expected)); in TEST_P()
799 CheckHmacTestVector(key, message, KM_DIGEST_SHA_2_256, make_string(sha_256_expected)); in TEST_P()
800 CheckHmacTestVector(key, message, KM_DIGEST_SHA_2_384, make_string(sha_384_expected)); in TEST_P()
801 CheckHmacTestVector(key, message, KM_DIGEST_SHA_2_512, make_string(sha_512_expected)); in TEST_P()
825 CheckHmacTestVector(key, message, KM_DIGEST_SHA_2_224, make_string(sha_224_expected)); in TEST_P()
826 CheckHmacTestVector(key, message, KM_DIGEST_SHA_2_256, make_string(sha_256_expected)); in TEST_P()
[all …]
H A Dandroid_keymaster_test_utils.h291 void CheckHmacTestVector(const std::string& key, const std::string& message,
H A Dandroid_keymaster_test_utils.cpp664 void Keymaster2Test::CheckHmacTestVector(const string& key, const string& message, in CheckHmacTestVector() function in keymaster::test::Keymaster2Test
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp764 void CheckHmacTestVector(const string& key, const string& message, Digest digest, in CheckHmacTestVector() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
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()
1929 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected)); in TEST_P()
1964 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected)); in TEST_P()
[all …]
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.h169 void CheckHmacTestVector(const string& key, const string& message, Digest digest,
H A Dkeymaster_hidl_hal_test.cpp1586 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected)); in TEST_P()
1588 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected)); in TEST_P()
1589 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected)); in TEST_P()
1590 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected)); in TEST_P()
1620 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected)); in TEST_P()
1622 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected)); in TEST_P()
1623 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected)); in TEST_P()
1624 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected)); in TEST_P()
H A DKeymasterHidlTest.cpp446 void KeymasterHidlTest::CheckHmacTestVector(const string& key, const string& message, Digest digest, in CheckHmacTestVector() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.h169 void CheckHmacTestVector(const string& key, const string& message, Digest digest,
H A DKeyMintTest.cpp2975 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected)); in TEST_P()
2977 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected)); in TEST_P()
2978 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected)); in TEST_P()
2979 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected)); in TEST_P()
3009 CheckHmacTestVector(key, message, Digest::SHA_2_256, make_string(sha_256_expected)); in TEST_P()
3011 CheckHmacTestVector(key, message, Digest::SHA_2_224, make_string(sha_224_expected)); in TEST_P()
3012 CheckHmacTestVector(key, message, Digest::SHA_2_384, make_string(sha_384_expected)); in TEST_P()
3013 CheckHmacTestVector(key, message, Digest::SHA_2_512, make_string(sha_512_expected)); in TEST_P()
H A DKeyMintAidlTestBase.cpp616 void KeyMintAidlTestBase::CheckHmacTestVector(const string& key, const string& message, in CheckHmacTestVector() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase