Lines Matching defs:msg

703 #define CMP_print(bio, level, prefix, msg, a1, a2, a3) \  argument
709 #define CMP_debug(msg) CMP_DEBUG(msg"%s%s%s", "", "", "") argument
710 #define CMP_debug1(msg, a1) CMP_DEBUG(msg"%s%s", a1, "", "") argument
711 #define CMP_debug2(msg, a1, a2) CMP_DEBUG(msg"%s", a1, a2, "") argument
712 #define CMP_debug3(msg, a1, a2, a3) CMP_DEBUG(msg, a1, a2, a3) argument
713 #define CMP_INFO(msg, a1, a2, a3) \ argument
715 #define CMP_info(msg) CMP_INFO(msg"%s%s%s", "", "", "") argument
716 #define CMP_info1(msg, a1) CMP_INFO(msg"%s%s", a1, "", "") argument
717 #define CMP_info2(msg, a1, a2) CMP_INFO(msg"%s", a1, a2, "") argument
718 #define CMP_info3(msg, a1, a2, a3) CMP_INFO(msg, a1, a2, a3) argument
721 #define CMP_warn(msg) CMP_WARN(msg"%s%s%s", "", "", "") argument
722 #define CMP_warn1(msg, a1) CMP_WARN(msg"%s%s", a1, "", "") argument
723 #define CMP_warn2(msg, a1, a2) CMP_WARN(msg"%s", a1, a2, "") argument
724 #define CMP_warn3(msg, a1, a2, a3) CMP_WARN(msg, a1, a2, a3) argument
725 #define CMP_ERR(msg, a1, a2, a3) \ argument
727 #define CMP_err(msg) CMP_ERR(msg"%s%s%s", "", "", "") argument
728 #define CMP_err1(msg, a1) CMP_ERR(msg"%s%s", a1, "", "") argument
729 #define CMP_err2(msg, a1, a2) CMP_ERR(msg"%s", a1, a2, "") argument
730 #define CMP_err3(msg, a1, a2, a3) CMP_ERR(msg, a1, a2, a3) argument
733 OSSL_CMP_severity level, const char *msg) in print_to_bio_out()
739 OSSL_CMP_severity level, const char *msg) in print_to_bio_err()
792 static int write_PKIMESSAGE(const OSSL_CMP_MSG *msg, char **filenames) in write_PKIMESSAGE()
1703 const char *msg = "option is ignored for commands other than 'ir', 'cr', and 'kur'"; in setup_request_ctx() local
1799 const char *msg = "option is ignored for 'p10cr', 'rr', and 'genm' commands"; in setup_request_ctx() local
2177 const char *msg = "option is ignored unless -cmd 'genm' and -infotype rootCaCert is given"; in setup_client_ctx() local
2189 … const char *msg = "option is ignored unless -cmd 'genm' and -infotype 'certReqTemplate' is given"; in setup_client_ctx() local
3696 const char *msg = "option is ignored since -reqout_only option is given"; in cmp_main() local