| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sm3-ce-glue.c | 29 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 D | sha512-ce-glue.c | 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()
|
| H A D | sha1-ce-glue.c | 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()
|
| H A D | sha2-ce-glue.c | 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()
|
| H A D | sm4-ce-glue.c | 24 if (!crypto_simd_usable()) { in sm4_ce_encrypt() 37 if (!crypto_simd_usable()) { in sm4_ce_decrypt()
|
| H A D | chacha-neon-glue.c | 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()
|
| H A D | crct10dif-ce-glue.c | 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()
|
| H A D | aes-ce-glue.c | 50 if (!crypto_simd_usable()) { in aes_cipher_encrypt() 64 if (!crypto_simd_usable()) { in aes_cipher_decrypt()
|
| H A D | sha3-ce-glue.c | 40 if (!crypto_simd_usable()) in sha3_update() 88 if (!crypto_simd_usable()) in sha3_final()
|
| H A D | sha256-glue.c | 98 if (!crypto_simd_usable()) in sha256_update_neon() 127 if (!crypto_simd_usable()) { in sha256_finup_neon()
|
| H A D | aes-ce-ccm-glue.c | 102 if (crypto_simd_usable()) { in ccm_update_mac() 244 if (crypto_simd_usable()) { in ccm_encrypt() 302 if (crypto_simd_usable()) { in ccm_decrypt()
|
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | simd.h | 63 #define crypto_simd_usable() \ macro 66 #define crypto_simd_usable() may_use_simd() macro
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | sha1-ce-glue.c | 34 if (!crypto_simd_usable() || in sha1_ce_update() 48 if (!crypto_simd_usable()) in sha1_ce_finup()
|
| H A D | sha1_neon_glue.c | 37 if (!crypto_simd_usable() || in sha1_neon_update() 52 if (!crypto_simd_usable()) in sha1_neon_finup()
|
| H A D | sha512-neon-glue.c | 31 if (!crypto_simd_usable() || in sha512_neon_update() 46 if (!crypto_simd_usable()) in sha512_neon_finup()
|
| H A D | sha256_neon_glue.c | 32 if (!crypto_simd_usable() || in crypto_sha256_neon_update() 47 if (!crypto_simd_usable()) in crypto_sha256_neon_finup()
|
| H A D | sha2-ce-glue.c | 35 if (!crypto_simd_usable() || in sha2_ce_update() 50 if (!crypto_simd_usable()) in sha2_ce_finup()
|
| H A D | ghash-ce-glue.c | 64 if (likely(crypto_simd_usable())) { in ghash_do_update() 219 if (!crypto_simd_usable() || in ghash_async_update() 237 if (!crypto_simd_usable() || in ghash_async_final() 255 if (!crypto_simd_usable() || in ghash_async_digest()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | chacha_glue.c | 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()
|
| H A D | crct10dif-pclmul_glue.c | 57 if (length >= 16 && crypto_simd_usable()) { in chksum_update() 76 if (len >= 16 && crypto_simd_usable()) { in __chksum_finup()
|
| H A D | ghash-clmulni-intel_glue.c | 180 if (!crypto_simd_usable() || in ghash_async_update() 198 if (!crypto_simd_usable() || in ghash_async_final() 239 if (!crypto_simd_usable() || in ghash_async_digest()
|
| H A D | crc32c-intel_glue.c | 160 if (len >= CRC32C_PCL_BREAKEVEN && crypto_simd_usable()) { in crc32c_pcl_intel_update() 172 if (len >= CRC32C_PCL_BREAKEVEN && crypto_simd_usable()) { in __crc32c_pcl_intel_finup()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/vmx/ |
| H A D | aes.c | 85 if (!crypto_simd_usable()) { in p8_aes_encrypt() 102 if (!crypto_simd_usable()) { in p8_aes_decrypt()
|
| H A D | ghash.c | 78 if (crypto_simd_usable()) { in __ghash_block() 97 if (crypto_simd_usable()) { in __ghash_blocks()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | simd.c | 72 if (!crypto_simd_usable() || in simd_skcipher_encrypt() 93 if (!crypto_simd_usable() || in simd_skcipher_decrypt() 320 if (!crypto_simd_usable() || in simd_aead_encrypt() 341 if (!crypto_simd_usable() || in simd_aead_decrypt()
|