Searched refs:secure (Results 176 - 179 of 179) sorted by relevance

12345678

/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c755 bool secure = true; /* consider all maps secure by default */ local
798 secure = HOST_SECURE == r;
851 sm_dprintf("getcanonname(%s), found, ad=%d\n", host, secure);
883 return secure ? HOST_SECURE : HOST_OK;
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c728 const u8 *addr, int secure)
738 if (secure) {
727 wpa_supplicant_key_neg_complete(struct wpa_sm *sm, const u8 *addr, int secure) argument
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend804 ${DEP_RELDIR}/secure \
/freebsd-11-stable/
H A DMakefile.inc1270 SUBDIR+=secure
2293 _secure_lib_libcrypto= secure/lib/libcrypto
2294 _secure_lib_libssl= secure/lib/libssl
2295 lib/libradius__L secure/lib/libssl__L: secure/lib/libcrypto__L
2298 lib/libldns__L: secure/lib/libcrypto__L
2301 _secure_lib_libssh= secure/lib/libssh
2302 secure/lib/libssh__L: lib/libz__L secure/lib/libcrypto__L lib/libcrypt__L
2304 secure/li
[all...]

Completed in 213 milliseconds

12345678