Home
last modified time | relevance | path

Searched refs:MAXWRITE (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/des/
Denc_writ.c112 if (len > MAXWRITE) in DES_enc_write()
118 ((len-i) > MAXWRITE)?MAXWRITE:(len-i),sched,iv); in DES_enc_write()
Denc_read.c148 if (len > MAXWRITE) len=MAXWRITE; in OPENSSL_IMPLEMENT_GLOBAL()
172 if ((num > MAXWRITE) || (num < 0)) /* error */ in OPENSSL_IMPLEMENT_GLOBAL()
Ddes_locl.h105 #define MAXWRITE (1024*16) macro
106 #define BSIZE (MAXWRITE+4)