Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dsm3-ce-glue.c29 if (!crypto_simd_usable()) in sm3_ce_update()
41 if (!crypto_simd_usable()) in sm3_ce_final()
54 if (!crypto_simd_usable()) in sm3_ce_finup()
H A Dsha1-ce-glue.c58 if (!crypto_simd_usable()) in sha1_ce_update()
73 if (!crypto_simd_usable()) in sha1_ce_finup()
92 if (!crypto_simd_usable()) in sha1_ce_final()
H A Dsha512-ce-glue.c57 sha512_block_fn *fn = crypto_simd_usable() ? __sha512_ce_transform in sha512_ce_update()
67 sha512_block_fn *fn = crypto_simd_usable() ? __sha512_ce_transform in sha512_ce_finup()
77 sha512_block_fn *fn = crypto_simd_usable() ? __sha512_ce_transform in sha512_ce_final()
H A Dsha2-ce-glue.c69 if (!crypto_simd_usable()) in sha256_ce_update()
85 if (!crypto_simd_usable()) { in sha256_ce_finup()
109 if (!crypto_simd_usable()) { in sha256_ce_final()
H A Dsm4-ce-glue.c24 if (!crypto_simd_usable()) { in sm4_ce_encrypt()
37 if (!crypto_simd_usable()) { in sm4_ce_decrypt()
H A Dchacha-neon-glue.c67 if (!static_branch_likely(&have_neon) || !crypto_simd_usable()) { in hchacha_block_arch()
87 !crypto_simd_usable()) in chacha_crypt_arch()
122 !crypto_simd_usable()) { in chacha_neon_stream_xor()
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm3-neon-glue.c26 if (!crypto_simd_usable()) { in sm3_neon_update()
40 if (!crypto_simd_usable()) { in sm3_neon_final()
55 if (!crypto_simd_usable()) { in sm3_neon_finup()
H A Dsm3-ce-glue.c29 if (!crypto_simd_usable()) { in sm3_ce_update()
43 if (!crypto_simd_usable()) { in sm3_ce_final()
58 if (!crypto_simd_usable()) { in sm3_ce_finup()
H A Dsha512-ce-glue.c57 sha512_block_fn *fn = crypto_simd_usable() ? __sha512_ce_transform in sha512_ce_update()
67 sha512_block_fn *fn = crypto_simd_usable() ? __sha512_ce_transform in sha512_ce_finup()
77 sha512_block_fn *fn = crypto_simd_usable() ? __sha512_ce_transform in sha512_ce_final()
H A Dsha1-ce-glue.c58 if (!crypto_simd_usable()) in sha1_ce_update()
73 if (!crypto_simd_usable()) in sha1_ce_finup()
92 if (!crypto_simd_usable()) in sha1_ce_final()
H A Dsha2-ce-glue.c69 if (!crypto_simd_usable()) in sha256_ce_update()
85 if (!crypto_simd_usable()) { in sha256_ce_finup()
109 if (!crypto_simd_usable()) { in sha256_ce_final()
H A Dsm4-ce-cipher-glue.c32 if (!crypto_simd_usable()) { in sm4_ce_encrypt()
45 if (!crypto_simd_usable()) { in sm4_ce_decrypt()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsm3_avx_glue.c28 if (!crypto_simd_usable() || in sm3_avx_update()
50 if (!crypto_simd_usable()) { in sm3_avx_finup()
71 if (!crypto_simd_usable()) { in sm3_avx_final()
H A Dchacha_glue.c126 if (!static_branch_likely(&chacha_use_simd) || !crypto_simd_usable()) { in hchacha_block_arch()
145 if (!static_branch_likely(&chacha_use_simd) || !crypto_simd_usable() || in chacha_crypt_arch()
181 !crypto_simd_usable()) { in chacha_simd_stream_xor()
216 if (req->cryptlen > CHACHA_BLOCK_SIZE && crypto_simd_usable()) { in xchacha_simd()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha1_neon_glue.c37 if (!crypto_simd_usable() || in sha1_neon_update()
52 if (!crypto_simd_usable()) in sha1_neon_finup()
H A Dsha1-ce-glue.c34 if (!crypto_simd_usable() || in sha1_ce_update()
48 if (!crypto_simd_usable()) in sha1_ce_finup()
H A Dsha256_neon_glue.c32 if (!crypto_simd_usable() || in crypto_sha256_neon_update()
47 if (!crypto_simd_usable()) in crypto_sha256_neon_finup()
H A Dsha512-neon-glue.c31 if (!crypto_simd_usable() || in sha512_neon_update()
46 if (!crypto_simd_usable()) in sha512_neon_finup()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha1_neon_glue.c37 if (!crypto_simd_usable() || in sha1_neon_update()
51 if (!crypto_simd_usable()) in sha1_neon_finup()
H A Dsha1-ce-glue.c34 if (!crypto_simd_usable() || in sha1_ce_update()
48 if (!crypto_simd_usable()) in sha1_ce_finup()
H A Dsha256_neon_glue.c32 if (!crypto_simd_usable() || in crypto_sha256_neon_update()
46 if (!crypto_simd_usable()) in crypto_sha256_neon_finup()
H A Dsha512-neon-glue.c31 if (!crypto_simd_usable() || in sha512_neon_update()
45 if (!crypto_simd_usable()) in sha512_neon_finup()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dchacha_glue.c126 if (!static_branch_likely(&chacha_use_simd) || !crypto_simd_usable()) { in hchacha_block_arch()
145 if (!static_branch_likely(&chacha_use_simd) || !crypto_simd_usable() || in chacha_crypt_arch()
181 !crypto_simd_usable()) { in chacha_simd_stream_xor()
216 if (req->cryptlen > CHACHA_BLOCK_SIZE && crypto_simd_usable()) { in xchacha_simd()

Completed in 7 milliseconds

12345