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

  /external/chromium_org/crypto/
openssl_bio_string.h 13 typedef struct bio_st BIO;
  /external/openssl/crypto/bio/
bio.h 231 typedef struct bio_st BIO;
288 long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
290 long (*callback)(struct bio_st *,int,const char *,int, long,long));
297 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
313 struct bio_st struct
317 long (*callback)(struct bio_st *,int,const char *,int, long,long);
326 struct bio_st *next_bio; /* used by filter BIOs */
327 struct bio_st *prev_bio; /* used by filter BIOs */
650 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
    [all...]
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 231 typedef struct bio_st BIO;
288 long (*BIO_get_callback(const BIO *b)) (struct bio_st *,int,const char *,int, long,long);
290 long (*callback)(struct bio_st *,int,const char *,int, long,long));
297 typedef void bio_info_cb(struct bio_st *, int, const char *, int, long, long);
313 struct bio_st struct
317 long (*callback)(struct bio_st *,int,const char *,int, long,long);
326 struct bio_st *next_bio; /* used by filter BIOs */
327 struct bio_st *prev_bio; /* used by filter BIOs */
650 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
    [all...]
crypto.h 283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);
  /external/chromium_org/net/socket/
ssl_server_socket_openssl.h 17 typedef struct bio_st BIO;
ssl_client_socket_openssl.h 25 typedef struct bio_st BIO;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 269 class bio_st(Structure): class in inherits:Structure
271 BIO = bio_st
272 bio_info_cb = CFUNCTYPE(None, POINTER(bio_st), c_int, STRING, c_int, c_long, c_long)
302 bio_st._fields_ = [
304 ('callback', CFUNCTYPE(c_long, POINTER(bio_st), c_int, STRING, c_int, c_long, c_long)),
312 ('next_bio', POINTER(bio_st)),
313 ('prev_bio', POINTER(bio_st)),
319 assert sizeof(bio_st) == 64, sizeof(bio_st)
320 assert alignment(bio_st) == 4, alignment(bio_st
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 269 class bio_st(Structure): class in inherits:Structure
271 BIO = bio_st
272 bio_info_cb = CFUNCTYPE(None, POINTER(bio_st), c_int, STRING, c_int, c_long, c_long)
302 bio_st._fields_ = [
304 ('callback', CFUNCTYPE(c_long, POINTER(bio_st), c_int, STRING, c_int, c_long, c_long)),
312 ('next_bio', POINTER(bio_st)),
313 ('prev_bio', POINTER(bio_st)),
319 assert sizeof(bio_st) == 64, sizeof(bio_st)
320 assert alignment(bio_st) == 4, alignment(bio_st
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
base.h 167 typedef struct bio_st BIO;
bio.h 698 struct bio_st { struct
701 long (*callback)(struct bio_st *, int, const char *, int, long, long);
723 struct bio_st *next_bio; /* used by filter BIOs */
    [all...]
  /external/openssl/crypto/
crypto.h 283 typedef struct bio_st BIO_dummy;
537 void CRYPTO_mem_leaks(struct bio_st *bio);
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
connect.c 484 data->info_callback = (int (*)(const struct bio_st *, int, int))fp;

Completed in 578 milliseconds