Home
last modified time | relevance | path

Searched refs:insecure (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/crypto/openssl/doc/HOWTO/
H A Dkeys.txt32 consider insecure or to be insecure pretty soon.
47 consider insecure or to be insecure pretty soon.
/freebsd/sbin/ldconfig/
H A Dldconfig.h35 extern bool insecure; /* -i flag, needed here for elfhints.c */
H A Dldconfig.c95 insecure = true; in main()
H A Delfhints.c58 bool insecure; variable
67 if (!trusted && !insecure) { in add_dir()
/freebsd/usr.sbin/rpcbind/
H A Dsecurity.c86 if (!insecure && !is_loopback(caller)) { in check_access()
247 if (!insecure) in check_callit()
H A Drpcbind.h76 extern int insecure;
/freebsd/contrib/bsddialog/examples_utility/
H A Dpasswordbox.sh17 FORM=$(./bsddialog --insecure --title " password " \
H A Dpasswordform.sh17 FORMS=$(./bsddialog --insecure --title " passwordform " \
H A Dmixedform.sh17 FORMS=$(./bsddialog --insecure --title " mixedform " \
/freebsd/usr.sbin/bsdconfig/password/share/
H A Dpassword.subr78 --insecure \
92 --insecure \
/freebsd/usr.sbin/bsdinstall/scripts/
H A Drootpass95 --passwordform --insecure \
/freebsd/secure/
H A DMakefile30 insecure: .MAKE .PHONY target
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio_checksum.c346 boolean_t insecure = (ci->ci_flags & ZCHECKSUM_FLAG_DEDUP) == 0; in zio_checksum_compute() local
396 zio_checksum_handle_crypt(&cksum, &saved, insecure); in zio_checksum_compute()
406 zio_checksum_handle_crypt(&cksum, &saved, insecure); in zio_checksum_compute()
/freebsd/packages/kerberos-kdc/
H A Dkerberos-kdc.ucl23 and servers to authenticate each other over a potentially insecure network.
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c27 # warning It might be totally insecure.
/freebsd/packages/kerberos/
H A Dkerberos.ucl23 and servers to authenticate each other over a potentially insecure network.
/freebsd/packages/openssl/
H A Dopenssl.ucl24 over a potentially insecure network. TLS is commonly used to secure Internet
/freebsd/usr.sbin/bsdconfig/security/include/
H A Dsecurelevel.hlp8 -1 Permanently insecure mode - always run the system in level 0
/freebsd/contrib/unbound/contrib/
H A Dunbound-host.nagios.patch70 return "(insecure)";
/freebsd/tools/tools/nanobsd/pcengines/Files/etc/
H A Dttys27 # If console is marked "insecure", then init will ask for the root password
/freebsd/tools/tools/nanobsd/rescue/Files/etc/
H A Dttys27 # If console is marked "insecure", then init will ask for the root password
/freebsd/sbin/init/
H A Dttys24 # If console is marked "insecure", init will ask for the root password
/freebsd/crypto/openssl/doc/man3/
H A DRC4_set_key.pod31 (16 byte) keys are used for strong encryption, but shorter insecure
/freebsd/contrib/unbound/daemon/
H A Dremote.c2831 int* insecure, int* prime, int* tls) in parse_fs_args() argument
2842 if(*args == 'i' && insecure) in parse_fs_args()
2843 *insecure = 1; in parse_fs_args()
2880 int insecure = 0, tls = 0; in do_forward_add() local
2884 if(!parse_fs_args(ssl, args, &nm, &dp, &insecure, NULL, &tls)) in do_forward_add()
2890 if(insecure && worker->env.anchors) { in do_forward_add()
2916 int insecure = 0; in do_forward_remove() local
2919 if(!parse_fs_args(ssl, args, &nm, NULL, &insecure, NULL, NULL)) in do_forward_remove()
2923 if(insecure && worker->env.anchors) in do_forward_remove()
2937 int insecure = 0, prime = 0, tls = 0; in do_stub_add() local
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DOSSL_PROVIDER-legacy.pod11 use, have been deemed insecure by the cryptography community, or something

123