Searched defs:des_setkey (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dcrypt.c120 * of lookup tables. This speeds up des_setkey() and des_cipher(), but has
644 * The Key Schedule, filled in by des_setkey() or setkey().
652 static int des_setkey(register const char *key) { function
809 return (des_setkey((char *)keyblock.b));
863 if (des_setkey((char *)keyblock.b)) /* also initializes "a64toi" */
881 if (des_setkey((char *)keyblock.b))

Completed in 16 milliseconds