Lines Matching refs:pkiDebug

197         pkiDebug("%s: Missing or empty value for list keyword type %d\n",
208 pkiDebug("%s: Unknown list keyword type %d\n", __FUNCTION__, type);
231 pkiDebug("%s: Found value '%s', bitfield is now 0x%x\n",
241 pkiDebug("%s: Urecognized value '%s'\n", __FUNCTION__, value);
249 pkiDebug("%s: returning %d\n", __FUNCTION__, retval);
281 pkiDebug("%s: Missing or invalid keyword in rule '%s'\n",
287 pkiDebug("%s: found keyword '%s'\n", __FUNCTION__, kw->value);
326 pkiDebug("%s: Missing value for keyword '%s'\n",
340 pkiDebug("%s: found value '%s'\n", __FUNCTION__, value);
346 pkiDebug("%s: Error compiling reg-exp '%s': %s\n",
359 pkiDebug("%s: Error %d, parsing list values for keyword %s\n",
371 pkiDebug("%s: returning %d\n", __FUNCTION__, retval);
413 pkiDebug("%s: Assuming AND relation for multiple components in rule '%s'\n",
422 pkiDebug("%s: After parse_rule_component, remaining %d, rule '%s'\n",
446 pkiDebug("%s: returning %d\n", __FUNCTION__, retval);
455 pkiDebug("%s: checking %s rule '%s' with value '%s'\n",
460 pkiDebug("%s: the result is%s a match\n", __FUNCTION__,
497 pkiDebug("%s: keyword %s, keyword value %s mismatch\n",
506 pkiDebug("%s: checking %s: rule 0x%08x, cert 0x%08x\n",
513 pkiDebug("%s: checking %s: rule 0x%08x, cert 0x%08x\n",
520 pkiDebug("%s: keyword %s, keyword value %s mismatch\n",
527 pkiDebug("%s: unknown keyword value type %d\n",
531 pkiDebug("%s: returning match = %d\n", __FUNCTION__, match);
564 pkiDebug("%s: matching rule relation is %s with %d components\n",
572 pkiDebug("%s: subject: '%s'\n", __FUNCTION__, md->subject_dn);
574 pkiDebug("%s: issuer: '%s'\n", __FUNCTION__, md->subject_dn);
578 pkiDebug("%s: san: '%s'\n", __FUNCTION__, san_string);
586 pkiDebug("%s: match for keyword type %s\n",
590 pkiDebug("%s: cert matches rule (OR relation)\n",
597 pkiDebug("%s: cert does not match rule (AND relation)\n",
603 pkiDebug("%s: cert matches rule (AND relation)\n", __FUNCTION__);
610 pkiDebug("%s: After checking %d certs, we found %d matches\n",
619 pkiDebug("%s: returning %d, match_found %d\n",
639 pkiDebug("%s: crypto_cert_free_matching_data error %d, %s\n",
645 pkiDebug("%s: crypto_cert_release error %d, %s\n",
673 pkiDebug("%s: crypto_cert_get_count error %d, %s\n",
678 pkiDebug("%s: crypto_cert_get_count says there are %d certs\n",
688 pkiDebug("%s: crypto_cert_iteration_begin returned %d, %s\n",
697 pkiDebug("%s: We thought there were %d certs, but "
701 pkiDebug("%s: crypto_cert_iteration_next error %d, %s\n",
708 pkiDebug("%s: crypto_cert_get_matching_data error %d, %s\n",
724 pkiDebug("%s: returning %d, certinfo %p\n",
751 pkiDebug("%s: no matching rules found in config file\n", __FUNCTION__);
762 pkiDebug("%s: Processing rule '%s'\n", __FUNCTION__, rules[x]);
772 pkiDebug("%s: Ignoring invalid rule pkinit_cert_match = '%s'\n",
789 pkiDebug("%s: Error %d obtaining certificate information\n",
800 pkiDebug("%s: Error %d, checking certs against rule '%s'\n",
805 pkiDebug("%s: We have an exact match with rule '%s'\n",
813 pkiDebug("%s: Selecting the matching cert!\n", __FUNCTION__);
816 pkiDebug("%s: crypto_cert_select error %d, %s\n",