Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp521 size_t total_key_size = secure_key.key_material_size + tag.data_length; in UnwrapKey() local
523 if (!plaintext_key.Reinitialize(total_key_size)) { in UnwrapKey()
527 if (!encrypted_key.Reinitialize(total_key_size)) { in UnwrapKey()