HomeSort by relevance Sort by last modified time
    Searched defs:OCSP_REQUEST (Results 1 - 7 of 7) sorted by null

  /external/openssl/include/openssl/
kssl.h 79 #undef OCSP_REQUEST
ossl_typ.h 111 #undef OCSP_REQUEST
ocsp.h 95 #undef OCSP_REQUEST
164 } OCSP_REQUEST;
364 #define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p)
368 #define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
384 #define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o)
411 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
412 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, char *path, OCSP_REQUEST *req,
416 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
427 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
429 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len)
    [all...]
  /external/openssl/ssl/
kssl.h 79 #undef OCSP_REQUEST
  /external/openssl/crypto/
ossl_typ.h 111 #undef OCSP_REQUEST
  /external/openssl/crypto/ocsp/
ocsp.h 95 #undef OCSP_REQUEST
164 } OCSP_REQUEST;
364 #define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p)
368 #define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
384 #define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o)
411 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
412 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, char *path, OCSP_REQUEST *req,
416 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
427 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
429 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h     [all...]

Completed in 312 milliseconds