Home
last modified time | relevance | path

Searched refs:encrypted_key (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp524 keymaster::Buffer encrypted_key; in UnwrapKey() local
525 if (!encrypted_key.Reinitialize(total_key_size)) { in UnwrapKey()
530 if (!encrypted_key.write(secure_key.key_material, in UnwrapKey()
534 if (!encrypted_key.write(tag.data, tag.data_length)) { in UnwrapKey()
549 error = aes_operation->Update(update_params, encrypted_key, &update_outparams, in UnwrapKey()