Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/rpc/
Ddes_crypt.h43 #define DES_DIRMASK (1 << 0) macro
44 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
45 #define DES_DECRYPT (1*DES_DIRMASK) /* Decrypt */
/glibc-2.36/sunrpc/
Ddes_crypt.c76 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()