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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio.h256 typedef struct bio_st BIO;
258 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
290 struct bio_st struct
294 long (*callback)(struct bio_st *,int,const char *,int, long,long);
303 struct bio_st *next_bio; /* used by filter BIOs */
304 struct bio_st *prev_bio; /* used by filter BIOs */
578 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
H A Dbio_lib.c332 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long))
H A Dbss_conn.c617 data->info_callback=(int (*)(const struct bio_st *, int, int))fp;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dcrypto.h281 typedef struct bio_st BIO_dummy;
513 void CRYPTO_mem_leaks(struct bio_st *bio);

Completed in 52 milliseconds