Searched refs:DES_MAXDATA (Results 1 – 4 of 4) sorted by relevance
47 #define DES_MAXDATA 8192 /* max bytes encrypted in one call */ macro
136 if ((len % 8) != 0 || len > DES_MAXDATA) { in common_crypt()
129 if ((len % 8) != 0 || len > DES_MAXDATA) in common_crypt()
343 if ((len % 8) != 0 || len > DES_MAXDATA) in common_crypt()