Searched refs:security (Results 201 - 225 of 477) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/nfs/
H A Dnfs_nfssvc.c53 #include <security/audit/audit.h>
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_nsec.c175 /** check security status from cache or verify rrset, returns true if secure */
183 if(d->security == sec_status_secure)
186 if(d->security == sec_status_secure)
188 d->security = val_verify_rrset_entry(env, ve, nsec, kkey, reason,
190 if(d->security == sec_status_secure) {
/freebsd-11-stable/contrib/unbound/util/data/
H A Dpacked_rrset.h248 /** security status of the rrset data */
249 enum sec_status security; member in struct:packed_rrset_data
393 * Get a printable string for a security status value
394 * @param s: security status
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec35 /lib/security/pam_passwdqc.so
/freebsd-11-stable/sys/security/mac_partition/
H A Dmac_partition.c63 #include <security/mac/mac_policy.h>
64 #include <security/mac_partition/mac_partition.h>
/freebsd-11-stable/contrib/openpam/bin/pamtest/
H A Dpamtest.c45 #include <security/pam_appl.h>
46 #include <security/openpam.h> /* for openpam_ttyconv() */
/freebsd-11-stable/contrib/openpam/
H A Dmkpkgng.in145 categories: [ local, security ]
/freebsd-11-stable/contrib/openpam/t/
H A Dt_openpam_readlinev.c44 #include <security/pam_appl.h>
45 #include <security/openpam.h>
/freebsd-11-stable/sys/kern/
H A Dsubr_trap.c75 #include <security/audit/audit.h>
87 #include <security/mac/mac_framework.h>
/freebsd-11-stable/libexec/save-entropy/
H A Dsave-entropy.sh45 [ $(/sbin/sysctl -n security.jail.jailed) = 0 ] || exit 0
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp140 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security, argument
153 return REAL(CreateThread)(security, stack_size, asan_thread_start, t,
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A DMakefile.in70 $(top_srcdir)/cf/framework-security.m4 \
103 ls.c pathnames.h popen.c security.c kauth.c klist.c gssapi.c \
107 ls.$(OBJEXT) popen.$(OBJEXT) security.$(OBJEXT) \
421 security.c \
428 CLEANFILES = security.c security.h gssapi.c
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Po@am__quote@
1044 $(ftpd_OBJECTS): security.h
1046 security.c:
1047 @test -f security
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c220 int ampe = conf->security & MESH_CONF_SEC_AMPE;
618 if (conf->security == MESH_CONF_SEC_NONE) {
779 if (conf->security == MESH_CONF_SEC_NONE) {
843 if (conf->security == MESH_CONF_SEC_NONE) {
875 if (conf->security & MESH_CONF_SEC_AMPE) {
1012 if (conf->security & MESH_CONF_SEC_AMPE)
1040 if (conf->security & MESH_CONF_SEC_AMPE)
1216 (!(mconf->security & MESH_CONF_SEC_AMPE) ||
1236 if (mconf->security & MESH_CONF_SEC_AMPE) {
H A Dmesh.c85 conf->security |= MESH_CONF_SEC_AUTH |
88 conf->security |= MESH_CONF_SEC_NONE;
127 conf->mesh_auth_id = (conf->security & MESH_CONF_SEC_AUTH) ? 1 : 0;
206 if (ifmsh->mconf->security != MESH_CONF_SEC_NONE &&
/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.c574 msg->rep->security = r->security;
590 if(r->security == sec_status_secure && !reply_all_rrsets_secure(r)) {
630 msg->rep->security = sec_status_unchecked;
656 *sec_status = d->security;
668 msg->rep->security = sec_status_unchecked;
757 msg->rep->security = sec_status_indeterminate;
939 && data->security == sec_status_secure
947 msg->rep->security = sec_status_unchecked;
/freebsd-11-stable/sys/security/mac/
H A Dmac_socket.c75 #include <security/mac/mac_framework.h>
76 #include <security/mac/mac_internal.h>
77 #include <security/mac/mac_policy.h>
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c40 * $FreeBSD: stable/11/sys/security/mac_bsdextended/mac_bsdextended.c 321055 2017-07-16 19:24:09Z emaste $
67 #include <security/mac/mac_policy.h>
68 #include <security/mac_bsdextended/mac_bsdextended.h>
69 #include <security/mac_bsdextended/ugidfw_internal.h>
/freebsd-11-stable/sys/security/audit/
H A Dbsm_fcntl.c36 #include <security/audit/audit.h>
/freebsd-11-stable/tests/sys/audit/
H A Dutils.c31 #include <security/audit/audit_ioctl.h>
88 * Override the system-wide audit mask settings in /etc/security/audit_control
/freebsd-11-stable/tests/sys/auditpipe/
H A Dauditpipe_test.c31 #include <security/audit/audit_ioctl.h>
/freebsd-11-stable/usr.sbin/ugidfw/
H A Dugidfw.c43 #include <security/mac_bsdextended/mac_bsdextended.h>
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c52 #include <security/pam_appl.h>
H A Dopenpam_dispatch.c46 #include <security/pam_appl.h>
/freebsd-11-stable/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c42 #include <security/pam_appl.h>
192 printf("#include <security/pam_appl.h>\n");
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_dummy.c58 UNIMPLEMENTED(security); variable

Completed in 234 milliseconds

1234567891011>>