JustOS/linux-6.13/lib/crypto/simd.c

12 lines
265 B
C
Raw Normal View History

2025-01-24 14:00:19 +00:00
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* SIMD testing utility functions
*
* Copyright 2024 Google LLC
*/
#include <crypto/internal/simd.h>
DEFINE_PER_CPU(bool, crypto_simd_disabled_for_test);
EXPORT_PER_CPU_SYMBOL_GPL(crypto_simd_disabled_for_test);