Home
last modified time | relevance | path

Searched refs:certReq (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/crypto/openssl/crypto/crmf/
HDcrmf_lib.c52 if (msg == NULL || msg->certReq == NULL) \
54 controls = msg->certReq->controls; \
94 if (crm == NULL || crm->certReq == NULL || ctrl == NULL) { in OSSL_CRMF_MSG_push0_regCtrl()
99 if (crm->certReq->controls == NULL) { in OSSL_CRMF_MSG_push0_regCtrl()
100 crm->certReq->controls = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_new_null(); in OSSL_CRMF_MSG_push0_regCtrl()
101 if (crm->certReq->controls == NULL) in OSSL_CRMF_MSG_push0_regCtrl()
105 if (!sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_push(crm->certReq->controls, ctrl)) in OSSL_CRMF_MSG_push0_regCtrl()
111 sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(crm->certReq->controls); in OSSL_CRMF_MSG_push0_regCtrl()
112 crm->certReq->controls = NULL; in OSSL_CRMF_MSG_push0_regCtrl()
244 IMPLEMENT_CRMF_CTRL_FUNC(certReq, OSSL_CRMF_CERTREQUEST, regInfo) in IMPLEMENT_CRMF_CTRL_FUNC()
[all …]
HDcrmf_local.h360 OSSL_CRMF_CERTREQUEST *certReq; member
379 OSSL_CRMF_CERTREQUEST *certReq; member
HDcrmf_asn.c164 value.certReq, OSSL_CRMF_CERTREQUEST)),
223 ASN1_SIMPLE(OSSL_CRMF_MSG, certReq, OSSL_CRMF_CERTREQUEST),
/freebsd-head/crypto/openssl/apps/lib/
HDcmp_mock_srv.c26 OSSL_CMP_MSG *certReq; /* ir/cr/p10cr/kur remembered while polling */ member
42 OSSL_CMP_MSG_free(ctx->certReq); in mock_srv_ctx_free()
202 if (ctx->certReq != NULL) { in process_cert_request()
207 if ((ctx->certReq = OSSL_CMP_MSG_dup(cert_req)) == NULL) in process_cert_request()
397 OSSL_CMP_MSG **certReq, int64_t *check_after) in process_pollReq() argument
402 || certReq == NULL || check_after == NULL) { in process_pollReq()
408 *certReq = NULL; in process_pollReq()
412 if (ctx->certReq == NULL) { in process_pollReq()
414 *certReq = NULL; in process_pollReq()
421 *certReq = ctx->certReq; in process_pollReq()
[all …]
/freebsd-head/crypto/openssl/doc/man3/
HDOSSL_CRMF_MSG_set1_regInfo_certReq.pod32 OSSL_CRMF_MSG_get0_regInfo_certReq() returns the first certReq regInfo
36 as certReq regInfo to the given I<msg>. See RFC 4211 section 7.2.
49 multiple utf8Pairs in one regInfo structure, it does not allow multiple certReq.
HDOSSL_CMP_SRV_CTX_new.pod65 OSSL_CMP_MSG **certReq,
/freebsd-head/crypto/openssl/crypto/cmp/
HDcmp_server.c395 OSSL_CMP_MSG *certReq; in process_pollReq() local
415 &certReq, &check_after)) in process_pollReq()
418 if (certReq != NULL) { in process_pollReq()
419 msg = process_cert_request(srv_ctx, certReq); in process_pollReq()
420 OSSL_CMP_MSG_free(certReq); in process_pollReq()
/freebsd-head/crypto/heimdal/lib/hx509/
HDcrmf.asn1105 certReq CertRequest,
/freebsd-head/crypto/openssl/fuzz/
HDcmp.c152 OSSL_CMP_MSG **certReq, int64_t *check_after) in process_pollReq() argument
/freebsd-head/crypto/openssl/include/openssl/
HDcmp.h.in436 OSSL_CMP_MSG **certReq,
HDcmp.h555 OSSL_CMP_MSG **certReq,
/freebsd-head/crypto/openssl/crypto/objects/
HDobjects.txt597 id-regInfo 2 : id-regInfo-certReq