/system/keymaster/km_openssl/ |
D | symmetric_key.cpp | 66 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()
|
D | rsa_key_factory.cpp | 105 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()
|
D | ec_key_factory.cpp | 129 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/ |
D | ec_keymaster0_key.cpp | 70 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()
|
D | keymaster_passthrough_engine.cpp | 91 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()
|
D | rsa_keymaster0_key.cpp | 72 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()
|
D | ec_keymaster1_key.cpp | 84 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()
|
D | rsa_keymaster1_key.cpp | 93 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()
|
D | keymaster1_engine.cpp | 100 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/ |
D | keymaster1_legacy_support.h | 85 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()
|
D | keymaster_passthrough_key.h | 51 const KeymasterKeyBlob& input_key_material, in ImportKey() argument 54 return engine_->ImportKey(key_description, input_key_material_format, input_key_material, in ImportKey()
|
D | rsa_keymaster0_key.h | 46 const KeymasterKeyBlob& input_key_material,
|
D | ec_keymaster0_key.h | 46 const KeymasterKeyBlob& input_key_material,
|
D | ec_keymaster1_key.h | 50 const KeymasterKeyBlob& input_key_material,
|
D | keymaster_passthrough_engine.h | 49 const KeymasterKeyBlob& input_key_material,
|
D | rsa_keymaster1_key.h | 51 const KeymasterKeyBlob& input_key_material,
|
D | keymaster1_engine.h | 52 const KeymasterKeyBlob& input_key_material,
|
/system/keymaster/include/keymaster/ |
D | key_factory.h | 46 const KeymasterKeyBlob& input_key_material,
|
/system/keymaster/include/keymaster/km_openssl/ |
D | rsa_key_factory.h | 39 const KeymasterKeyBlob& input_key_material,
|
D | ec_key_factory.h | 42 const KeymasterKeyBlob& input_key_material,
|
D | symmetric_key.h | 42 const KeymasterKeyBlob& input_key_material,
|