Searched defs:VerificationOperationsTest (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Dandroid_keymaster_test.cpp1104 typedef Keymaster2Test VerificationOperationsTest; typedef in namespace:keymaster::test
1105 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, VerificationOperationsTest, test_params);
1107 TEST_P(VerificationOperationsTest, RsaSuccess) {
1121 TEST_P(VerificationOperationsTest, RsaPssSha256Success) {
1136 TEST_P(VerificationOperationsTest, RsaPssSha224Success) {
1172 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptSignature) {
1194 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptInput) {
1217 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256Success) {
1231 TEST_P(VerificationOperationsTest, RsaPks1Sha224Success) {
1266 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256CorruptSignatur
[all...]

Completed in 24 milliseconds