Searched defs:certReqId (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/fuzz/ |
D | cmp.c | 104 int certReqId, in process_cert_request() 142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() 151 const OSSL_CMP_MSG *pollReq, int certReqId, in process_pollReq()
|
/third_party/openssl/apps/lib/ |
D | cmp_mock_srv.c | 27 int certReqId; /* id of last ir/cr/kur, used for polling */ member 175 int certReqId, in process_cert_request() 361 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf() 395 const OSSL_CMP_MSG *pollReq, int certReqId, in process_pollReq()
|
/third_party/openssl/crypto/cmp/ |
D | cmp_server.c | 165 int certReqId; in process_cert_request() local 355 int certReqId = ossl_cmp_asn1_get_int(status->certReqId); in process_certConf() local 383 int certReqId; in process_pollReq() local
|
D | cmp_local.h | 377 ASN1_INTEGER *certReqId; member 398 ASN1_INTEGER *certReqId; member 424 ASN1_INTEGER *certReqId; member 439 ASN1_INTEGER *certReqId; member
|
D | cmp_msg.c | 458 int certReqId, const OSSL_CMP_PKISI *si, in ossl_cmp_certrep_new() 965 static int suitable_rid(const ASN1_INTEGER *certReqId, int rid) in suitable_rid()
|
/third_party/openssl/test/ |
D | cmp_server_test.c | 51 int certReqId, in process_cert_request()
|
/third_party/openssl/crypto/crmf/ |
D | crmf_local.h | 331 ASN1_INTEGER *certReqId; member
|