Searched refs:DES_DIRMASK (Results 1 – 2 of 2) sorted by relevance
43 #define DES_DIRMASK (1 << 0) macro44 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */45 #define DES_DECRYPT (1*DES_DIRMASK) /* Decrypt */
76 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()