Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp377 auto gcm_params = AuthorizationSetBuilder() in UnwrapKey() local
383 if (gcm_params.is_valid() != AuthorizationSet::Error::OK) { in UnwrapKey()
391 error = aes_factory->LoadKey(move(key_material), gcm_params, move(transit_key_authorizations), in UnwrapKey()
399 aes_operation_factory->CreateOperation(move(*aes_key), gcm_params, &error)); in UnwrapKey()
402 error = aes_operation->Begin(gcm_params, &out_params); in UnwrapKey()