Home
last modified time | relevance | path

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

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