Home
last modified time | relevance | path

Searched refs:CRC_T10DIF_PMULL_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/arm64/crypto/
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()
/linux-6.1.9/arch/arm/crypto/
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()