Searched refs:aes_operation (Results 1 – 1 of 1) sorted by relevance
510 keymaster::OperationPtr aes_operation(aes_operation_factory->CreateOperation( in UnwrapKey() local512 if (!aes_operation.get()) { in UnwrapKey()516 error = aes_operation->Begin(gcm_params, &out_params); in UnwrapKey()551 error = aes_operation->Update(update_params, encrypted_key, &update_outparams, in UnwrapKey()560 error = aes_operation->Finish(finish_params, finish_input, in UnwrapKey()