Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/heimdal/lib/kadm5/
H A Dacl.c173 check_flags (unsigned op, in check_flags() function
209 ret = check_flags (op, context->acl_flags); in _kadm5_acl_check_permission()
215 return check_flags (op, princ_flags); in _kadm5_acl_check_permission()
/freebsd-14.2/crypto/openssl/ssl/
H A Dt1_lib.c2655 int check_flags = 0, strict_mode; in tls1_check_chain() local
2696 if (check_flags) in tls1_check_chain()
2701 else if (!check_flags) in tls1_check_chain()
2767 if (check_flags) in tls1_check_chain()
2782 if (!check_flags) in tls1_check_chain()
2789 if (check_flags) { in tls1_check_chain()
2798 else if (check_flags) in tls1_check_chain()
2804 else if (!check_flags) in tls1_check_chain()
2814 if (check_flags) { in tls1_check_chain()
2870 if (!check_flags || (rv & check_flags) == check_flags) in tls1_check_chain()
[all …]
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h172 int (*check_flags)(int);
/freebsd-14.2/crypto/heimdal/
H A DChangeLog.20001041 * kdc/kaserver.c (do_authenticate, do_getticket): call check_flags
1042 * kdc/kerberos4.c (do_version4): call check_flags.
1043 * kdc/kerberos5.c (check_flags): make global
H A DChangeLog.1998246 * kdc/kerberos5.c (check_flags): handle case where client is NULL
599 function `check_flags'.
H A DChangeLog.19992130 * kdc/kerberos5.c (check_flags): handle NULL client or server
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_io.c1536 check_flags( in check_flags() function
1623 return check_flags(psau, name, flags) ? ISC_FALSE : ISC_TRUE; in is_valid()