Lines Matching defs:KeymasterTest

376 class KeymasterTest : public KeymasterBaseTest {
505 TEST_F(KeymasterTest, GenerateKeyPair_UnknownType_Failure) {
516 TEST_F(KeymasterTest, ImportKeyPair_RSA_Success) {
552 TEST_F(KeymasterTest, ImportKeyPair_EC_Success) {
588 TEST_F(KeymasterTest, ImportKeyPair_BogusKey_Failure) {
598 TEST_F(KeymasterTest, ImportKeyPair_NullKey_Failure) {
608 TEST_F(KeymasterTest, GetKeypairPublic_RSA_Success) {
630 TEST_F(KeymasterTest, GetKeypairPublic_EC_Success) {
652 TEST_F(KeymasterTest, GetKeypairPublic_NullKey_Failure) {
665 TEST_F(KeymasterTest, GetKeypairPublic_RSA_NullDestination_Failure) {
684 TEST_F(KeymasterTest, GetKeypairPublic_EC_NullDestination_Failure) {
703 TEST_F(KeymasterTest, DeleteKeyPair_RSA_Success) {
717 TEST_F(KeymasterTest, DeleteKeyPair_RSA_DoubleDelete_Failure) {
743 TEST_F(KeymasterTest, DeleteKeyPair_RSA_NullKey_Failure) {
853 TEST_F(KeymasterTest, SignData_RSA_Raw_Success) {
893 TEST_F(KeymasterTest, SignData_EC_Success) {
941 TEST_F(KeymasterTest, SignData_RSA_Raw_InvalidSizeInput_Failure) {
972 TEST_F(KeymasterTest, SignData_RSA_Raw_NullKey_Failure) {
991 TEST_F(KeymasterTest, SignData_RSA_Raw_NullInput_Failure) {
1019 TEST_F(KeymasterTest, SignData_RSA_Raw_NullOutput_Failure) {
1050 TEST_F(KeymasterTest, VerifyData_RSA_Raw_Success) {
1081 TEST_F(KeymasterTest, VerifyData_EC_Raw_Success) {
1118 TEST_F(KeymasterTest, VerifyData_RSA_Raw_BadSignature_Failure) {
1143 TEST_F(KeymasterTest, VerifyData_EC_Raw_BadSignature_Failure) {
1167 TEST_F(KeymasterTest, VerifyData_RSA_Raw_NullKey_Failure) {
1186 TEST_F(KeymasterTest, VerifyData_RSA_NullInput_Failure) {
1211 TEST_F(KeymasterTest, VerifyData_RSA_NullSignature_Failure) {
1239 TEST_F(KeymasterTest, EraseAll_Success) {