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.cpp526 keymaster::Buffer encrypted_key; in UnwrapKey() local
527 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()