Lines Matching refs:pkiDebug

196         pkiDebug("%s: Missing or empty value for list keyword type %d\n",  in parse_list_value()
207 pkiDebug("%s: Unknown list keyword type %d\n", __FUNCTION__, type); in parse_list_value()
230 pkiDebug("%s: Found value '%s', bitfield is now 0x%x\n", in parse_list_value()
240 pkiDebug("%s: Urecognized value '%s'\n", __FUNCTION__, value); in parse_list_value()
248 pkiDebug("%s: returning %d\n", __FUNCTION__, retval); in parse_list_value()
280 pkiDebug("%s: Missing or invalid keyword in rule '%s'\n", in parse_rule_component()
286 pkiDebug("%s: found keyword '%s'\n", __FUNCTION__, kw->value); in parse_rule_component()
325 pkiDebug("%s: Missing value for keyword '%s'\n", in parse_rule_component()
339 pkiDebug("%s: found value '%s'\n", __FUNCTION__, value); in parse_rule_component()
345 pkiDebug("%s: Error compiling reg-exp '%s': %s\n", in parse_rule_component()
358 pkiDebug("%s: Error %d, parsing list values for keyword %s\n", in parse_rule_component()
370 pkiDebug("%s: returning %d\n", __FUNCTION__, retval); in parse_rule_component()
412 pkiDebug("%s: Assuming AND relation for multiple components in rule '%s'\n", in parse_rule_set()
421 pkiDebug("%s: After parse_rule_component, remaining %d, rule '%s'\n", in parse_rule_set()
445 pkiDebug("%s: returning %d\n", __FUNCTION__, retval); in parse_rule_set()
499 pkiDebug("%s: keyword %s, keyword value %s mismatch\n", in component_match()
508 pkiDebug("%s: checking %s: rule 0x%08x, cert 0x%08x\n", in component_match()
515 pkiDebug("%s: checking %s: rule 0x%08x, cert 0x%08x\n", in component_match()
522 pkiDebug("%s: keyword %s, keyword value %s mismatch\n", in component_match()
529 pkiDebug("%s: unknown keyword value type %d\n", in component_match()
533 pkiDebug("%s: returning match = %d\n", __FUNCTION__, match); in component_match()
566 pkiDebug("%s: matching rule relation is %s with %d components\n", in check_all_certs()
574 pkiDebug("%s: subject: '%s'\n", __FUNCTION__, md->subject_dn); in check_all_certs()
579 pkiDebug("%s: match for keyword type %s\n", in check_all_certs()
583 pkiDebug("%s: cert matches rule (OR relation)\n", in check_all_certs()
590 pkiDebug("%s: cert does not match rule (AND relation)\n", in check_all_certs()
596 pkiDebug("%s: cert matches rule (AND relation)\n", __FUNCTION__); in check_all_certs()
611 pkiDebug("%s: returning %d, match_found %d\n", in check_all_certs()
636 pkiDebug("%s: no matching rules found in config file\n", __FUNCTION__); in pkinit_cert_matching()
670 pkiDebug("%s: Error %d obtaining certificate information\n", in pkinit_cert_matching()
681 pkiDebug("%s: Error %d, checking certs against rule '%s'\n", in pkinit_cert_matching()
686 pkiDebug("%s: We have an exact match with rule '%s'\n", in pkinit_cert_matching()
693 pkiDebug("%s: Selecting the matching cert!\n", __FUNCTION__); in pkinit_cert_matching()
696 pkiDebug("%s: crypto_cert_select error %d, %s\n", in pkinit_cert_matching()