Searched refs:certReq (Results 1 – 12 of 12) sorted by relevance
| /freebsd-head/crypto/openssl/crypto/crmf/ |
| HD | crmf_lib.c | 52 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 …]
|
| HD | crmf_local.h | 360 OSSL_CRMF_CERTREQUEST *certReq; member 379 OSSL_CRMF_CERTREQUEST *certReq; member
|
| HD | crmf_asn.c | 164 value.certReq, OSSL_CRMF_CERTREQUEST)), 223 ASN1_SIMPLE(OSSL_CRMF_MSG, certReq, OSSL_CRMF_CERTREQUEST),
|
| /freebsd-head/crypto/openssl/apps/lib/ |
| HD | cmp_mock_srv.c | 26 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/ |
| HD | OSSL_CRMF_MSG_set1_regInfo_certReq.pod | 32 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.
|
| HD | OSSL_CMP_SRV_CTX_new.pod | 65 OSSL_CMP_MSG **certReq,
|
| /freebsd-head/crypto/openssl/crypto/cmp/ |
| HD | cmp_server.c | 395 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/ |
| HD | crmf.asn1 | 105 certReq CertRequest,
|
| /freebsd-head/crypto/openssl/fuzz/ |
| HD | cmp.c | 152 OSSL_CMP_MSG **certReq, int64_t *check_after) in process_pollReq() argument
|
| /freebsd-head/crypto/openssl/include/openssl/ |
| HD | cmp.h.in | 436 OSSL_CMP_MSG **certReq,
|
| HD | cmp.h | 555 OSSL_CMP_MSG **certReq,
|
| /freebsd-head/crypto/openssl/crypto/objects/ |
| HD | objects.txt | 597 id-regInfo 2 : id-regInfo-certReq
|