Searched refs:des_cipher (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/uwin/ |
H A D | crypt.c | 87 * (Either that or never pass unaligned addresses to des_cipher!) 120 * of lookup tables. This speeds up des_setkey() and des_cipher(), but has 684 static int des_cipher(const char *in, char *out, long salt, int num_iter) { function 827 if (des_cipher((char *)&cblock, (char *)&cblock, 0L, (flag ? -1: 1))) 873 if (des_cipher((char *)&keyblock, 912 if (des_cipher((char *)&constdatablock, (char *)&rsltblock,
|
Completed in 11 milliseconds