Home
last modified time | relevance | path

Searched refs:input_key_material (Results 1 – 21 of 21) sorted by relevance

/system/keymaster/km_openssl/
Dsymmetric_key.cpp66 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
78 key_bits = key_size_bits(input_key_material.key_material_size); in ImportKey()
87 if (key_bits != key_size_bits(input_key_material.key_material_size)) { in ImportKey()
89 key_size_bits(input_key_material.key_material_size)); in ImportKey()
93 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
Drsa_key_factory.cpp105 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
116 UpdateImportKeyDescription(key_description, input_key_material_format, input_key_material, in ImportKey()
120 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
Dec_key_factory.cpp129 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
139 key_description, input_key_material_format, input_key_material, &authorizations, &key_size); in ImportKey()
143 return blob_maker_.CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
/system/keymaster/legacy_support/
Dec_keymaster0_key.cpp70 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
76 return super::ImportKey(key_description, input_key_material_format, input_key_material, in ImportKey()
82 key_description, input_key_material_format, input_key_material, &authorizations, &key_size); in ImportKey()
87 if (!engine_->ImportKey(input_key_material_format, input_key_material, &imported_hw_key)) in ImportKey()
Dkeymaster_passthrough_engine.cpp91 const KeymasterKeyBlob& input_key_material,
260 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
267 const keymaster_blob_t input_key = {input_key_material.key_material, in ImportKey()
268 input_key_material.key_material_size}; in ImportKey()
289 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
296 const keymaster_blob_t input_key = {input_key_material.key_material, in ImportKey()
297 input_key_material.key_material_size}; in ImportKey()
Drsa_keymaster0_key.cpp72 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
81 UpdateImportKeyDescription(key_description, input_key_material_format, input_key_material, in ImportKey()
87 if (!engine_->ImportKey(input_key_material_format, input_key_material, &imported_hw_key)) in ImportKey()
Dec_keymaster1_key.cpp84 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
88 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material, in ImportKey()
Drsa_keymaster1_key.cpp93 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
97 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material, in ImportKey()
Dkeymaster1_engine.cpp100 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
107 const keymaster_blob_t input_key = {input_key_material.key_material, in ImportKey()
108 input_key_material.key_material_size}; in ImportKey()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h85 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
90 input_key_material, output_key_blob, in ImportKey()
94 input_key_material, output_key_blob, in ImportKey()
Dkeymaster_passthrough_key.h51 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
54 return engine_->ImportKey(key_description, input_key_material_format, input_key_material, in ImportKey()
Drsa_keymaster0_key.h46 const KeymasterKeyBlob& input_key_material,
Dec_keymaster0_key.h46 const KeymasterKeyBlob& input_key_material,
Dec_keymaster1_key.h50 const KeymasterKeyBlob& input_key_material,
Dkeymaster_passthrough_engine.h49 const KeymasterKeyBlob& input_key_material,
Drsa_keymaster1_key.h51 const KeymasterKeyBlob& input_key_material,
Dkeymaster1_engine.h52 const KeymasterKeyBlob& input_key_material,
/system/keymaster/include/keymaster/
Dkey_factory.h46 const KeymasterKeyBlob& input_key_material,
/system/keymaster/include/keymaster/km_openssl/
Drsa_key_factory.h39 const KeymasterKeyBlob& input_key_material,
Dec_key_factory.h42 const KeymasterKeyBlob& input_key_material,
Dsymmetric_key.h42 const KeymasterKeyBlob& input_key_material,