Lines Matching refs:key_description
54 const AuthorizationSet& key_description, in CreateHwStorageKeyBlob() argument
75 if (key_description.find(TAG_BLOCK_MODE) != -1) { in CreateHwStorageKeyBlob()
81 if (!key_description.GetTagValue(TAG_KEY_SIZE, &key_size)) { in CreateHwStorageKeyBlob()
94 if (key_description.GetTagValue(TAG_ROLLBACK_RESISTANCE)) { in CreateHwStorageKeyBlob()
128 return blob_maker_.CreateKeyBlob(key_description, key_origin, in CreateHwStorageKeyBlob()
134 const AuthorizationSet& key_description, in GenerateKey() argument
141 if (key_description.GetTagValue(TAG_STORAGE_KEY)) { in GenerateKey()
145 return CreateHwStorageKeyBlob(key_description, input_key_material, in GenerateKey()
153 return AesKeyFactory::GenerateKey(key_description, in GenerateKey()
160 const AuthorizationSet& key_description, in ImportKey() argument
169 if (key_description.GetTagValue(TAG_STORAGE_KEY)) { in ImportKey()
176 return CreateHwStorageKeyBlob(key_description, input_key_material, in ImportKey()
185 key_description, input_key_material_format, input_key_material, in ImportKey()