Home
last modified time | relevance | path

Searched refs:OSSL_CMP_LOG_ERR (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/cmp/
H A Dcmp_util.c67 strcmp(level_copy, "ERROR") == 0 ? OSSL_CMP_LOG_ERR : in parse_level()
135 level == OSSL_CMP_LOG_ERR ? "error" : in OSSL_CMP_print_to_bio()
189 OSSL_CMP_LOG_ERR, msg); in OSSL_CMP_print_errors_cb()
196 if (log_fn(component, file, line, OSSL_CMP_LOG_ERR, msg) <= 0) in OSSL_CMP_print_errors_cb()
H A Dcmp_local.h772 # define OSSL_CMP_LOG_ERROR OSSL_CMP_LOG_ERR
H A Dcmp_ctx.c439 if (ctx != NULL && OSSL_CMP_LOG_ERR > ctx->log_verbosity) in OSSL_CMP_CTX_print_errors()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dcmp_util.h37 # define OSSL_CMP_LOG_ERR 3 macro
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_CMP_log_open.pod11 OSSL_CMP_LOG_ERR,
35 #define OSSL_CMP_LOG_ERR 3
/freebsd-14.2/crypto/openssl/util/
H A Dother.syms420 OSSL_CMP_LOG_ERR define
/freebsd-14.2/crypto/openssl/test/
H A Dcmp_ctx_test.c290 OSSL_CMP_CTX_set_log_verbosity(ctx, OSSL_CMP_LOG_ERR); in execute_cmp_ctx_log_cb_test()
/freebsd-14.2/crypto/openssl/apps/
H A Dcmp.c644 CMP_print(bio_err, OSSL_CMP_LOG_ERR, "error", msg, a1, a2, a3)
2778 ? OSSL_CMP_LOG_ERR : OSSL_CMP_LOG_WARNING, in print_status()
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile2846 MLINKS+= OSSL_CMP_log_open.3 OSSL_CMP_LOG_ERR.3