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