Searched refs:MAX_BYTES (Results 1 – 1 of 1) sorted by relevance
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()
Completed in 5 milliseconds