Searched refs:OSSL_CMP_log_cb_t (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | cmp_util.h | 44 typedef int (*OSSL_CMP_log_cb_t)(const char *func, const char *file, int line, typedef 50 void OSSL_CMP_print_errors_cb(OSSL_CMP_log_cb_t log_fn);
|
H A D | cmp.h.in | 294 int OSSL_CMP_CTX_set_log_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_log_cb_t cb);
|
H A D | cmp.h | 413 int OSSL_CMP_CTX_set_log_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_log_cb_t cb);
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CMP_log_open.pod | 18 OSSL_CMP_log_cb_t, 42 typedef int (*OSSL_CMP_log_cb_t)(const char *component, 47 void OSSL_CMP_print_errors_cb(OSSL_CMP_log_cb_t log_fn); 62 typedef int (*OSSL_CMP_log_cb_t)(const char *component,
|
H A D | OSSL_CMP_CTX_new.pod | 78 int OSSL_CMP_CTX_set_log_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_log_cb_t cb);
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_util.c | 152 void OSSL_CMP_print_errors_cb(OSSL_CMP_log_cb_t log_fn) in OSSL_CMP_print_errors_cb()
|
H A D | cmp_local.h | 36 OSSL_CMP_log_cb_t log_cb; /* log callback for error/debug/etc. output */
|
H A D | cmp_vfy.c | 456 OSSL_CMP_log_cb_t backup_log_cb = ctx->log_cb; in check_msg_find_cert()
|
H A D | cmp_ctx.c | 418 int OSSL_CMP_CTX_set_log_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_log_cb_t cb) in OSSL_CMP_CTX_set_log_cb()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 429 OSSL_CMP_log_cb_t datatype
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2891 MLINKS+= OSSL_CMP_log_open.3 OSSL_CMP_log_cb_t.3
|