HomeSort by: relevance | last modified time | path
    Searched refs:BIO_info_cb (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/openssl.old/dist/include/internal/
bio.h 24 long (*callback_ctrl) (BIO *, int, BIO_info_cb *);
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bf_null.c 24 static long nullf_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
94 static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bf_nbio.c 27 static long nbiof_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
170 static long nbiof_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bf_prefix.c 23 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
194 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bss_conn.c 42 BIO_info_cb *info_callback;
57 static long conn_callback_ctrl(BIO *h, int cmd, BIO_info_cb *);
114 BIO_info_cb *cb = NULL;
677 BIO_info_cb **fptr;
679 fptr = (BIO_info_cb **)ptr;
718 static long conn_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bf_readbuff.c 31 static long readbuffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
211 static long readbuffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bio_meth.c 224 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int, BIO_info_cb *)
232 BIO_info_cb *))
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bf_null.c 24 static long nullf_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
94 static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bss_conn.c 39 BIO_info_cb *info_callback;
48 static long conn_callback_ctrl(BIO *h, int cmd, BIO_info_cb *);
81 BIO_info_cb *cb = NULL;
545 BIO_info_cb **fptr;
547 fptr = (BIO_info_cb **)ptr;
582 static long conn_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bf_nbio.c 27 static long nbiof_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
172 static long nbiof_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bf_prefix.c 23 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
194 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bio_meth.c 209 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom)) (BIO *, int, BIO_info_cb *)
216 BIO_info_cb *))
bf_readbuff.c 31 static long readbuffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
211 static long readbuffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bf_null.c 24 static long nullf_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
96 static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bss_conn.c 35 BIO_info_cb *info_callback;
44 static long conn_callback_ctrl(BIO *h, int cmd, BIO_info_cb *);
79 BIO_info_cb *cb = NULL;
514 BIO_info_cb **fptr;
516 fptr = (BIO_info_cb **)ptr;
530 static long conn_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bf_nbio.c 27 static long nbiof_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
174 static long nbiof_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
bio_meth.c 209 long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom)) (BIO *, int, BIO_info_cb *)
216 BIO_info_cb *))
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
bio_md.c 26 static long md_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
196 static long md_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
bio_md.c 26 static long md_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
196 static long md_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
  /src/crypto/external/bsd/openssl.old/dist/apps/
bf_prefix.c 24 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
164 static long prefix_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
bio_md.c 29 static long md_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
201 static long md_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
tap_bio.c 21 static long tap_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
138 static long tap_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
  /src/crypto/external/apache2/openssl/dist/include/internal/
bio.h 29 long (*callback_ctrl)(BIO *, int, BIO_info_cb *);
  /src/crypto/external/bsd/openssl/dist/include/internal/
bio.h 29 long (*callback_ctrl) (BIO *, int, BIO_info_cb *);
  /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
async_bio.cc 121 static long AsyncCallbackCtrl(BIO *bio, int cmd, BIO_info_cb fp)

Completed in 42 milliseconds

1 2 3