/external/openssl/crypto/bio/ |
D | bio.h | 231 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…
|
D | bio_lib.c | 159 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
|
D | bss_conn.c | 617 data->info_callback=(int (*)(const struct bio_st *, int, int))fp; in conn_callback_ctrl()
|
/external/openssl/include/openssl/ |
D | bio.h | 231 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…
|
D | crypto.h | 283 typedef struct bio_st BIO_dummy; 537 void CRYPTO_mem_leaks(struct bio_st *bio);
|
/external/openssl/crypto/ |
D | crypto.h | 283 typedef struct bio_st BIO_dummy; 537 void CRYPTO_mem_leaks(struct bio_st *bio);
|
/external/chromium/net/socket/ |
D | ssl_client_socket_openssl.h | 19 typedef struct bio_st BIO;
|