/system/keymaster/ |
D | symmetric_key.cpp | 67 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()
|
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 | 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 | rsa_key_factory.cpp | 101 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()
|
D | ec_keymaster1_key.cpp | 75 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()
|
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 context_->CreateKeyBlob(authorizations, KM_ORIGIN_IMPORTED, input_key_material, in ImportKey()
|
D | rsa_keymaster1_key.cpp | 96 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()
|
D | ec_keymaster0_key.h | 47 const KeymasterKeyBlob& input_key_material,
|
D | rsa_keymaster0_key.h | 47 const KeymasterKeyBlob& input_key_material,
|
D | ec_keymaster1_key.h | 51 const KeymasterKeyBlob& input_key_material,
|
D | rsa_keymaster1_key.h | 51 const KeymasterKeyBlob& input_key_material,
|
D | symmetric_key.h | 37 const KeymasterKeyBlob& input_key_material,
|
D | keymaster1_engine.cpp | 101 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()
|
D | keymaster1_engine.h | 52 const KeymasterKeyBlob& input_key_material,
|
/system/keymaster/include/keymaster/ |
D | key_factory.h | 46 const KeymasterKeyBlob& input_key_material,
|
D | rsa_key_factory.h | 36 const KeymasterKeyBlob& input_key_material,
|
D | ec_key_factory.h | 39 const KeymasterKeyBlob& input_key_material,
|