Searched refs:MAXWRITE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Denc_writ.c71 * than MAXWRITE bytes, DES_enc_write will split the data
112 if (len > MAXWRITE)
118 ((len-i) > MAXWRITE)?MAXWRITE:(len-i),sched,iv);
H A Denc_read.c74 * than MAXWRITE bytes, DES_enc_write will split the data
148 if (len > MAXWRITE) len=MAXWRITE;
172 if ((num > MAXWRITE) || (num < 0)) /* error */
H A Ddes_locl.h105 #define MAXWRITE (1024*16) macro
106 #define BSIZE (MAXWRITE+4)
/freebsd-10.0-release/sys/crypto/des/
H A Ddes_locl.h66 #define MAXWRITE (1024*16) macro
67 #define BSIZE (MAXWRITE+4)

Completed in 103 milliseconds