Searched defs:relation (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_krb.c270 char relation[MAXHOSTNAMELEN]; local
298 * Populates the following relation-value pair in the
304 (void) snprintf(relation, sizeof (relation), ".%s",
308 cfg->kc_profile, relation, cfg->kc_realm)) != 0) {
446 * Populates the following relation-value pair in the
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c145 relation_type relation; member in struct:_rule_set
398 rs->relation = relation_none;
401 rs->relation = relation_and;
405 rs->relation = relation_or;
412 if (rs->relation == relation_none && rs->num_crs > 1) {
413 pkiDebug("%s: Assuming AND relation for multiple components in rule '%s'\n",
415 rs->relation = relation_and;
428 * we can short-circuit an OR or an AND relation if an
564 pkiDebug("%s: matching rule relation is %s with %d components\n",
565 __FUNCTION__, relation2string(rs->relation), r
[all...]

Completed in 18 milliseconds