Searched refs:DES_MAXDATA (Results 1 – 5 of 5) sorted by relevance
41 #define DES_MAXDATA 8192 /* max bytes encrypted in one call */ macro
49 #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()