Searched refs:LoadKey (Results 1 - 13 of 13) sorted by relevance
/system/keymaster/include/keymaster/ |
H A D | asymmetric_key_factory.h | 32 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
H A D | key_factory.h | 51 virtual keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
H A D | android_keymaster.h | 81 keymaster_error_t LoadKey(const keymaster_key_blob_t& key_blob,
|
/system/keymaster/ |
H A D | aes_key.h | 35 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
H A D | hmac_key.h | 30 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
H A D | aes_key.cpp | 44 keymaster_error_t AesKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, function in class:keymaster::AesKeyFactory
|
H A D | asymmetric_key_factory.cpp | 41 keymaster_error_t AsymmetricKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, function in class:keymaster::AsymmetricKeyFactory
|
H A D | ec_keymaster0_key.h | 51 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
H A D | hmac_key.cpp | 42 keymaster_error_t HmacKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, function in class:keymaster::HmacKeyFactory
|
H A D | rsa_keymaster0_key.h | 51 keymaster_error_t LoadKey(const KeymasterKeyBlob& key_material,
|
H A D | ec_keymaster0_key.cpp | 99 keymaster_error_t EcdsaKeymaster0KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, function in class:keymaster::EcdsaKeymaster0KeyFactory 107 return super::LoadKey(key_material, hw_enforced, sw_enforced, key);
|
H A D | rsa_keymaster0_key.cpp | 111 keymaster_error_t RsaKeymaster0KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, function in class:keymaster::RsaKeymaster0KeyFactory 119 return super::LoadKey(key_material, hw_enforced, sw_enforced, key);
|
H A D | android_keymaster.cpp | 222 response->error = LoadKey(request.key_blob, request.additional_params, &hw_enforced, 349 response->error = key_factory->LoadKey(key_material, hw_enforced, sw_enforced, &key); 395 keymaster_error_t AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, function in class:keymaster::AndroidKeymaster 411 return (*factory)->LoadKey(key_material, *hw_enforced, *sw_enforced, key);
|
Completed in 46 milliseconds