Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp540 auto update_params = keymaster::AuthorizationSetBuilder() in UnwrapKey() local
545 if (update_params.is_valid() != AuthorizationSet::Error::OK) { in UnwrapKey()
546 return TranslateAuthorizationSetError(update_params.is_valid()); in UnwrapKey()
551 error = aes_operation->Update(update_params, encrypted_key, &update_outparams, in UnwrapKey()