Searched defs:BIO_METHOD (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbase.h166 typedef struct bio_method_st BIO_METHOD; typedef in typeref:struct:bio_method_st
/external/openssl/crypto/bio/
H A Dbio.h311 } BIO_METHOD; typedef in typeref:struct:bio_method_st
315 BIO_METHOD *method;
635 BIO_METHOD *BIO_s_file(void );
640 BIO * BIO_new(BIO_METHOD *type);
641 int BIO_set(BIO *a,BIO_METHOD *type);
670 BIO_METHOD *BIO_s_mem(void);
672 BIO_METHOD *BIO_s_socket(void);
673 BIO_METHOD *BIO_s_connect(void);
674 BIO_METHOD *BIO_s_accept(void);
675 BIO_METHOD *BIO_s_f
[all...]
/external/openssl/include/openssl/
H A Dbio.h311 } BIO_METHOD; typedef in typeref:struct:bio_method_st
315 BIO_METHOD *method;
635 BIO_METHOD *BIO_s_file(void );
640 BIO * BIO_new(BIO_METHOD *type);
641 int BIO_set(BIO *a,BIO_METHOD *type);
670 BIO_METHOD *BIO_s_mem(void);
672 BIO_METHOD *BIO_s_socket(void);
673 BIO_METHOD *BIO_s_connect(void);
674 BIO_METHOD *BIO_s_accept(void);
675 BIO_METHOD *BIO_s_f
[all...]

Completed in 96 milliseconds