Searched refs:crypt (Results 76 - 81 of 81) sorted by relevance

1234

/freebsd-10.0-release/crypto/openssh/
H A Dconfigure6228 crypt.h \
11763 # Some systems want crypt() from libcrypt, *not* the version in OpenSSL,
11764 # because the system crypt() is more featureful.
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for crypt in -lcrypt" >&5
11767 $as_echo_n "checking for crypt in -lcrypt... " >&6; }
11782 char crypt ();
11786 return crypt ();
11813 # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the
11816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for crypt in -lcrypt" >&5
11817 $as_echo_n "checking for crypt i
[all...]
/freebsd-10.0-release/contrib/openpam/
H A Dconfigure12125 for ac_header in crypt.h
12127 ac_fn_c_check_header_mongrel "$LINENO" "crypt.h" "ac_cv_header_crypt_h" "$ac_includes_default"
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for crypt in -lcrypt" >&5
12251 $as_echo_n "checking for crypt in -lcrypt... " >&6; }
12266 char crypt ();
12270 return crypt ();
/freebsd-10.0-release/crypto/heimdal/
H A Dconfigure15943 crypt.h \
21457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for crypt" >&5
21458 $as_echo_n "checking for crypt... " >&6; }
21465 for ac_lib in "" crypt; do
21480 crypt() function
21501 for ac_func in crypt
21503 ac_fn_c_check_func "$LINENO" "crypt" "ac_cv_func_crypt"
21513 # crypt
21514 eval "ac_tr_func=HAVE_`echo crypt | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
21840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if crypt need
[all...]
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c3651 new = crypt(password, orig); /* encrypt given password */
/freebsd-10.0-release/contrib/apr/
H A Dconfigure19000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
19001 $as_echo_n "checking for library containing crypt... " >&6; }
19015 char crypt ();
19019 return crypt ();
19024 for ac_lib in '' crypt ufc; do
22416 crypt.h \
22493 crypt.h \
/freebsd-10.0-release/contrib/apr-util/
H A Dconfigure24090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
24091 $as_echo_n "checking for library containing crypt... " >&6; }
24105 char crypt ();
24109 return crypt ();
24114 for ac_lib in '' crypt ufc; do
24146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if system crypt() function is threadsafe" >&5
24147 $as_echo_n "checking if system crypt() function is threadsafe... " >&6; }
24182 #include <crypt.h>
24197 #include <crypt.h>

Completed in 344 milliseconds

1234