Searched refs:ossl_cmp_debug (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
H A D | cmp_http.c | 95 ossl_cmp_debug(ctx, "disconnected from CMP server"); in OSSL_CMP_MSG_http_perform() 102 ossl_cmp_debug(ctx, "finished reading response from CMP server"); in OSSL_CMP_MSG_http_perform()
|
H A D | cmp_protect.c | 146 ossl_cmp_debug(ctx, in ossl_cmp_msg_add_extraCerts() 151 ossl_cmp_debug(ctx, in ossl_cmp_msg_add_extraCerts() 167 ossl_cmp_debug(ctx, "fallback: adding just own CMP signer cert"); in ossl_cmp_msg_add_extraCerts()
|
H A D | cmp_client.c | 496 ossl_cmp_debug(ctx, "trying to build chain for newly enrolled cert"); in OSSL_CMP_certConf_cb() 502 ossl_cmp_debug(ctx, "validating newly enrolled cert"); in OSSL_CMP_certConf_cb() 533 ossl_cmp_debug(ctx, in OSSL_CMP_certConf_cb() 540 ossl_cmp_debug(ctx, in OSSL_CMP_certConf_cb()
|
H A D | cmp_ctx.c | 162 ossl_cmp_debug(ctx, "disconnected from CMP server"); in OSSL_CMP_CTX_reinit() 190 ossl_cmp_debug(ctx, "disconnected from CMP server"); in OSSL_CMP_CTX_free() 769 ossl_cmp_debug(ctx, "trying to build chain for own CMP signer cert"); in DEFINE_OSSL_CMP_CTX_set1_up_ref() 776 ossl_cmp_debug(ctx, "success building chain for own CMP signer cert"); in DEFINE_OSSL_CMP_CTX_set1_up_ref()
|
H A D | cmp_local.h | 778 # define ossl_cmp_debug(ctx, msg) ossl_cmp_log(DEBUG, ctx, msg) macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | ossl_cmp_print_log.pod | 10 ossl_cmp_debug, 32 #define ossl_cmp_debug(ctx, (msg) 57 ossl_cmp_debug() output a simple alert/error/warning/info/debug message
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | cmp_ctx_test.c | 278 ossl_cmp_debug(ctx, "this should not be printed"); in execute_cmp_ctx_log_cb_test() 280 ossl_cmp_debug(ctx, "this should be printed as CMP debug message"); in execute_cmp_ctx_log_cb_test()
|