Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/des/
H A Ddes_crypt.h42 #define DES_DIRMASK (1 << 0) macro
43 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
44 #define DES_DECRYPT (1*DES_DIRMASK) /* Decrypt */
/titanic_41/usr/src/uts/common/rpc/
H A Ddes_crypt.h50 #define DES_DIRMASK (1 << 0) macro
51 #define DES_ENCRYPT (0 * DES_DIRMASK) /* Encrypt */
52 #define DES_DECRYPT (1 * DES_DIRMASK) /* Decrypt */
/titanic_41/usr/src/lib/libcrypt/common/
H A Ddes.c140 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
/titanic_41/usr/src/lib/libnsl/des/
H A Ddes_crypt.c132 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
/titanic_41/usr/src/uts/common/des/
H A Ddes_crypt.c347 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()