Home
last modified time | relevance | path

Searched refs:BIO_callback_fn_ex (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
14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
18 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
19 BIO_callback_fn_ex BIO_get_callback_ex(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.h122 BIO_callback_fn_ex callback_ex;
H A Dbio_lib.c233 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b) in BIO_get_callback_ex()
238 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex cb) in BIO_set_callback_ex()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h285 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp, typedef
288 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b);
289 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
H A Dbio.h.in286 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp, typedef
289 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b);
290 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_enc.c410 BIO_callback_fn_ex callback_ex; in BIO_set_cipher()
/freebsd/crypto/openssl/util/
H A Dother.syms33 BIO_callback_fn_ex datatype
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile772 MLINKS+= BIO_set_callback.3 BIO_callback_fn_ex.3