• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/

Lines Matching refs:OCSP_REQUEST

156 	} OCSP_REQUEST;
352 #define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p)
356 #define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
372 #define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o)
399 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
408 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
410 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
412 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
413 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
415 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
416 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
418 int OCSP_request_sign(OCSP_REQUEST *req,
444 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags);
451 int OCSP_request_onereq_count(OCSP_REQUEST *req);
452 OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i);
457 int OCSP_request_is_signed(OCSP_REQUEST *req);
482 int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x);
483 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
484 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos);
485 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos);
486 X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc);
487 X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc);
488 void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx);
489 int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
491 int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc);
536 DECLARE_ASN1_FUNCTIONS(OCSP_REQUEST)
546 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* a, unsigned long flags);