Home
last modified time | relevance | path

Searched refs:CRC_T10DIF_PMULL_CHUNK_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dcrct10dif-ce-glue.c21 #define CRC_T10DIF_PMULL_CHUNK_SIZE 16U macro
39 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) { in crct10dif_update_pmull_p8()
43 if (chunk > SZ_4K + CRC_T10DIF_PMULL_CHUNK_SIZE) in crct10dif_update_pmull_p8()
64 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) { in crct10dif_update_pmull_p64()
68 if (chunk > SZ_4K + CRC_T10DIF_PMULL_CHUNK_SIZE) in crct10dif_update_pmull_p64()
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dcrct10dif-ce-glue.c21 #define CRC_T10DIF_PMULL_CHUNK_SIZE 16U macro
39 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) { in crct10dif_update_pmull_p8()
43 if (chunk > SZ_4K + CRC_T10DIF_PMULL_CHUNK_SIZE) in crct10dif_update_pmull_p8()
64 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) { in crct10dif_update_pmull_p64()
68 if (chunk > SZ_4K + CRC_T10DIF_PMULL_CHUNK_SIZE) in crct10dif_update_pmull_p64()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dcrct10dif-ce-glue.c20 #define CRC_T10DIF_PMULL_CHUNK_SIZE 16U macro
37 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) { in crct10dif_update()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dcrct10dif-ce-glue.c20 #define CRC_T10DIF_PMULL_CHUNK_SIZE 16U macro
37 if (length >= CRC_T10DIF_PMULL_CHUNK_SIZE && crypto_simd_usable()) { in crct10dif_update()

Completed in 2 milliseconds