Searched refs:pkiDebug (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_matching.c | 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() [all …]
|
| H A D | pkinit_clnt.c | 98 pkiDebug("kdc_options = 0x%x till = %d\n", in pa_pkinit_gen_req() 102 pkiDebug("No request->client; aborting PKINIT\n"); in pa_pkinit_gen_req() 109 pkiDebug("pkinit_get_kdc_cert returned %d\n", retval); in pa_pkinit_gen_req() 116 pkiDebug("encode_krb5_kdc_req_body returned %d\n", (int) retval); in pa_pkinit_gen_req() 140 pkiDebug("error %d on pkinit_as_req_create; aborting PKINIT\n", in pa_pkinit_gen_req() 186 pkiDebug("pkinit_as_req_create pa_type = %d\n", reqctx->pa_type); in pkinit_as_req_create() 215 pkiDebug("failed to create dh parameters\n"); in pkinit_as_req_create() 221 pkiDebug("failed to encode the AuthPack %d\n", retval); in pkinit_as_req_create() 266 pkiDebug("failed to create pkcs7 signed data\n"); in pkinit_as_req_create() 297 pkiDebug("pkinit_as_req_create retval=%d\n", (int) retval); in pkinit_as_req_create() [all …]
|
| H A D | pkinit_srv.c | 82 pkiDebug("%s: freeing context at %p\n", __FUNCTION__, realm_contexts); in free_realm_contexts() 112 pkiDebug("pkinit_create_edata: creating edata for error %d (%s)\n", in pkinit_create_edata() 129 pkiDebug("no edata needed for error %d (%s)\n", in pkinit_create_edata() 153 pkiDebug("pkinit_server_get_edata: entered!\n"); in pkinit_server_get_edata() 196 pkiDebug("%s: error from retrieve_certificate_sans()\n", __FUNCTION__); in verify_client_san() 210 pkiDebug("%s: Checking pkinit sans\n", __FUNCTION__); in verify_client_san() 214 pkiDebug("%s: Comparing client '%s' to pkinit san value '%s'\n", in verify_client_san() 225 pkiDebug("%s: no pkinit san match found\n", __FUNCTION__); in verify_client_san() 232 pkiDebug("%s: no upn sans (or we wouldn't accept them anyway)\n", in verify_client_san() 238 pkiDebug("%s: Checking upn sans\n", __FUNCTION__); in verify_client_san() [all …]
|
| H A D | pkinit_crypto_openssl.c | 1151 pkiDebug("%s: initializing openssl crypto context at %p\n", in pkinit_init_plg_crypto() 1173 pkiDebug("%s: freeing context at %p\n", __FUNCTION__, cryptoctx); in pkinit_fini_plg_crypto() 1203 pkiDebug("%s: returning ctx at %p\n", __FUNCTION__, ctx); in pkinit_init_identity_crypto() 1221 pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, idctx); in pkinit_fini_identity_crypto() 1246 pkiDebug("%s: returning ctx at %p\n", __FUNCTION__, ctx); in pkinit_init_req_crypto() 1261 pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, req_cryptoctx); in pkinit_fini_req_crypto() 1336 pkiDebug("failed to read certificate from %s\n", filename); in get_cert() 1437 pkiDebug("failed to read private key from %s\n", filename); in get_key() 1771 pkiDebug("building certificate chain\n"); in cms_signeddata_create() 2024 pkiDebug("Expected id-signedData CMS msg (received type = %d)\n", in cms_signeddata_verify() [all …]
|
| H A D | pkinit_identity.c | 369 pkiDebug("%s: cert_filename '%s' key_filename '%s'\n", in parse_pkcs12_options() 411 pkiDebug("%s: Unsupported type while processing '%s'\n", in process_option_identity() 424 pkiDebug("%s: idtype is %s\n", __FUNCTION__, idtype2string(idopts->idtype)); in process_option_identity() 480 pkiDebug("%s: processing catype %s, value '%s'\n", in process_option_ca_crl() 484 pkiDebug("No type given for '%s'\n", value); in process_option_ca_crl() 521 pkiDebug("%s: %p %p %p\n", __FUNCTION__, context, idopts, id_cryptoctx); in pkinit_identity_initialize() 552 pkiDebug("%s: no user identity options specified\n", __FUNCTION__); in pkinit_identity_initialize() 586 pkiDebug("%s: %p %p %p\n", __FUNCTION__, context, idopts, id_cryptoctx); in pkinit_identity_prompt()
|
| H A D | pkinit.h | 88 #define pkiDebug printf macro 91 static inline void pkiDebug (const char *fmt, ...) { } in pkiDebug() function
|
| H A D | pkinit_lib.c | 277 pkiDebug("%02x ", buf[i]); in print_buffer() 278 pkiDebug("\n"); in print_buffer()
|