Searched refs:certReq (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 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() 101 if (crm->certReq->controls == NULL) in OSSL_CRMF_MSG_push0_regCtrl() 112 crm->certReq->controls = NULL; in OSSL_CRMF_MSG_push0_regCtrl() 249 if (crm == NULL || crm->certReq == NULL) { in IMPLEMENT_CRMF_CTRL_FUNC() 253 return crm->certReq->certTemplate; in IMPLEMENT_CRMF_CTRL_FUNC() 277 if (crm == NULL || crm->certReq == NULL || crm->certReq->certReqId == NULL) { in OSSL_CRMF_MSG_set_certReqId() 282 return ASN1_INTEGER_set(crm->certReq->certReqId, rid); in OSSL_CRMF_MSG_set_certReqId() 311 return crmf_asn1_get_int(crm->certReq->certReqId); in OSSL_CRMF_MSG_get_certReqId() 489 pubkey = req->certReq->certTemplate->publicKey; in OSSL_CRMF_MSGS_verify_popo() [all …]
|
H A D | crmf_asn.c | 160 value.certReq, OSSL_CRMF_CERTREQUEST)), 215 ASN1_SIMPLE(OSSL_CRMF_MSG, certReq, OSSL_CRMF_CERTREQUEST),
|
H A D | crmf_local.h | 349 OSSL_CRMF_CERTREQUEST *certReq; member
|
/openssl/doc/man3/ |
H A D | 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.
|
H A D | OSSL_CMP_SRV_CTX_new.pod | 68 OSSL_CMP_MSG **certReq,
|
/openssl/include/internal/ |
H A D | crmf.h | 43 OSSL_CRMF_CERTREQUEST *certReq; member
|
/openssl/fuzz/ |
H A D | cmp.c | 152 OSSL_CMP_MSG **certReq, int64_t *check_after) in process_pollReq() argument
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 521 OSSL_CMP_MSG **certReq,
|
/openssl/crypto/objects/ |
H A D | objects.txt | 628 id-regInfo 2 : id-regInfo-certReq
|
Completed in 17 milliseconds