Searched refs:encrypted_key (Results 1 – 1 of 1) sorted by relevance
526 keymaster::Buffer encrypted_key; in UnwrapKey() local527 if (!encrypted_key.Reinitialize(total_key_size)) { in UnwrapKey()532 if (!encrypted_key.write(secure_key.key_material, in UnwrapKey()536 if (!encrypted_key.write(tag.data, tag.data_length)) { in UnwrapKey()551 error = aes_operation->Update(update_params, encrypted_key, &update_outparams, in UnwrapKey()