Home
last modified time | relevance | path

Searched refs:MAX_BYTES (Results 1 – 3 of 3) sorted by relevance

/linux/lib/crypto/powerpc/
H A Dsha256.h24 #define MAX_BYTES 1024 macro
49 MAX_BYTES / SHA256_BLOCK_SIZE); in sha256_blocks()
H A Dsha1.h22 #define MAX_BYTES 2048 macro
45 u32 unit = min_t(size_t, nblocks, MAX_BYTES / SHA1_BLOCK_SIZE); in sha1_blocks()
/linux/arch/powerpc/crypto/
H A Daes-spe-glue.c39 #define MAX_BYTES 768 macro
191 nbytes = min_t(unsigned int, nbytes, MAX_BYTES); in ppc_ecb_crypt()
230 nbytes = min_t(unsigned int, nbytes, MAX_BYTES); in ppc_cbc_crypt()
271 nbytes = min_t(unsigned int, nbytes, MAX_BYTES); in ppc_ctr_crypt()
299 nbytes = min_t(unsigned int, nbytes, MAX_BYTES); in ppc_xts_crypt()