Home
last modified time | relevance | path

Searched refs:VerificationOperationsTest (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp2010 typedef KeymasterHidlTest VerificationOperationsTest; typedef
2017 TEST_P(VerificationOperationsTest, RsaSuccess) { in TEST_P() argument
2035 TEST_P(VerificationOperationsTest, RsaAllPaddingsAndDigests) { in TEST_P() argument
2131 TEST_P(VerificationOperationsTest, EcdsaAllDigestsAndCurves) { in TEST_P() argument
2214 TEST_P(VerificationOperationsTest, HmacSigningKeyCannotVerify) { in TEST_P() argument
4201 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(VerificationOperationsTest);
4202 INSTANTIATE_TEST_SUITE_P(PerInstance, VerificationOperationsTest, kKeymasterDeviceChoices,
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp1636 typedef KeymasterHidlTest VerificationOperationsTest; typedef
1643 TEST_P(VerificationOperationsTest, RsaSuccess) { in TEST_P() argument
1661 TEST_P(VerificationOperationsTest, RsaAllPaddingsAndDigests) { in TEST_P() argument
1756 TEST_P(VerificationOperationsTest, EcdsaAllDigestsAndCurves) { in TEST_P() argument
1836 TEST_P(VerificationOperationsTest, HmacSigningKeyCannotVerify) { in TEST_P() argument
1877 INSTANTIATE_KEYMASTER_HIDL_TEST(VerificationOperationsTest);
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp3854 typedef KeyMintAidlTestBase VerificationOperationsTest; typedef
3861 TEST_P(VerificationOperationsTest, HmacSigningKeyCannotVerify) { in TEST_P() argument
3906 TEST_P(VerificationOperationsTest, HmacVerificationFailsForCorruptSignature) { in TEST_P() argument
3952 INSTANTIATE_KEYMINT_AIDL_TEST(VerificationOperationsTest);