Searched refs:MAX_BYTES (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/crypto/powerpc/ |
| H A D | sha256.h | 24 #define MAX_BYTES 1024 macro 49 MAX_BYTES / SHA256_BLOCK_SIZE); in sha256_blocks()
|
| H A D | sha1.h | 22 #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 D | aes-spe-glue.c | 39 #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()
|