Searched refs:DES_DIRMASK (Results 1 – 5 of 5) sorted by relevance
42 #define DES_DIRMASK (1 << 0) macro43 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */44 #define DES_DECRYPT (1*DES_DIRMASK) /* Decrypt */
50 #define DES_DIRMASK (1 << 0) macro51 #define DES_ENCRYPT (0 * DES_DIRMASK) /* Encrypt */52 #define DES_DECRYPT (1 * DES_DIRMASK) /* Decrypt */
140 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
132 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
347 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()