Searched refs:__crypt_des_setkey (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c121 * of lookup tables. This speeds up __crypt_des_setkey() and __crypt_des_cipher(), but has
139 __private_extern__ int __crypt_des_cipher(), __crypt_des_setkey();
549 if (__crypt_des_setkey((char *)keyblock.b)) /* also initializes "a64toi" */
567 if (__crypt_des_setkey((char *)keyblock.b))
627 * The Key Schedule, filled in by __crypt_des_setkey() or setkey().
635 __private_extern__ int __crypt_des_setkey(key) function
974 __crypt_des_setkey((char *)keyblock.b);
976 return (__crypt_des_setkey((char *)keyblock.b));
998 __crypt_des_setkey((char *)cblock.b);

Completed in 73 milliseconds