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

/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp376 class KeymasterTest : public KeymasterBaseTest { class in namespace:android
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_Failur
[all...]

Completed in 123 milliseconds