Searched refs:DES_DIRMASK (Results 1 – 4 of 4) sorted by relevance
48 #define DES_DIRMASK (1 << 0) macro49 #define DES_ENCRYPT (0 * DES_DIRMASK) /* Encrypt */50 #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()