Home
last modified time | relevance | path

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

/system/keymaster/
Dsymmetric_key.cpp67 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
79 key_size_bits = input_key_material.key_material_size * 8; in ImportKey()
93 if (key_size_bits != input_key_material.key_material_size * 8) { in ImportKey()
95 input_key_material.key_material_size * 8); in ImportKey()
99 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
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()
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()
Drsa_key_factory.cpp101 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
112 UpdateImportKeyDescription(key_description, input_key_material_format, input_key_material, in ImportKey()
116 return context_->CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
Dec_keymaster1_key.cpp75 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
79 return engine_->ImportKey(key_params_copy, input_key_material_format, 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 context_->CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
Drsa_keymaster1_key.cpp96 const KeymasterKeyBlob& input_key_material, KeymasterKeyBlob* output_key_blob, in ImportKey() argument
100 return engine_->ImportKey(key_params_copy, input_key_material_format, input_key_material, in ImportKey()
Dec_keymaster0_key.h47 const KeymasterKeyBlob& input_key_material,
Drsa_keymaster0_key.h47 const KeymasterKeyBlob& input_key_material,
Dec_keymaster1_key.h51 const KeymasterKeyBlob& input_key_material,
Drsa_keymaster1_key.h51 const KeymasterKeyBlob& input_key_material,
Dsymmetric_key.h37 const KeymasterKeyBlob& input_key_material,
Dkeymaster1_engine.cpp101 const KeymasterKeyBlob& input_key_material, in ImportKey() argument
108 const keymaster_blob_t input_key = {input_key_material.key_material, in ImportKey()
109 input_key_material.key_material_size}; in ImportKey()
Dkeymaster1_engine.h52 const KeymasterKeyBlob& input_key_material,
/system/keymaster/include/keymaster/
Dkey_factory.h46 const KeymasterKeyBlob& input_key_material,
Drsa_key_factory.h36 const KeymasterKeyBlob& input_key_material,
Dec_key_factory.h39 const KeymasterKeyBlob& input_key_material,