Searched refs:DECRYPT (Results 1 – 9 of 9) sorted by relevance
40 enum desdir { ENCRYPT, DECRYPT }; enumerator
54 enum desdir { ENCRYPT, DECRYPT }; enumerator
53 enum desdir { ENCRYPT, DECRYPT }; enumerator
92 case DECRYPT: in _des_crypt()184 case DECRYPT: in des_setkey()
347 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
183 case DECRYPT: in __des_crypt()273 case DECRYPT: in __des_setkey()
132 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
147 case DECRYPT: in __des_crypt()237 case DECRYPT: in des_setkey()
140 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()