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

  /external/chromium/net/socket/
ssl_client_socket_openssl.h 19 typedef struct bio_st BIO;
149 BIO* transport_bio_;
  /external/openssl/crypto/bio/
bio.h 1 /* crypto/bio/bio.h */
98 #define BIO_TYPE_PROXY_CLIENT (14|0x0200) /* client proxy BIO */
99 #define BIO_TYPE_PROXY_SERVER (15|0x0200) /* server proxy BIO */
100 #define BIO_TYPE_NBIO_TEST (16|0x0200) /* server proxy BIO */
103 #define BIO_TYPE_BIO (19|0x0400) /* (half a) BIO pair */
134 #define BIO_CTRL_DUP 12 /* man - extra stuff for 'duped' BIO */
136 /* callback is int cb(BIO *bio,state,ret); */
142 /* dgram BIO stuff *
    [all...]
  /external/openssl/include/openssl/
bio.h 1 /* crypto/bio/bio.h */
98 #define BIO_TYPE_PROXY_CLIENT (14|0x0200) /* client proxy BIO */
99 #define BIO_TYPE_PROXY_SERVER (15|0x0200) /* server proxy BIO */
100 #define BIO_TYPE_NBIO_TEST (16|0x0200) /* server proxy BIO */
103 #define BIO_TYPE_BIO (19|0x0400) /* (half a) BIO pair */
134 #define BIO_CTRL_DUP 12 /* man - extra stuff for 'duped' BIO */
136 /* callback is int cb(BIO *bio,state,ret); */
142 /* dgram BIO stuff *
    [all...]

Completed in 62 milliseconds