Searched refs:aes_factory (Results 1 – 1 of 1) sorted by relevance
562 auto aes_factory = GetKeyFactory(KM_ALGORITHM_AES); in UnwrapKey() local563 if (!aes_factory) return KM_ERROR_UNKNOWN_ERROR; in UnwrapKey()566 error = aes_factory->LoadKey(std::move(key_material), gcm_params, in UnwrapKey()