xref: /dragonfly/lib/libcrypt/local_xsi.h (revision a4da4a90)
1 /*
2  *
3  */
4 
5 int __crypt_setkey(const char *key);
6 int __crypt_encrypt(char *block, int flag);
7