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

/freebsd-11-stable/lib/libc/gen/
H A Dcrypt.c62 __warn_references(des_cipher,
63 "WARNING! des_cipher(3) not present in the system!");
67 des_cipher(const char *in, char *out, long salt __unused, int num_iter __unused) function
69 fprintf(stderr, "WARNING! des_cipher(3) not present in the system!\n");
/freebsd-11-stable/secure/lib/libcrypt/
H A Dcrypt-des.c565 des_cipher(const char *in, char *out, u_long salt, int count) function
631 if (des_cipher((char *)keybuf, (char *)keybuf, 0L, 1))
/freebsd-11-stable/include/
H A Dunistd.h494 int des_cipher(const char *, char *, long, int);

Completed in 68 milliseconds