Home
last modified time | relevance | path

Searched refs:OPENSSL_FUNC (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dmacros.h320 #ifndef OPENSSL_FUNC
323 #define OPENSSL_FUNC __func__ macro
325 #define OPENSSL_FUNC __FUNCTION__ macro
328 #define OPENSSL_FUNC __FUNCTION__ macro
334 #ifndef OPENSSL_FUNC
335 #define OPENSSL_FUNC "(unknown function)" macro
H A Derr.h407 ERR_set_debug(OPENSSL_FILE, OPENSSL_LINE, OPENSSL_FUNC), \
414 ERR_set_debug((file), (line), OPENSSL_FUNC), \
H A Derr.h.in396 ERR_set_debug(OPENSSL_FILE, OPENSSL_LINE, OPENSSL_FUNC), \
403 ERR_set_debug((file), (line), OPENSSL_FUNC), \
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_FILE.pod5 OPENSSL_FILE, OPENSSL_LINE, OPENSSL_FUNC,
15 #define OPENSSL_FUNC /* typically: __func__ */
26 The macro B<OPENSSL_FUNC> attempts to yield the name of the C function
44 B<OPENSSL_FUNC>, B<OPENSSL_MSTR>, and B<OPENSSL_MSTR_HELPER>
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_local.h841 ossl_cmp_print_log(OSSL_CMP_LOG_##level, ctx, OPENSSL_FUNC, OPENSSL_FILE, \
844 ossl_cmp_print_log(OSSL_CMP_LOG_##level, ctx, OPENSSL_FUNC, OPENSSL_FILE, \
847 ossl_cmp_print_log(OSSL_CMP_LOG_##level, ctx, OPENSSL_FUNC, OPENSSL_FILE, \
850 ossl_cmp_print_log(OSSL_CMP_LOG_##level, ctx, OPENSSL_FUNC, OPENSSL_FILE, \
853 ossl_cmp_print_log(OSSL_CMP_LOG_##level, ctx, OPENSSL_FUNC, OPENSSL_FILE, \
H A Dcmp_genm.c45 cert_msg(OPENSSL_FUNC, OPENSSL_FILE, OPENSSL_LINE, level, ctx, in ossl_X509_check()
51 cert_msg(OPENSSL_FUNC, OPENSSL_FILE, OPENSSL_LINE, level, ctx, in ossl_X509_check()
/freebsd/crypto/openssl/include/internal/
H A Dquic_channel.h258 OPENSSL_FUNC)
267 OPENSSL_FUNC)
H A Dstatem.h151 ERR_set_debug(OPENSSL_FILE, OPENSSL_LINE, OPENSSL_FUNC), \
/freebsd/crypto/openssl/test/
H A Dp_test.c299 ctx->thisfunc = strdup(OPENSSL_FUNC); in OSSL_provider_init()
H A Derrtest.c30 const char *func = OPENSSL_FUNC; in test_print_error_format()
/freebsd/crypto/openssl/ssl/record/methods/
H A Drecmethod_local.h394 ERR_set_debug(OPENSSL_FILE, OPENSSL_LINE, OPENSSL_FUNC), \
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tls.c702 OPENSSL_FILE, OPENSSL_LINE, OPENSSL_FUNC)
H A Dquic_impl.c149 OPENSSL_FUNC, \
/freebsd/crypto/openssl/util/
H A Dother.syms424 OPENSSL_FUNC define
/freebsd/crypto/openssl/apps/
H A Dcmp.c789 #define FUNC (strcmp(OPENSSL_FUNC, "(unknown function)") == 0 \
791 : OPENSSL_FUNC)
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2829 MLINKS+= OPENSSL_FILE.3 OPENSSL_FUNC.3