Home
last modified time | relevance | path

Searched refs:bio_st (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/bio/
Dbio.h231 typedef struct bio_st BIO;
285 long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
287 long (*callback)(struct bio_st *,int,const char *,int, long,long));
294 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
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
647 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, l…
Dbio_lib.c159 long (*BIO_get_callback(const BIO *b))(struct bio_st *,int,const char *,int, long,long) in BIO_get_callback()
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() argument
Dbss_conn.c617 data->info_callback=(int (*)(const struct bio_st *, int, int))fp; in conn_callback_ctrl()
/external/openssl/include/openssl/
Dbio.h231 typedef struct bio_st BIO;
285 long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
287 long (*callback)(struct bio_st *,int,const char *,int, long,long));
294 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
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
647 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, l…
Dcrypto.h283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);
/external/openssl/crypto/
Dcrypto.h283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);
/external/chromium/net/socket/
Dssl_client_socket_openssl.h19 typedef struct bio_st BIO;