Searched refs:FLAG_NONE (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/keystore/tests/src/android/security/ |
D | AndroidKeyStoreTest.java | 1445 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE)); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success() 1447 KeyStore.UID_SELF, KeyStore.FLAG_NONE)); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success() 1449 KeyStore.UID_SELF, KeyStore.FLAG_NONE)); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success() 1507 FAKE_DSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE)); in testKeyStore_GetEntry_DSA_NullParams_Unencrypted_Success() 1509 FAKE_DSA_USER_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE)); in testKeyStore_GetEntry_DSA_NullParams_Unencrypted_Success() 1511 KeyStore.UID_SELF, KeyStore.FLAG_NONE)); in testKeyStore_GetEntry_DSA_NullParams_Unencrypted_Success() 1527 FAKE_EC_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE)); in testKeyStore_GetEntry_EC_NullParams_Unencrypted_Success() 1529 FAKE_EC_USER_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE)); in testKeyStore_GetEntry_EC_NullParams_Unencrypted_Success() 1531 KeyStore.UID_SELF, KeyStore.FLAG_NONE)); in testKeyStore_GetEntry_EC_NullParams_Unencrypted_Success() 1547 FAKE_RSA_KEY_1, KeyStore.UID_SELF, KeyStore.FLAG_NONE)); in testKeyStore_GetEntry_RSA_NullParams_Unencrypted_Success() [all …]
|
/frameworks/base/keystore/java/android/security/ |
D | KeyStore.java | 51 public static final int FLAG_NONE = 0; field in KeyStore
|
D | AndroidKeyStore.java | 368 android.security.KeyStore.UID_SELF, android.security.KeyStore.FLAG_NONE)) { in engineSetCertificateEntry()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiConfigStore.java | 4116 KeyStore.FLAG_NONE); in installKeys() 4168 return mKeyStore.put(name, certData, Process.WIFI_UID, KeyStore.FLAG_NONE); in putCertInKeyStore()
|