Home
last modified time | relevance | path

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

/freebsd/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/crypto/openssl/ssl/
H A Dt1_lib.c3995 int check_flags = 0, strict_mode;
4043 check_flags = CERT_PKEY_STRICT_FLAGS; in tls1_check_chain()
4045 check_flags = CERT_PKEY_VALID_FLAGS; in tls1_check_chain()
4051 if (check_flags) in tls1_check_chain()
4052 check_flags |= CERT_PKEY_SUITEB; in tls1_check_chain()
4056 else if (!check_flags) in tls1_check_chain()
4124 if (check_flags) in tls1_check_chain()
4134 * so check_flags is always set. in tls1_check_chain()
4139 if (!check_flags) in tls1_check_chain()
4146 if (check_flags) { in tls1_check_chain()
4003 int check_flags = 0, strict_mode; tls1_check_chain() local
[all...]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h176 int (*check_flags)(int);
/freebsd/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/contrib/ntp/ntpd/
H A Dntp_io.c1534 check_flags( in check_flags() function
1621 return check_flags(psau, name, flags) ? ISC_FALSE : ISC_TRUE; in is_valid()