Home
last modified time | relevance | path

Searched refs:IKeystoreService (Results 1 – 12 of 12) sorted by relevance

/system/security/keystore/
Dkeystore_get.cpp29 sp<android::security::keystore::IKeystoreService> service = in keystore_get()
30 interface_cast<android::security::keystore::IKeystoreService>(binder); in keystore_get()
Dkeystore_cli.cpp31 using android::security::keystore::IKeystoreService;
194 static int list(const sp<IKeystoreService>& service, const String16& name, int uid) { in list()
219 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in main()
Dkeystore_cli_v2.cpp46 using android::security::keystore::IKeystoreService;
381 sp<IKeystoreService> service = android::interface_cast<IKeystoreService>(binder); in ListAppsWithKeys()
520 sp<IKeystoreService> service = android::interface_cast<IKeystoreService>(binder); in Confirmation()
DAndroid.bp292 "binder/android/security/keystore/IKeystoreService.aidl",
Dkeystore_client_impl.cpp64 android::interface_cast<android::security::keystore::IKeystoreService>(keystore_binder_); in KeystoreClientImpl()
/system/security/keystore/tests/
Dconfirmationui_invocation_test.cpp36 using android::security::keystore::IKeystoreService;
59 sp<IKeystoreService> service = android::interface_cast<IKeystoreService>(binder); in TEST()
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp62 using security::keystore::IKeystoreService;
65 sp<IKeystoreService> service = interface_cast<IKeystoreService>( in getBlob()
85 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in getPublicKey()
140 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in sign()
/system/security/keystore-engine/
Dkeystore_backend_binder.cpp43 using android::security::keystore::IKeystoreService;
100 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in sign()
249 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder); in get_pubkey()
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp36 using android::security::keystore::IKeystoreService;
65 service = interface_cast<IKeystoreService>(keystore_binder); in SetUp()
219 sp<IKeystoreService> service;
/system/security/keystore/include/keystore/
Dkeystore_client_impl.h113 android::sp<android::security::keystore::IKeystoreService> keystore_;
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl31 interface IKeystoreService { interface
/system/core/gatekeeperd/
Dgatekeeperd.cpp340 sp<security::keystore::IKeystoreService> service = in verifyChallenge()
341 interface_cast<security::keystore::IKeystoreService>(binder); in verifyChallenge()