Home
last modified time | relevance | path

Searched defs:ocsp_req_ctx_st (Results 26 – 32 of 32) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/crypto/ocsp/
H A Docsp_ht.c24 struct ocsp_req_ctx_st { struct
25 int state; /* Current I/O state */
26 unsigned char *iobuf; /* Line buffer */
27 int iobuflen; /* Line buffer length */
28 BIO *io; /* BIO to perform I/O with */
29 BIO *mem; /* Memory BIO response is built into */
30 unsigned long asn1_len; /* ASN1 length of response */
31 unsigned long max_resp_len; /* Maximum length of response */
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/ocsp/
H A Docsp_ht.c77 struct ocsp_req_ctx_st { struct
78 int state; /* Current I/O state */
79 unsigned char *iobuf; /* Line buffer */
80 int iobuflen; /* Line buffer length */
81 BIO *io; /* BIO to perform I/O with */
82 BIO *mem; /* Memory BIO response is built into */
83 unsigned long asn1_len; /* ASN1 length of response */
84 unsigned long max_resp_len; /* Maximum length of response */
/dports/security/openssl-static/openssl-1.1.1l/crypto/ocsp/
H A Docsp_ht.c24 struct ocsp_req_ctx_st { struct
25 int state; /* Current I/O state */
26 unsigned char *iobuf; /* Line buffer */
27 int iobuflen; /* Line buffer length */
28 BIO *io; /* BIO to perform I/O with */
29 BIO *mem; /* Memory BIO response is built into */
30 unsigned long asn1_len; /* ASN1 length of response */
31 unsigned long max_resp_len; /* Maximum length of response */
/dports/security/openssl/openssl-1.1.1n/crypto/ocsp/
H A Docsp_ht.c24 struct ocsp_req_ctx_st { struct
25 int state; /* Current I/O state */
26 unsigned char *iobuf; /* Line buffer */
27 int iobuflen; /* Line buffer length */
28 BIO *io; /* BIO to perform I/O with */
29 BIO *mem; /* Memory BIO response is built into */
30 unsigned long asn1_len; /* ASN1 length of response */
31 unsigned long max_resp_len; /* Maximum length of response */
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/
H A Docsp_ht.c24 struct ocsp_req_ctx_st { struct
25 int state; /* Current I/O state */
26 unsigned char *iobuf; /* Line buffer */
27 int iobuflen; /* Line buffer length */
28 BIO *io; /* BIO to perform I/O with */
29 BIO *mem; /* Memory BIO response is built into */
30 unsigned long asn1_len; /* ASN1 length of response */
31 unsigned long max_resp_len; /* Maximum length of response */
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/crypto/ocsp/
H A Docsp_ht.c24 struct ocsp_req_ctx_st { struct
25 int state; /* Current I/O state */
26 unsigned char *iobuf; /* Line buffer */
27 int iobuflen; /* Line buffer length */
28 BIO *io; /* BIO to perform I/O with */
29 BIO *mem; /* Memory BIO response is built into */
30 unsigned long asn1_len; /* ASN1 length of response */
31 unsigned long max_resp_len; /* Maximum length of response */
/dports/security/gnutls/gnutls-3.6.16/lib/tls13/
H A Dcertificate.c123 struct ocsp_req_ctx_st { struct
133 struct ocsp_req_ctx_st *ctx = _ctx; in append_status_request() argument

12