Searched refs:crypto_simd_usable (Results 1 – 25 of 55) sorted by relevance
123
29 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()
26 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()
57 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()
58 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()
69 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()
32 if (!crypto_simd_usable()) { in sm4_ce_encrypt()45 if (!crypto_simd_usable()) { in sm4_ce_decrypt()
39 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) { in crct10dif_update_pmull_p8()64 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) { in crct10dif_update_pmull_p64()
67 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()
51 if (likely(crypto_simd_usable())) { in internal_polyval_update()63 if (likely(crypto_simd_usable())) { in internal_polyval_mul()
40 if (!crypto_simd_usable()) in sha3_update()88 if (!crypto_simd_usable()) in sha3_final()
50 if (!crypto_simd_usable()) { in aes_cipher_encrypt()64 if (!crypto_simd_usable()) { in aes_cipher_decrypt()
98 if (!crypto_simd_usable()) in sha256_update_neon()127 if (!crypto_simd_usable()) { in sha256_finup_neon()
28 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()
57 if (length >= 16 && crypto_simd_usable()) { in chksum_update()76 if (len >= 16 && crypto_simd_usable()) { in __chksum_finup()
126 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()
60 if (likely(crypto_simd_usable())) { in internal_polyval_update()72 if (likely(crypto_simd_usable())) { in internal_polyval_mul()
199 if (!crypto_simd_usable() || in ghash_async_update()217 if (!crypto_simd_usable() || in ghash_async_final()258 if (!crypto_simd_usable() || in ghash_async_digest()
63 #define crypto_simd_usable() \ macro66 #define crypto_simd_usable() may_use_simd() macro
34 if (!crypto_simd_usable() || in sha1_ce_update()48 if (!crypto_simd_usable()) in sha1_ce_finup()
37 if (!crypto_simd_usable() || in sha1_neon_update()52 if (!crypto_simd_usable()) in sha1_neon_finup()
32 if (!crypto_simd_usable() || in crypto_sha256_neon_update()47 if (!crypto_simd_usable()) in crypto_sha256_neon_finup()
31 if (!crypto_simd_usable() || in sha512_neon_update()46 if (!crypto_simd_usable()) in sha512_neon_finup()
35 if (!crypto_simd_usable() || in sha2_ce_update()50 if (!crypto_simd_usable()) in sha2_ce_finup()
85 if (!crypto_simd_usable()) { in p8_aes_encrypt()102 if (!crypto_simd_usable()) { in p8_aes_decrypt()
79 if (crypto_simd_usable()) { in __ghash_block()98 if (crypto_simd_usable()) { in __ghash_blocks()
Completed in 34 milliseconds