Home
last modified time | relevance | path

Searched refs:pkiDebug (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c382 pkiDebug("decode_krb5_pa_pk_as_req failed\n"); in pkinit_server_verify_padata()
424 pkiDebug("pkcs7_signeddata_verify failed\n"); in pkinit_server_verify_padata()
470 pkiDebug("bad dh parameters\n"); in pkinit_server_verify_padata()
501 pkiDebug("failed to match the checksum\n"); in pkinit_server_verify_padata()
551 pkiDebug("bad dh parameters\n"); in pkinit_server_verify_padata()
634 pkiDebug("pkinit_create_edata failed\n"); in pkinit_server_verify_padata()
716 pkiDebug("missing request context \n"); in pkinit_server_return_padata()
795 pkiDebug("received DH key delivery AS REQ\n"); in pkinit_server_return_padata()
874 pkiDebug("%s: Checking pa_type 0x%08x\n", in pkinit_server_return_padata()
1001 pkiDebug("failed to encode AS_REP\n"); in pkinit_server_return_padata()
[all …]
H A Dpkinit_matching.c260 pkiDebug("%s: returning %d\n", __FUNCTION__, retval); in parse_list_value()
337 pkiDebug("%s: Missing value for keyword '%s'\n", in parse_rule_component()
357 pkiDebug("%s: Error compiling reg-exp '%s': %s\n", in parse_rule_component()
543 pkiDebug("%s: unknown keyword value type %d\n", in component_match()
603 pkiDebug("%s: match for keyword type %s\n", in check_all_certs()
607 pkiDebug("%s: cert matches rule (OR relation)\n", in check_all_certs()
636 pkiDebug("%s: returning %d, match_found %d\n", in check_all_certs()
662 pkiDebug("%s: crypto_cert_release error %d, %s\n", in free_all_cert_matching_data()
690 pkiDebug("%s: crypto_cert_get_count error %d, %s\n", in obtain_all_cert_matching_data()
714 pkiDebug("%s: We thought there were %d certs, but " in obtain_all_cert_matching_data()
[all …]
H A Dpkinit_clnt.c147 pkiDebug("kdc_options = 0x%x till = %d\n",
151 pkiDebug("No request->client; aborting PKINIT\n");
342 pkiDebug("failed to copy dh_oid\n");
353 pkiDebug("failed to create dh parameters\n");
514 pkiDebug("pa_pkinit_parse_rep: no in_padata\n");
806 pkiDebug("failed to process dh params\n");
826 pkiDebug("failed to decode reply_key_pack\n");
869 pkiDebug("failed to make a checksum\n");
876 pkiDebug("failed to match the checksums\n");
895 pkiDebug("checksums match\n");
[all …]
H A Dpkinit_crypto_openssl.c1156 pkiDebug("mech = CKM_RSA_PKCS\n"); in cms_signeddata_create()
1200 pkiDebug("signing buffer\n"); in cms_signeddata_create()
1209 pkiDebug("mech = %s\n", in cms_signeddata_create()
2591 pkiDebug("server secret key="); in server_process_dh()
3223 pkiDebug("dh parameters\n"); in pkinit_process_td_dh_params()
3308 pkiDebug("cert = %s\n", buf); in openssl_callback()
3528 pkiDebug("not found\n"); in pkinit_C_LoadModule()
3534 pkiDebug("failed\n"); in pkinit_C_LoadModule()
3537 pkiDebug("ok\n"); in pkinit_C_LoadModule()
6264 pkiDebug("#%d cert= %s\n", i, buf);
[all …]
H A Dpkinit_identity.c404 pkiDebug("%s: cert_filename '%s' key_filename '%s'\n", in parse_pkcs12_options()
424 pkiDebug("%s: processing value '%s'\n", in process_option_identity()
447 pkiDebug("%s: Unsupported type while processing '%s'\n", in process_option_identity()
460 pkiDebug("%s: idtype is %s\n", __FUNCTION__, idtype2string(idopts->idtype)); in process_option_identity()
514 pkiDebug("%s: processing catype %s, value '%s'\n", in process_option_ca_crl()
518 pkiDebug("No type given for '%s'\n", value); in process_option_ca_crl()
594 pkiDebug("%s: %p %p %p\n", __FUNCTION__, context, idopts, id_cryptoctx); in pkinit_identity_initialize()
620 pkiDebug("%s: no user identity options specified\n", __FUNCTION__); in pkinit_identity_initialize()
635 pkiDebug("%s: No matching certificate found\n", __FUNCTION__); in pkinit_identity_initialize()
645 pkiDebug("%s: Failed while selecting default certificate\n", in pkinit_identity_initialize()
H A Dpkinit.h84 #define pkiDebug printf macro
88 static void pkiDebug (const char *fmt, ...) { } in pkiDebug() function
H A Dpkinit_lib.c458 pkiDebug("%02x ", buf[i]); in print_buffer()
459 pkiDebug("\n"); in print_buffer()
H A Dpkinit_profile.c167 pkiDebug(error_message(ENOMEM)); in pkinit_kdcdefault_string()