Home
last modified time | relevance | path

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

/system/hardware/interfaces/wifi/keystore/1.0/default/test/
DWifiLegacyKeystoreIntegrationTest.cpp149 int uid = lks::ILegacyKeystore::UID_SELF) { in LegacyKeystoreRemove()
151 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in LegacyKeystoreRemove()
161 rc.isOk() || rc.getServiceSpecificError() == lks::ILegacyKeystore::ERROR_ENTRY_NOT_FOUND; in LegacyKeystoreRemove()
167 int uid = lks::ILegacyKeystore::UID_SELF) { in LegacyKeystorePut()
169 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in LegacyKeystorePut()
182 const std::string& alias, int uid = lks::ILegacyKeystore::UID_SELF) { in LegacyKeystoreGet()
184 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in LegacyKeystoreGet()
/system/security/keystore2/aidl/android/security/legacykeystore/
DILegacyKeystore.aidl35 interface ILegacyKeystore { interface
/system/security/keystore2/legacykeystore/
Dlib.rs18 ILegacyKeystore::BnLegacyKeystore, ILegacyKeystore::ILegacyKeystore,
19 ILegacyKeystore::ERROR_ENTRY_NOT_FOUND, ILegacyKeystore::ERROR_PERMISSION_DENIED,
20 ILegacyKeystore::ERROR_SYSTEM_ERROR, ILegacyKeystore::UID_SELF,
271 ) -> (Box<dyn DeleteListener + Send + Sync + 'static>, Strong<dyn ILegacyKeystore>) { in new_native_binder() argument
501 impl ILegacyKeystore for LegacyKeystoreService {
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp303 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in getLegacyKeystoreBlob()