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.c2655 int check_flags = 0, strict_mode; in tls1_check_chain() local
2688 check_flags = CERT_PKEY_STRICT_FLAGS; in tls1_check_chain()
2690 check_flags = CERT_PKEY_VALID_FLAGS; in tls1_check_chain()
2696 if (check_flags) in tls1_check_chain()
2697 check_flags |= CERT_PKEY_SUITEB; 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()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h171 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()