Searched refs:KeymasterArguments (Results 1 – 6 of 6) sorted by relevance
/system/security/keystore/include/keystore/ |
D | IKeystoreService.h | 46 struct KeymasterArguments { struct 47 KeymasterArguments(); 48 ~KeymasterArguments(); 68 KeymasterArguments outParams; argument 206 virtual int32_t generateKey(const String16& name, const KeymasterArguments& params, 216 virtual int32_t importKey(const String16& name, const KeymasterArguments& params, 227 const KeymasterArguments& params, const uint8_t* entropy, 230 virtual void update(const sp<IBinder>& token, const KeymasterArguments& params, 233 virtual void finish(const sp<IBinder>& token, const KeymasterArguments& params, 248 virtual int32_t attestKey(const String16& name, const KeymasterArguments& params,
|
/system/security/keystore/ |
D | key_store_service.h | 93 int32_t generateKey(const String16& name, const KeymasterArguments& params, 99 int32_t importKey(const String16& name, const KeymasterArguments& params, 106 bool pruneable, const KeymasterArguments& params, const uint8_t* entropy, 108 void update(const sp<IBinder>& token, const KeymasterArguments& params, const uint8_t* data, 110 void finish(const sp<IBinder>& token, const KeymasterArguments& params, 119 int32_t attestKey(const String16& name, const KeymasterArguments& params,
|
D | keystore_client_impl.cpp | 35 using android::KeymasterArguments; 205 KeymasterArguments key_arguments; in generateKey() 238 KeymasterArguments key_arguments; in importKey() 276 KeymasterArguments input_arguments; in beginOperation() 302 KeymasterArguments input_arguments; in updateOperation() 327 KeymasterArguments input_arguments; in finishOperation()
|
D | IKeystoreService.cpp | 138 KeymasterArguments::KeymasterArguments() { in KeymasterArguments() function in android::KeymasterArguments 141 KeymasterArguments::~KeymasterArguments() { in ~KeymasterArguments() 145 void KeymasterArguments::readFromParcel(const Parcel& in) { in readFromParcel() 163 void KeymasterArguments::writeToParcel(Parcel* out) const { in writeToParcel() 999 virtual int32_t generateKey(const String16& name, const KeymasterArguments& params, in generateKey() 1063 virtual int32_t importKey(const String16& name, const KeymasterArguments& params, in importKey() 1136 const KeymasterArguments& params, const uint8_t* entropy, in begin() 1169 virtual void update(const sp<IBinder>& token, const KeymasterArguments& params, in update() 1198 virtual void finish(const sp<IBinder>& token, const KeymasterArguments& params, in finish() 1327 virtual int32_t attestKey(const String16& name, const KeymasterArguments& params, in attestKey() [all …]
|
D | key_store_service.cpp | 281 KeymasterArguments params; in generate() 358 KeymasterArguments params; in import() 593 int32_t KeyStoreService::generateKey(const String16& name, const KeymasterArguments& params, in generateKey() 723 int32_t KeyStoreService::importKey(const String16& name, const KeymasterArguments& params, in importKey() 816 const KeymasterArguments& params, const uint8_t* entropy, in begin() 959 void KeyStoreService::update(const sp<IBinder>& token, const KeymasterArguments& params, in update() 1008 void KeyStoreService::finish(const sp<IBinder>& token, const KeymasterArguments& params, in finish() 1130 int32_t KeyStoreService::attestKey(const String16& name, const KeymasterArguments& params, in attestKey() 1484 KeymasterArguments inArgs; in doLegacySignVerify()
|
D | keystore.cpp | 423 android::KeymasterArguments params; in importKey()
|