Home
last modified time | relevance | path

Searched refs:BIO_callback_fn (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_set_callback.pod7 BIO_callback_fn_ex, BIO_callback_fn
17 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
23 void BIO_set_callback(BIO *b, BIO_callback_fn cb);
24 BIO_callback_fn BIO_get_callback(BIO *b);
51 BIO_callback_fn_ex() is the type of the callback function and BIO_callback_fn()
/third_party/openssl/crypto/bio/
Dbio_local.h118 BIO_callback_fn callback;
Dbio_lib.c205 BIO_callback_fn BIO_get_callback(const BIO *b) in BIO_get_callback()
210 void BIO_set_callback(BIO *b, BIO_callback_fn cb) in BIO_set_callback()
/third_party/openssl/include/openssl/
Dbio.h236 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi, typedef
241 BIO_callback_fn BIO_get_callback(const BIO *b);
242 void BIO_set_callback(BIO *b, BIO_callback_fn callback);
/third_party/openssl/util/
Dprivate.num16 BIO_callback_fn datatype
Dindent.pro478 -T BIO_callback_fn