Home
last modified time | relevance | path

Searched refs:DES_MAXDATA (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Ddes_crypt.h47 #define DES_MAXDATA 8192 /* max bytes encrypted in one call */ macro
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes.c136 if ((len % 8) != 0 || len > DES_MAXDATA) { in common_crypt()
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_crypt.c129 if ((len % 8) != 0 || len > DES_MAXDATA) in common_crypt()
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c343 if ((len % 8) != 0 || len > DES_MAXDATA) in common_crypt()