Searched defs:bio_st (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/bio/ |
D | bio.h | 310 struct bio_st struct 314 long (*callback)(struct bio_st *,int,const char *,int, long,long); argument 323 struct bio_st *next_bio; /* used by filter BIOs */ argument 324 struct bio_st *prev_bio; /* used by filter BIOs */ argument 325 int references; 326 unsigned long num_read; 327 unsigned long num_write; 329 CRYPTO_EX_DATA ex_data;
|
D | bio_lib.c | 164 void BIO_set_callback(BIO *b, long (*cb)(struct bio_st *,int,const char *,int, long,long)) in BIO_set_callback() argument 378 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, l… in BIO_callback_ctrl()
|
/external/openssl/include/openssl/ |
D | bio.h | 310 struct bio_st struct 314 long (*callback)(struct bio_st *,int,const char *,int, long,long); argument 323 struct bio_st *next_bio; /* used by filter BIOs */ argument 324 struct bio_st *prev_bio; /* used by filter BIOs */ argument 325 int references; 326 unsigned long num_read; 327 unsigned long num_write; 329 CRYPTO_EX_DATA ex_data;
|