Searched refs:MAX_BYTES (Results 1 – 4 of 4) sorted by relevance
31 #define MAX_BYTES 2048 macro88 bytes = (len > MAX_BYTES) ? MAX_BYTES : len; in ppc_spe_sha1_update()
32 #define MAX_BYTES 1024 macro90 bytes = (len > MAX_BYTES) ? MAX_BYTES : len; in ppc_spe_sha256_update()
39 #define MAX_BYTES 768 macro191 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()
43 #define MAX_BYTES (MAX_PAGES * PAGE_SIZE) macro44 #define MAX_EVENTS (MAX_BYTES * 8)1747 if (size != MAX_BYTES) in user_status_mmap()
Completed in 13 milliseconds