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

/system/keymaster/
H A Dandroid_keymaster_test.cpp1152 typedef Keymaster2Test VerificationOperationsTest; typedef in namespace:keymaster::test
1153 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, VerificationOperationsTest, test_params);
1155 TEST_P(VerificationOperationsTest, RsaSuccess) {
1169 TEST_P(VerificationOperationsTest, RsaPssSha256Success) {
1184 TEST_P(VerificationOperationsTest, RsaPssSha224Success) {
1220 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptSignature) {
1245 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptInput) {
1271 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256Success) {
1285 TEST_P(VerificationOperationsTest, RsaPks1Sha224Success) {
1320 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256CorruptSignatur
[all...]

Completed in 166 milliseconds