Lines Matching refs:txt
455 int fail_info, const char *txt) in ossl_cmp_exchange_certConf() argument
462 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt); in ossl_cmp_exchange_certConf()
477 const char *txt, int errorCode, const char *details) in ossl_cmp_exchange_error() argument
485 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, txt)) == NULL) in ossl_cmp_exchange_error()
661 const char *txt = NULL; in cert_response() local
755 txt = "public key in new certificate does not match our enrollment key"; in cert_response()
771 if ((fail_info = cb(ctx, ctx->newCert, fail_info, &txt)) != 0 in cert_response()
772 && txt == NULL) in cert_response()
773 txt = "CMP client did not accept it"; in cert_response()
783 if (!ossl_cmp_exchange_certConf(ctx, rid, fail_info, txt)) in cert_response()
791 subj, txt); in cert_response()