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

/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A 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);
323 struct bio_st *next_bio; /* used by filter BIOs */
324 struct bio_st *prev_bio; /* used by filter BIOs */
647 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
H A Dbio_lib.c159 long (*BIO_get_callback(const BIO *b))(struct bio_st *,int,const char *,int, long,long)
164 void BIO_set_callback(BIO *b, long (*cb)(struct bio_st *,int,const char *,int, long,long))
378 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;
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A 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);
323 struct bio_st *next_bio; /* used by filter BIOs */
324 struct bio_st *prev_bio; /* used by filter BIOs */
647 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
H A Dcrypto.h283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);
/external/openssl/crypto/bio/
H A 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);
323 struct bio_st *next_bio; /* used by filter BIOs */
324 struct bio_st *prev_bio; /* used by filter BIOs */
647 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
H A Dbio_lib.c159 long (*BIO_get_callback(const BIO *b))(struct bio_st *,int,const char *,int, long,long)
164 void BIO_set_callback(BIO *b, long (*cb)(struct bio_st *,int,const char *,int, long,long))
378 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;
/external/openssl/include/openssl/
H A 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);
323 struct bio_st *next_bio; /* used by filter BIOs */
324 struct bio_st *prev_bio; /* used by filter BIOs */
647 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
H A Dcrypto.h283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);
/external/chromium/net/socket/
H A Dssl_client_socket_openssl.h19 typedef struct bio_st BIO;
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl.h22 typedef struct bio_st BIO;
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dcrypto.h283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);
/external/openssl/crypto/
H A Dcrypto.h283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);

Completed in 524 milliseconds