Searched refs:check_flags (Results 1 – 7 of 7) sorted by relevance
173 check_flags (unsigned op, in check_flags() function209 ret = check_flags (op, context->acl_flags); in _kadm5_acl_check_permission()215 return check_flags (op, princ_flags); in _kadm5_acl_check_permission()
2142 int check_flags = 0, strict_mode; in tls1_check_chain() local2183 if (check_flags) in tls1_check_chain()2188 else if (!check_flags) in tls1_check_chain()2254 if (check_flags) in tls1_check_chain()2269 if (!check_flags) in tls1_check_chain()2276 if (check_flags) { in tls1_check_chain()2285 else if (check_flags) in tls1_check_chain()2291 else if (!check_flags) in tls1_check_chain()2301 if (check_flags) { in tls1_check_chain()2362 if (!check_flags || (rv & check_flags) == check_flags) in tls1_check_chain()[all …]
169 int (*check_flags)(int);
1041 * kdc/kaserver.c (do_authenticate, do_getticket): call check_flags1042 * kdc/kerberos4.c (do_version4): call check_flags.1043 * kdc/kerberos5.c (check_flags): make global
246 * kdc/kerberos5.c (check_flags): handle case where client is NULL599 function `check_flags'.
2130 * kdc/kerberos5.c (check_flags): handle NULL client or server
1616 check_flags( in check_flags() function1703 return check_flags(psau, name, flags) ? ISC_FALSE : ISC_TRUE; in is_valid()