Searched refs:bio_st (Results 1 – 2 of 2) sorted by relevance
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | bio.h | 238 typedef struct bio_st BIO; 298 long (*BIO_get_callback(const BIO *b)) (struct bio_st *, int, const char *, 301 long (*callback) (struct bio_st *, int, const char *, 309 typedef void bio_info_cb (struct bio_st *, int, const char *, int, long, 325 struct bio_st { struct 328 long (*callback) (struct bio_st *, int, const char *, int, long, long); argument 336 struct bio_st *next_bio; /* used by filter BIOs */ argument 337 struct bio_st *prev_bio; /* used by filter BIOs */ argument 670 void (*fp) (struct bio_st *, int, const char *, int,
|
D | crypto.h | 290 typedef struct bio_st BIO_dummy; 583 void CRYPTO_mem_leaks(struct bio_st *bio);
|