Searched refs:BIO_callback_fn (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_set_callback.pod | 7 BIO_debug_callback_ex, BIO_callback_fn_ex, BIO_callback_fn 31 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi, 33 void BIO_set_callback(BIO *b, BIO_callback_fn cb); 34 BIO_callback_fn BIO_get_callback(const BIO *b); 60 BIO_callback_fn_ex is the type of the callback function and BIO_callback_fn
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_local.h | 120 BIO_callback_fn callback;
|
H A D | bio_lib.c | 222 BIO_callback_fn BIO_get_callback(const BIO *b) in BIO_get_callback() 227 void BIO_set_callback(BIO *b, BIO_callback_fn cb) in BIO_set_callback()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 276 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi, typedef 278 OSSL_DEPRECATEDIN_3_0 BIO_callback_fn BIO_get_callback(const BIO *b); 279 OSSL_DEPRECATEDIN_3_0 void BIO_set_callback(BIO *b, BIO_callback_fn callback);
|
H A D | bio.h.in | 277 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi, typedef 279 OSSL_DEPRECATEDIN_3_0 BIO_callback_fn BIO_get_callback(const BIO *b); 280 OSSL_DEPRECATEDIN_3_0 void BIO_set_callback(BIO *b, BIO_callback_fn callback);
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 480 -T BIO_callback_fn
|
H A D | other.syms | 32 BIO_callback_fn datatype
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 771 MLINKS+= BIO_set_callback.3 BIO_callback_fn.3
|