HomeSort by: relevance | last modified time | path
    Searched defs:ossl_cmp_log (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_local.h 840 #define ossl_cmp_log(level, ctx, msg) \ macro
857 #define ossl_cmp_alert(ctx, msg) ossl_cmp_log(ALERT, ctx, msg)
858 #define ossl_cmp_err(ctx, msg) ossl_cmp_log(ERROR, ctx, msg)
859 #define ossl_cmp_warn(ctx, msg) ossl_cmp_log(WARN, ctx, msg)
860 #define ossl_cmp_info(ctx, msg) ossl_cmp_log(INFO, ctx, msg)
861 #define ossl_cmp_debug(ctx, msg) ossl_cmp_log(DEBUG, ctx, msg)
862 #define ossl_cmp_trace(ctx, msg) ossl_cmp_log(TRACE, ctx, msg)
cmp_local.h 840 #define ossl_cmp_log(level, ctx, msg) \ macro
857 #define ossl_cmp_alert(ctx, msg) ossl_cmp_log(ALERT, ctx, msg)
858 #define ossl_cmp_err(ctx, msg) ossl_cmp_log(ERROR, ctx, msg)
859 #define ossl_cmp_warn(ctx, msg) ossl_cmp_log(WARN, ctx, msg)
860 #define ossl_cmp_info(ctx, msg) ossl_cmp_log(INFO, ctx, msg)
861 #define ossl_cmp_debug(ctx, msg) ossl_cmp_log(DEBUG, ctx, msg)
862 #define ossl_cmp_trace(ctx, msg) ossl_cmp_log(TRACE, ctx, msg)
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_local.h 757 # define ossl_cmp_log(level, ctx, msg) \ macro
774 # define ossl_cmp_alert(ctx, msg) ossl_cmp_log(ALERT, ctx, msg)
775 # define ossl_cmp_err(ctx, msg) ossl_cmp_log(ERROR, ctx, msg)
776 # define ossl_cmp_warn(ctx, msg) ossl_cmp_log(WARN, ctx, msg)
777 # define ossl_cmp_info(ctx, msg) ossl_cmp_log(INFO, ctx, msg)
778 # define ossl_cmp_debug(ctx, msg) ossl_cmp_log(DEBUG, ctx, msg)
779 # define ossl_cmp_trace(ctx, msg) ossl_cmp_log(TRACE, ctx, msg)
cmp_local.h 757 # define ossl_cmp_log(level, ctx, msg) \ macro
774 # define ossl_cmp_alert(ctx, msg) ossl_cmp_log(ALERT, ctx, msg)
775 # define ossl_cmp_err(ctx, msg) ossl_cmp_log(ERROR, ctx, msg)
776 # define ossl_cmp_warn(ctx, msg) ossl_cmp_log(WARN, ctx, msg)
777 # define ossl_cmp_info(ctx, msg) ossl_cmp_log(INFO, ctx, msg)
778 # define ossl_cmp_debug(ctx, msg) ossl_cmp_log(DEBUG, ctx, msg)
779 # define ossl_cmp_trace(ctx, msg) ossl_cmp_log(TRACE, ctx, msg)

Completed in 50 milliseconds