Home
last modified time | relevance | path

Searched refs:des_cipher (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libast/common/uwin/
H A Dcrypt.c684 static int des_cipher(const char *in, char *out, long salt, int num_iter) { in des_cipher() function
827 if (des_cipher((char *)&cblock, (char *)&cblock, 0L, (flag ? -1: 1))) in encrypt()
873 if (des_cipher((char *)&keyblock, in crypt()
912 if (des_cipher((char *)&constdatablock, (char *)&rsltblock, in crypt()