Searched refs:DES_ENCRYPT (Results 1 – 5 of 5) sorted by relevance
44 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */ macro
76 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
279 2 * sizeof (des_block), DES_ENCRYPT | DES_HW, (char *) &ivec); in authdes_marshal()283 sizeof (des_block), DES_ENCRYPT | DES_HW); in authdes_marshal()
121 err = cbc_crypt (key, buf, len, DES_ENCRYPT | DES_HW, ivec);
328 sizeof (des_block), DES_ENCRYPT | DES_HW); in _svcauth_des()