HomeSort by relevance Sort by last modified time
    Searched refs:KeymasterTest (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 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)
    [all...]
  /system/keymaster/
google_keymaster_test.cpp 46 class KeymasterTest : public testing::Test {
48 KeymasterTest() : device(5, new StdoutLogger) { RAND_seed("foobar", 6); }
49 ~KeymasterTest() {}
54 typedef KeymasterTest CheckSupported;
185 typedef KeymasterTest NewKeyGeneration;
346 typedef KeymasterTest GetKeyCharacteristics;
381 class SigningOperationsTest : public KeymasterTest {
    [all...]

Completed in 177 milliseconds