Searched refs:crypto_simd_usable (Results 1 - 25 of 63) sorted by relevance

123

/linux-master/include/crypto/internal/
H A Dsimd.h49 * crypto_simd_usable() - is it allowed at this time to use SIMD instructions or
63 #define crypto_simd_usable() \ macro
66 #define crypto_simd_usable() may_use_simd() macro
/linux-master/arch/arm64/crypto/
H A Dsm3-ce-glue.c29 if (!crypto_simd_usable()) {
43 if (!crypto_simd_usable()) {
58 if (!crypto_simd_usable()) {
H A Dsm3-neon-glue.c26 if (!crypto_simd_usable()) {
40 if (!crypto_simd_usable()) {
55 if (!crypto_simd_usable()) {
H A Dsha512-ce-glue.c57 sha512_block_fn *fn = crypto_simd_usable() ? sha512_ce_transform
67 sha512_block_fn *fn = crypto_simd_usable() ? sha512_ce_transform
77 sha512_block_fn *fn = crypto_simd_usable() ? sha512_ce_transform
H A Dsm4-ce-cipher-glue.c32 if (!crypto_simd_usable()) {
45 if (!crypto_simd_usable()) {
H A Dsha2-ce-glue.c70 if (!crypto_simd_usable())
86 if (!crypto_simd_usable()) {
110 if (!crypto_simd_usable()) {
H A Dsha1-ce-glue.c59 if (!crypto_simd_usable())
74 if (!crypto_simd_usable())
93 if (!crypto_simd_usable())
H A Dcrct10dif-ce-glue.c39 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) {
64 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) {
H A Dnhpoly1305-neon-glue.c22 if (srclen < 64 || !crypto_simd_usable())
/linux-master/arch/riscv/crypto/
H A Dsm4-riscv64-glue.c32 if (crypto_simd_usable()) {
47 if (crypto_simd_usable()) {
60 if (crypto_simd_usable()) {
H A Dsm3-riscv64-glue.c36 if (crypto_simd_usable()) {
51 if (crypto_simd_usable()) {
H A Dsha256-riscv64-glue.c36 if (crypto_simd_usable()) {
50 if (crypto_simd_usable()) {
H A Dsha512-riscv64-glue.c36 if (crypto_simd_usable()) {
50 if (crypto_simd_usable()) {
/linux-master/arch/x86/crypto/
H A Dsm3_avx_glue.c28 if (!crypto_simd_usable() ||
50 if (!crypto_simd_usable()) {
71 if (!crypto_simd_usable()) {
H A Dcrct10dif-pclmul_glue.c57 if (length >= 16 && crypto_simd_usable()) {
76 if (len >= 16 && crypto_simd_usable()) {
H A Dnhpoly1305-avx2-glue.c22 if (srclen < 64 || !crypto_simd_usable())
H A Dnhpoly1305-sse2-glue.c22 if (srclen < 64 || !crypto_simd_usable())
/linux-master/arch/arm/crypto/
H A Dsha2-ce-glue.c35 if (!crypto_simd_usable() ||
50 if (!crypto_simd_usable())
H A Dsha1-ce-glue.c34 if (!crypto_simd_usable() ||
48 if (!crypto_simd_usable())
H A Dsha256_neon_glue.c32 if (!crypto_simd_usable() ||
46 if (!crypto_simd_usable())
H A Dsha1_neon_glue.c37 if (!crypto_simd_usable() ||
51 if (!crypto_simd_usable())
H A Dsha512-neon-glue.c31 if (!crypto_simd_usable() ||
45 if (!crypto_simd_usable())
H A Dcrct10dif-ce-glue.c37 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) {
H A Dnhpoly1305-neon-glue.c22 if (srclen < 64 || !crypto_simd_usable())
/linux-master/arch/powerpc/crypto/
H A Daes.c85 if (!crypto_simd_usable()) {
102 if (!crypto_simd_usable()) {

Completed in 190 milliseconds

123