Home
last modified time | relevance | path

Searched refs:FLAG_NONE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/keystore/tests/src/android/security/
DAndroidKeyStoreTest.java1445 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/
DKeyStore.java51 public static final int FLAG_NONE = 0; field in KeyStore
DAndroidKeyStore.java368 android.security.KeyStore.UID_SELF, android.security.KeyStore.FLAG_NONE)) { in engineSetCertificateEntry()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java4116 KeyStore.FLAG_NONE); in installKeys()
4168 return mKeyStore.put(name, certData, Process.WIFI_UID, KeyStore.FLAG_NONE); in putCertInKeyStore()