Searched refs:MAX_BYTES (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | sha1-spe-glue.c | 21 * MAX_BYTES defines the number of bytes that are allowed to be processed 30 #define MAX_BYTES 2048 macro 101 bytes = (len > MAX_BYTES) ? MAX_BYTES : len; in ppc_spe_sha1_update()
|
H A D | sha256-spe-glue.c | 22 * MAX_BYTES defines the number of bytes that are allowed to be processed 31 #define MAX_BYTES 1024 macro 123 bytes = (len > MAX_BYTES) ? MAX_BYTES : len; in ppc_spe_sha256_update()
|
H A D | aes-spe-glue.c | 26 * MAX_BYTES defines the number of bytes that are allowed to be processed 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()
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | sha1-spe-glue.c | 22 * MAX_BYTES defines the number of bytes that are allowed to be processed 31 #define MAX_BYTES 2048 macro 88 bytes = (len > MAX_BYTES) ? MAX_BYTES : len; in ppc_spe_sha1_update()
|
H A D | sha256-spe-glue.c | 23 * MAX_BYTES defines the number of bytes that are allowed to be processed 32 #define MAX_BYTES 1024 macro 90 bytes = (len > MAX_BYTES) ? MAX_BYTES : len; in ppc_spe_sha256_update()
|
H A D | aes-spe-glue.c | 26 * MAX_BYTES defines the number of bytes that are allowed to be processed 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()
|
Completed in 4 milliseconds