Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/crypto/
H A Dsha1-spe-glue.c31 #define MAX_BYTES 2048 macro
88 bytes = (len > MAX_BYTES) ? MAX_BYTES : len; in ppc_spe_sha1_update()
H A Dsha256-spe-glue.c32 #define MAX_BYTES 1024 macro
90 bytes = (len > MAX_BYTES) ? MAX_BYTES : len; in ppc_spe_sha256_update()
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()