Searched defs:rid (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_client.c | 119 static int is_crep_with_waiting(const OSSL_CMP_MSG *resp, int rid) in is_crep_with_waiting() 282 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response() 400 const OSSL_CMP_MSG *rep, int rid) in save_senderNonce_if_waiting() 654 static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in cert_response() 825 int rid = is_p10 ? OSSL_CMP_CERTREQID_NONE : OSSL_CMP_CERTREQID; in OSSL_CMP_try_certreq() local 869 int rid = is_p10 ? OSSL_CMP_CERTREQID_NONE : OSSL_CMP_CERTREQID; in OSSL_CMP_exec_certreq() local
|
H A D | cmp_msg.c | 271 OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid) in OSSL_CMP_CTX_setup_CRM() 978 static int suitable_rid(const ASN1_INTEGER *certReqId, int rid) in suitable_rid() 1000 int rid) in ossl_cmp_pollrepcontent_get0_pollrep() 1026 int rid) in ossl_cmp_certrepmessage_get0_certresponse()
|
/openssl/crypto/ocsp/ |
H A D | ocsp_cl.c | 187 const OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in OCSP_resp_get0_id() local 205 const OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in OCSP_resp_get1_id() local
|
H A D | ocsp_prn.c | 140 OCSP_RESPID *rid = NULL; in OCSP_RESPONSE_print() local
|
H A D | ocsp_srv.c | 171 OCSP_RESPID *rid; in OCSP_basic_sign_ctx() local
|
H A D | ocsp_vfy.c | 172 OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in ocsp_find_signer() local
|
/openssl/crypto/cms/ |
H A D | cms_kari.c | 119 CMS_KeyAgreeRecipientIdentifier *rid = rek->rid; in CMS_RecipientEncryptedKey_get0_id() local 151 CMS_KeyAgreeRecipientIdentifier *rid = rek->rid; in CMS_RecipientEncryptedKey_cert_cmp() local
|
H A D | cms_local.h | 157 CMS_RecipientIdentifier *rid; member 196 CMS_KeyAgreeRecipientIdentifier *rid; member
|
/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 275 int OSSL_CRMF_MSG_set_certReqId(OSSL_CRMF_MSG *crm, int rid) in OSSL_CRMF_MSG_set_certReqId() 462 int rid, int acceptRAVerified, in OSSL_CRMF_MSGS_verify_popo()
|
/openssl/include/openssl/ |
H A D | x509v3.h.in | 176 ASN1_OBJECT *rid; /* registeredID */ member
|
Completed in 54 milliseconds