Home
last modified time | relevance | path

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

/src/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.map124 * login_setcryptfmt() uses crypt_set_format() from libcrypt. To
127 * with libcrypt, whose crypt_set_format() will override the stub.
129 crypt_set_format;
H A Dlogin_crypt.c46 if (!crypt_set_format(cipher)) in login_setcryptfmt()
/src/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
/src/usr.bin/enigma/
H A Denigma.c42 if (crypt_set_format("des") == 0) { in setup()
/src/include/
H A Dunistd.h507 int crypt_set_format(const char *);