Home
last modified time | relevance | path

Searched refs:log_cb (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_ctx.c346 if (ctx->log_cb == NULL) in ossl_cmp_log_trace_cb()
354 if (!ctx->log_cb(func != NULL ? func : "(no func)", in ossl_cmp_log_trace_cb()
375 if (ctx == NULL || ctx->log_cb == NULL) in ossl_cmp_print_log()
410 res = ctx->log_cb(func, file, line, level, hugebuf); in ossl_cmp_print_log()
424 ctx->log_cb = cb; in OSSL_CMP_CTX_set_log_cb()
441 OSSL_CMP_print_errors_cb(ctx == NULL ? NULL : ctx->log_cb); in OSSL_CMP_CTX_print_errors()
H A Dcmp_local.h36 OSSL_CMP_log_cb_t log_cb; /* log callback for error/debug/etc. output */ member
/netbsd-src/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_server.c42 if (conn->log_cb) in tlsv1_server_log()
43 conn->log_cb(conn->log_cb_ctx, buf); in tlsv1_server_log()
733 conn->log_cb = cb; in tlsv1_server_set_log_cb()
H A Dtlsv1_server_i.h56 void (*log_cb)(void *ctx, const char *msg); member
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dheader_body_checks.c460 static void log_cb(void *context, const char *action, const char *where, in log_cb() function
581 log_cb, /* logger */ in main()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_ctx_test.c147 if (!TEST_true(ctx->log_cb == NULL)) in execute_CTX_print_errors_test()
158 if (!TEST_true(ctx->log_cb == msg_total_size_log_cb)) { in execute_CTX_print_errors_test()
732 DEFINE_SET_CB_TEST(log_cb) in DEFINE_SET_CB_TEST() argument