Searched refs:BIO_callback_fn_ex (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 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 D | bio_local.h | 122 BIO_callback_fn_ex callback_ex;
|
H A D | bio_lib.c | 233 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 D | bio.h | 285 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 D | bio.h.in | 286 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 D | bio_enc.c | 410 BIO_callback_fn_ex callback_ex; in BIO_set_cipher()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 33 BIO_callback_fn_ex datatype
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 772 MLINKS+= BIO_set_callback.3 BIO_callback_fn_ex.3
|