/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster1_legacy_support.h | 103 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function 114 return software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey() 117 return passthrough_factory_.LoadKey(move(key_material), additional_params, in LoadKey() 156 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( 161 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(
|
D | ec_keymaster1_key.h | 62 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | rsa_keymaster1_key.h | 62 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | keymaster_passthrough_key.h | 64 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
/system/keymaster/legacy_support/ |
D | keymaster1_legacy_support.cpp | 262 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory 271 auto rc = software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey() 281 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory 290 auto rc = software_digest_factory_.LoadKey(move(key_material), additional_params, in LoadKey()
|
D | keymaster_passthrough_key.cpp | 22 keymaster_error_t KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::KeymasterPassthroughKeyFactory
|
D | rsa_keymaster1_key.cpp | 111 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::RsaKeymaster1KeyFactory
|
D | ec_keymaster1_key.cpp | 102 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::EcdsaKeymaster1KeyFactory
|
/system/keymaster/include/keymaster/ |
D | asymmetric_key_factory.h | 32 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | key_factory.h | 57 virtual keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | android_keymaster.h | 112 UniquePtr<Key> LoadKey(const keymaster_key_blob_t& key_blob,
|
/system/keymaster/km_openssl/ |
D | triple_des_key.cpp | 42 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 | 42 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AesKeyFactory
|
D | hmac_key.cpp | 40 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::HmacKeyFactory
|
/system/keymaster/include/keymaster/km_openssl/ |
D | aes_key.h | 36 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | hmac_key.h | 33 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | triple_des_key.h | 34 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
/system/keymaster/contexts/ |
D | keymaster2_passthrough_context.cpp | 108 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()
|
D | pure_soft_keymaster_context.cpp | 273 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob() 492 error = aes_factory->LoadKey(move(key_material), gcm_params, move(transit_key_authorizations), in UnwrapKey()
|
D | keymaster1_passthrough_context.cpp | 174 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()
|
D | soft_keymaster_context.cpp | 273 return factory->LoadKey(move(key_material), additional_params, move(hw_enforced), in ParseKeyBlob()
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 329 attest_key = LoadKey(request.attestation_signing_key_blob, request.attest_key_params, in GenerateKey() 542 UniquePtr<Key> key = LoadKey(request.key_blob, request.additional_params, &response->error); in BeginOperation() 738 UniquePtr<Key> key = LoadKey(request.key_blob, request.attest_params, &response->error); in AttestKey() 780 LoadKey(request.attestation_signing_key_blob, {} /* params */, &response->error); in ImportKey() 828 UniquePtr<Key> AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey() function in keymaster::AndroidKeymaster
|