Home
last modified time | relevance | path

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

/openssl/crypto/crmf/
H A Dcrmf_lib.c95 if (crm == NULL || crm->certReq == NULL || ctrl == NULL) { in OSSL_CRMF_MSG_push0_regCtrl()
100 if (crm->certReq->controls == NULL) { in OSSL_CRMF_MSG_push0_regCtrl()
102 if (crm->certReq->controls == NULL) in OSSL_CRMF_MSG_push0_regCtrl()
113 crm->certReq->controls = NULL; in OSSL_CRMF_MSG_push0_regCtrl()
251 if (crm == NULL || crm->certReq == NULL) { in IMPLEMENT_CRMF_CTRL_FUNC()
255 return crm->certReq->certTemplate; in IMPLEMENT_CRMF_CTRL_FUNC()
281 if (crm == NULL || crm->certReq == NULL || crm->certReq->certReqId == NULL) { in OSSL_CRMF_MSG_set_certReqId()
286 return ASN1_INTEGER_set(crm->certReq->certReqId, rid); in OSSL_CRMF_MSG_set_certReqId()
315 return crmf_asn1_get_int(crm->certReq->certReqId); in OSSL_CRMF_MSG_get_certReqId()
495 pubkey = req->certReq->certTemplate->publicKey; in OSSL_CRMF_MSGS_verify_popo()
[all …]
H A Dcrmf_local.h360 OSSL_CRMF_CERTREQUEST *certReq; member
379 OSSL_CRMF_CERTREQUEST *certReq; member
H A Dcrmf_asn.c164 value.certReq, OSSL_CRMF_CERTREQUEST)),
223 ASN1_SIMPLE(OSSL_CRMF_MSG, certReq, OSSL_CRMF_CERTREQUEST),
/openssl/apps/lib/
H A Dcmp_mock_srv.c27 OSSL_CMP_MSG *certReq; /* ir/cr/p10cr/kur remembered while polling */ member
45 OSSL_CMP_MSG_free(ctx->certReq); in mock_srv_ctx_free()
235 if (ctx->certReq != NULL) { in process_cert_request()
240 if ((ctx->certReq = OSSL_CMP_MSG_dup(cert_req)) == NULL) in process_cert_request()
424 || certReq == NULL || check_after == NULL) { in process_pollReq()
429 *certReq = NULL; in process_pollReq()
433 if (ctx->certReq == NULL) { in process_pollReq()
435 *certReq = NULL; in process_pollReq()
442 *certReq = ctx->certReq; in process_pollReq()
443 ctx->certReq = NULL; in process_pollReq()
[all …]
/openssl/doc/man3/
H A DOSSL_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.
H A DOSSL_CMP_SRV_CTX_new.pod65 OSSL_CMP_MSG **certReq,
/openssl/crypto/cmp/
H A Dcmp_server.c384 OSSL_CMP_MSG *certReq; in process_pollReq() local
400 &certReq, &check_after)) in process_pollReq()
403 if (certReq != NULL) { in process_pollReq()
404 msg = process_cert_request(srv_ctx, certReq); in process_pollReq()
405 OSSL_CMP_MSG_free(certReq); in process_pollReq()
/openssl/fuzz/
H A Dcmp.c152 OSSL_CMP_MSG **certReq, int64_t *check_after) in process_pollReq() argument
/openssl/include/openssl/
H A Dcmp.h.in436 OSSL_CMP_MSG **certReq,
/openssl/crypto/objects/
H A Dobjects.txt616 id-regInfo 2 : id-regInfo-certReq

Completed in 56 milliseconds