/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster1_legacy_support.h | 99 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function 111 return software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey() 114 return passthrough_factory_.LoadKey(move(key_material), additional_params, in LoadKey() 152 Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, 160 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material,
|
D | rsa_keymaster0_key.h | 50 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | ec_keymaster0_key.h | 50 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | ec_keymaster1_key.h | 54 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | rsa_keymaster1_key.h | 55 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | keymaster_passthrough_key.h | 58 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
/system/keymaster/legacy_support/ |
D | keymaster1_legacy_support.cpp | 262 Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::Keymaster1ArbitrationFactory 273 auto rc = software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey() 284 Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::Keymaster1ArbitrationFactory 295 auto rc = software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey()
|
D | ec_keymaster0_key.cpp | 100 keymaster_error_t EcdsaKeymaster0KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::EcdsaKeymaster0KeyFactory 109 …return super::LoadKey(move(key_material), additional_params, move(hw_enforced), move(sw_enforced),… in LoadKey()
|
D | rsa_keymaster0_key.cpp | 101 keymaster_error_t RsaKeymaster0KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::RsaKeymaster0KeyFactory 110 return super::LoadKey(move(key_material), additional_params, move(hw_enforced), in LoadKey()
|
D | keymaster_passthrough_key.cpp | 23 KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::KeymasterPassthroughKeyFactory
|
D | ec_keymaster1_key.cpp | 92 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::EcdsaKeymaster1KeyFactory
|
D | rsa_keymaster1_key.cpp | 101 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::RsaKeymaster1KeyFactory
|
/system/keymaster/include/keymaster/ |
D | asymmetric_key_factory.h | 30 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | key_factory.h | 51 virtual keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | android_keymaster.h | 93 keymaster_error_t LoadKey(const keymaster_key_blob_t& key_blob,
|
/system/keymaster/km_openssl/ |
D | triple_des_key.cpp | 44 keymaster_error_t TripleDesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::TripleDesKeyFactory
|
D | asymmetric_key_factory.cpp | 41 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AsymmetricKeyFactory
|
D | aes_key.cpp | 44 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AesKeyFactory
|
D | hmac_key.cpp | 42 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::HmacKeyFactory
|
/system/keymaster/include/keymaster/km_openssl/ |
D | aes_key.h | 37 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | hmac_key.h | 34 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | triple_des_key.h | 34 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 265 response->error = LoadKey(request.key_blob, request.additional_params, &key_factory, &key); in BeginOperation() 396 response->error = LoadKey(request.key_blob, request.attest_params, in AttestKey() 473 keymaster_error_t AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey() function in keymaster::AndroidKeymaster
|
/system/keymaster/contexts/ |
D | pure_soft_keymaster_context.cpp | 177 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob() 353 error = aes_factory->LoadKey(move(key_material), gcm_params, move(transit_key_authorizations), in UnwrapKey()
|
D | keymaster2_passthrough_context.cpp | 105 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()
|