/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster1_legacy_support.h | 106 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function 117 return software_digest_factory_.LoadKey(std::move(key_material), additional_params, in LoadKey() 121 return passthrough_factory_.LoadKey(std::move(key_material), additional_params, in LoadKey() 161 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( 166 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey(
|
D | ec_keymaster1_key.h | 64 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | rsa_keymaster1_key.h | 64 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | keymaster_passthrough_key.h | 66 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
/system/keymaster/legacy_support/ |
D | keymaster1_legacy_support.cpp | 263 keymaster_error_t Keymaster1ArbitrationFactory<EcdsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory 272 auto rc = software_digest_factory_.LoadKey(std::move(key_material), additional_params, in LoadKey() 282 keymaster_error_t Keymaster1ArbitrationFactory<RsaKeymaster1KeyFactory>::LoadKey( in LoadKey() function in keymaster::Keymaster1ArbitrationFactory 291 auto rc = software_digest_factory_.LoadKey(std::move(key_material), additional_params, in LoadKey()
|
D | keymaster_passthrough_key.cpp | 24 keymaster_error_t KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::KeymasterPassthroughKeyFactory
|
D | ec_keymaster1_key.cpp | 103 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::EcdsaKeymaster1KeyFactory
|
D | rsa_keymaster1_key.cpp | 114 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::RsaKeymaster1KeyFactory
|
/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 | 120 UniquePtr<Key> 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 | 43 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AsymmetricKeyFactory
|
D | hmac_key.cpp | 42 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::HmacKeyFactory
|
D | aes_key.cpp | 44 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey() function in keymaster::AesKeyFactory
|
/system/keymaster/include/keymaster/km_openssl/ |
D | hmac_key.h | 35 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | aes_key.h | 38 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
D | triple_des_key.h | 36 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material,
|
/system/keymaster/contexts/ |
D | keymaster2_passthrough_context.cpp | 110 return factory->LoadKey(std::move(key_material), additional_params, std::move(hw_enforced), in ParseKeyBlob()
|
D | pure_soft_keymaster_context.cpp | 328 return factory->LoadKey(std::move(key_material), additional_params, std::move(hw_enforced), in ParseKeyBlob() 566 error = aes_factory->LoadKey(std::move(key_material), gcm_params, in UnwrapKey()
|
D | keymaster1_passthrough_context.cpp | 176 return factory->LoadKey(std::move(key_material), additional_params, std::move(hw_enforced), in ParseKeyBlob()
|
D | soft_keymaster_context.cpp | 276 return factory->LoadKey(std::move(key_material), additional_params, std::move(hw_enforced), in ParseKeyBlob()
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 340 attest_key = LoadKey(request.attestation_signing_key_blob, request.attest_key_params, in GenerateKey() 603 UniquePtr<Key> key = LoadKey(request.key_blob, request.additional_params, &response->error); in BeginOperation() 807 UniquePtr<Key> key = LoadKey(request.key_blob, request.attest_params, &response->error); in AttestKey() 849 LoadKey(request.attestation_signing_key_blob, {} /* params */, &response->error); in ImportKey() 912 UniquePtr<Key> AndroidKeymaster::LoadKey(const keymaster_key_blob_t& key_blob, in LoadKey() function in keymaster::AndroidKeymaster
|