Searched refs:input_key_material (Results 1 – 2 of 2) sorted by relevance
/trusty/user/app/keymaster/ |
D | trusty_aes_key.cpp | 55 const KeymasterKeyBlob& input_key_material, in CreateHwStorageKeyBlob() argument 100 key_flags, input_key_material.key_material, in CreateHwStorageKeyBlob() 101 input_key_material.key_material_size); in CreateHwStorageKeyBlob() 107 key_flags, input_key_material.key_material, in CreateHwStorageKeyBlob() 108 input_key_material.key_material_size); in CreateHwStorageKeyBlob() 124 keymaster_key_origin_t key_origin = input_key_material.key_material_size in CreateHwStorageKeyBlob() 143 KeymasterKeyBlob input_key_material; // no input data in GenerateKey() local 145 return CreateHwStorageKeyBlob(key_description, input_key_material, in GenerateKey() 162 const KeymasterKeyBlob& input_key_material, in ImportKey() argument 176 return CreateHwStorageKeyBlob(key_description, input_key_material, in ImportKey() [all …]
|
D | trusty_aes_key.h | 46 const KeymasterKeyBlob& input_key_material, 66 const KeymasterKeyBlob& input_key_material,
|