Searched refs:aes_operation_factory (Results 1 – 1 of 1) sorted by relevance
395 auto aes_operation_factory = GetOperationFactory(KM_ALGORITHM_AES, KM_PURPOSE_DECRYPT); in UnwrapKey() local396 if (!aes_operation_factory) return KM_ERROR_UNKNOWN_ERROR; in UnwrapKey()399 aes_operation_factory->CreateOperation(move(*aes_key), gcm_params, &error)); in UnwrapKey()