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

  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_client.c 426 /* not modifying ctx->status during certConf and error exchanges */
449 * Send certConf for IR, CR or KUR sequences and check response,
450 * not modifying ctx->status during the certConf exchange
455 OSSL_CMP_MSG *certConf;
460 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt);
461 if (certConf == NULL)
464 res = send_receive_also_delayed(ctx, certConf, &PKIconf,
468 OSSL_CMP_MSG_free(certConf);
775 if (fail_info != 0) /* immediately log error before any certConf exchange */
779 * certConf exchange should better be moved to do_certreq_seq() such tha
    [all...]
cmp_local.h 103 int disableConfirm; /* disable certConf in IR/KUR/CR for broken servers */
521 * -- corresponding request, response, certConf, and PKIConf
592 * certConf [24] CertConfirmContent, --Certificate confirm
695 * certConf [24] CertConfirmContent, --Certificate confirm
697 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_client.c 360 * Send certConf for IR, CR or KUR sequences and check response,
361 * not modifying ctx->status during the certConf exchange
366 OSSL_CMP_MSG *certConf;
371 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt);
372 if (certConf == NULL)
375 res = send_receive_check(ctx, certConf, &PKIconf, OSSL_CMP_PKIBODY_PKICONF);
378 OSSL_CMP_MSG_free(certConf);
649 if (fail_info != 0) /* immediately log error before any certConf exchange */
727 * certConf, PKIconf, and polling if required.
cmp_local.h 98 int disableConfirm; /* disable certConf in IR/KUR/CR for broken servers */
465 * -- corresponding request, response, certConf, and PKIConf
536 * certConf [24] CertConfirmContent, --Certificate confirm
639 * certConf [24] CertConfirmContent, --Certificate confirm
641 OSSL_CMP_CERTCONFIRMCONTENT *certConf; /* 24 */

Completed in 31 milliseconds