Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_set_callback.pod7 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 Dbio_local.h120 BIO_callback_fn callback;
H A Dbio_lib.c222 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 Dbio.h276 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 Dbio.h.in277 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 Dindent.pro480 -T BIO_callback_fn
H A Dother.syms32 BIO_callback_fn datatype
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile771 MLINKS+= BIO_set_callback.3 BIO_callback_fn.3