Searched refs:bio_st (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio.h238 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);
336 struct bio_st *next_bio; /* used by filter BIOs */
337 struct bio_st *prev_bio; /* used by filter BIOs */
670 void (*fp) (struct bio_st *, int, const char *, int,
H A Dbio_lib.c158 long (*BIO_get_callback(const BIO *b)) (struct bio_st *, int, const char *,
164 long (*cb) (struct bio_st *, int, const char *, int,
367 void (*fp) (struct bio_st *, int, const char *, int,
H A Dbss_conn.c578 (int (*)(const struct bio_st *, int, int))fp;
/freebsd-11-stable/crypto/openssl/crypto/
H A Dcrypto.h290 typedef struct bio_st BIO_dummy;
583 void CRYPTO_mem_leaks(struct bio_st *bio);

Completed in 86 milliseconds