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

  /external/openssl/crypto/bio/
bio.h 1 /* crypto/bio/bio.h */
90 #define BIO_TYPE_PROXY_CLIENT (14|0x0200) /* client proxy BIO */
91 #define BIO_TYPE_PROXY_SERVER (15|0x0200) /* server proxy BIO */
92 #define BIO_TYPE_NBIO_TEST (16|0x0200) /* server proxy BIO */
95 #define BIO_TYPE_BIO (19|0x0400) /* (half a) BIO pair */
122 #define BIO_CTRL_DUP 12 /* man - extra stuff for 'duped' BIO */
124 /* callback is int cb(BIO *bio,state,ret); */
130 /* dgram BIO stuff *
    [all...]
  /external/openssl/include/openssl/
bio.h 1 /* crypto/bio/bio.h */
90 #define BIO_TYPE_PROXY_CLIENT (14|0x0200) /* client proxy BIO */
91 #define BIO_TYPE_PROXY_SERVER (15|0x0200) /* server proxy BIO */
92 #define BIO_TYPE_NBIO_TEST (16|0x0200) /* server proxy BIO */
95 #define BIO_TYPE_BIO (19|0x0400) /* (half a) BIO pair */
122 #define BIO_CTRL_DUP 12 /* man - extra stuff for 'duped' BIO */
124 /* callback is int cb(BIO *bio,state,ret); */
130 /* dgram BIO stuff *
    [all...]

Completed in 44 milliseconds