HomeSort by relevance Sort by last modified time
    Searched refs:bio_st (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/bio/
bio.h 204 typedef struct bio_st BIO;
258 long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
260 long (*callback)(struct bio_st *,int,const char *,int, long,long));
267 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
283 struct bio_st struct
287 long (*callback)(struct bio_st *,int,const char *,int, long,long);
296 struct bio_st *next_bio; /* used by filter BIOs */
297 struct bio_st *prev_bio; /* used by filter BIOs */
583 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
bio_lib.c 159 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))
bss_conn.c 617 data->info_callback=(int (*)(const struct bio_st *, int, int))fp;
  /external/openssl/include/openssl/
bio.h 204 typedef struct bio_st BIO;
258 long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
260 long (*callback)(struct bio_st *,int,const char *,int, long,long));
267 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
283 struct bio_st struct
287 long (*callback)(struct bio_st *,int,const char *,int, long,long);
296 struct bio_st *next_bio; /* used by filter BIOs */
297 struct bio_st *prev_bio; /* used by filter BIOs */
583 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
crypto.h 283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);
  /external/openssl/crypto/
crypto.h 283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);

Completed in 1000 milliseconds