Searched refs:BIO_callback_fn (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_set_callback.pod | 7 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/ |
D | bio_local.h | 118 BIO_callback_fn callback;
|
D | bio_lib.c | 205 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/ |
D | bio.h | 236 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/ |
D | private.num | 16 BIO_callback_fn datatype
|
D | indent.pro | 478 -T BIO_callback_fn
|