Searched defs:certReqId (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/fuzz/ |
H A 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()
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_server.c | 26 int certReqId; /* of ir/cr/kur, OSSL_CMP_CERTREQID_NONE for p10cr */ member 224 int certReqId, central_keygen; in process_cert_request() local 428 int certReqId = ossl_cmp_asn1_get_int(status->certReqId); in process_certConf() local 516 int certReqId; in process_pollReq() local
|
H A D | cmp_msg.c | 493 int certReqId, const OSSL_CMP_PKISI *si, in ossl_cmp_certrep_new() 852 OSSL_CMP_MSG *ossl_cmp_certConf_new(OSSL_CMP_CTX *ctx, int certReqId, in ossl_cmp_certConf_new() 1036 static int suitable_rid(const ASN1_INTEGER *certReqId, int rid) in suitable_rid()
|
H A D | cmp_local.h | 432 ASN1_INTEGER *certReqId; member 454 ASN1_INTEGER *certReqId; member 480 ASN1_INTEGER *certReqId; member 495 ASN1_INTEGER *certReqId; member
|
H A D | cmp_client.c | 454 int ossl_cmp_exchange_certConf(OSSL_CMP_CTX *ctx, int certReqId, in ossl_cmp_exchange_certConf()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 284 ossl_unused int certReqId, in process_cert_request() 656 ossl_unused int certReqId, in process_certConf() 688 ossl_unused int certReqId, in process_pollReq()
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_server_test.c | 51 int certReqId, in process_cert_request()
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_local.h | 352 ASN1_INTEGER *certReqId; member
|