Home
last modified time | relevance | path

Searched defs:bio_st (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/bio/
Dbio.h283 struct bio_st struct
287 long (*callback)(struct bio_st *,int,const char *,int, long,long); argument
296 struct bio_st *next_bio; /* used by filter BIOs */ argument
297 struct bio_st *prev_bio; /* used by filter BIOs */ argument
298 int references;
299 unsigned long num_read;
300 unsigned long num_write;
302 CRYPTO_EX_DATA ex_data;
Dbio_lib.c164 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/
Dbio.h283 struct bio_st struct
287 long (*callback)(struct bio_st *,int,const char *,int, long,long); argument
296 struct bio_st *next_bio; /* used by filter BIOs */ argument
297 struct bio_st *prev_bio; /* used by filter BIOs */ argument
298 int references;
299 unsigned long num_read;
300 unsigned long num_write;
302 CRYPTO_EX_DATA ex_data;