Lines Matching refs:msg
724 void OSSL_CMP_MSG_free(OSSL_CMP_MSG *msg);
831 # define ossl_cmp_log(level, ctx, msg) \ argument
833 OPENSSL_LINE, #level, "%s", msg)
848 # define ossl_cmp_alert(ctx, msg) ossl_cmp_log(ALERT, ctx, msg) argument
849 # define ossl_cmp_err(ctx, msg) ossl_cmp_log(ERROR, ctx, msg) argument
850 # define ossl_cmp_warn(ctx, msg) ossl_cmp_log(WARN, ctx, msg) argument
851 # define ossl_cmp_info(ctx, msg) ossl_cmp_log(INFO, ctx, msg) argument
852 # define ossl_cmp_debug(ctx, msg) ossl_cmp_log(DEBUG, ctx, msg) argument
853 # define ossl_cmp_trace(ctx, msg) ossl_cmp_log(TRACE, ctx, msg) argument
937 int ossl_cmp_msg_set0_libctx(OSSL_CMP_MSG *msg, OSSL_LIB_CTX *libctx,
940 int ossl_cmp_msg_set_bodytype(OSSL_CMP_MSG *msg, int type);
957 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav);
958 int ossl_cmp_msg_gen_push1_ITAVs(OSSL_CMP_MSG *msg,
986 int ossl_cmp_is_error_with_waiting(const OSSL_CMP_MSG *msg);
990 int ossl_cmp_msg_add_extraCerts(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
992 const OSSL_CMP_MSG *msg);
993 int ossl_cmp_msg_protect(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
997 const OSSL_CMP_MSG *msg,
999 int ossl_cmp_msg_check_update(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg,
1001 int ossl_cmp_msg_check_received(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg,
1004 const OSSL_CMP_MSG *msg, int accept_RAVerified);