Searched refs:IKeystoreService (Results 1 - 10 of 10) sorted by relevance

/system/security/keystore/
H A Dkeystore_get.cpp17 #include <keystore/IKeystoreService.h>
27 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
H A DIKeystoreService.cpp28 #include <keystore/IKeystoreService.h>
47 class BpKeystoreService: public BpInterface<IKeystoreService>
51 : BpInterface<IKeystoreService>(impl)
59 data.writeInterfaceToken(IKeystoreService::getInterfaceDescriptor());
77 data.writeInterfaceToken(IKeystoreService::getInterfaceDescriptor());
111 data.writeInterfaceToken(IKeystoreService::getInterfaceDescriptor());
135 data.writeInterfaceToken(IKeystoreService::getInterfaceDescriptor());
155 data.writeInterfaceToken(IKeystoreService::getInterfaceDescriptor());
175 data.writeInterfaceToken(IKeystoreService::getInterfaceDescriptor());
199 data.writeInterfaceToken(IKeystoreService
[all...]
H A Dkeystore_cli.cpp22 #include <keystore/IKeystoreService.h>
148 static int saw(sp<IKeystoreService> service, const String16& name, int uid) {
175 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
H A DAndroid.mk50 LOCAL_SRC_FILES := IKeystoreService.cpp keystore_get.cpp keyblob_utils.cpp
H A Dkeystore.cpp51 #include <keystore/IKeystoreService.h>
/system/security/keystore-engine/
H A Drsa_meth.cpp33 #include <keystore/IKeystoreService.h>
84 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
128 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
H A Ddsa_meth.cpp33 #include <keystore/IKeystoreService.h>
61 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
H A Decdsa_meth.cpp33 #include <keystore/IKeystoreService.h>
67 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
H A Deng_keystore.cpp46 #include <keystore/IKeystoreService.h>
112 sp<IKeystoreService> service = interface_cast<IKeystoreService>(binder);
/system/security/keystore/include/keystore/
H A DIKeystoreService.h40 * This must be kept manually in sync with frameworks/base's IKeystoreService.java
42 class IKeystoreService: public IInterface { class in namespace:android
127 class BnKeystoreService: public BnInterface<IKeystoreService> {

Completed in 86 milliseconds