Home
last modified time | relevance | path

Searched refs:crypt_set_format (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libutil/
H A Dstub.c38 #pragma weak crypt_set_format macro
41 crypt_set_format(const char *f __unused) { in crypt_set_format() function
H A DSymbol.map125 * login_setcryptfmt() uses crypt_set_format() from libcrypt. To
128 * with libcrypt, whose crypt_set_format() will override the stub.
130 crypt_set_format;
H A Dlogin_crypt.c46 if (!crypt_set_format(cipher)) in login_setcryptfmt()
/freebsd/lib/libcrypt/
H A Dcrypt.c86 crypt_set_format(const char *format) in crypt_set_format() function
H A DMakefile17 crypt.3 crypt_set_format.3
/freebsd/usr.bin/enigma/
H A Denigma.c42 if (crypt_set_format("des") == 0) { in setup()
/freebsd/include/
H A Dunistd.h507 int crypt_set_format(const char *);