Home
last modified time | relevance | path

Searched refs:BIO_get_callback_arg (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DBIO_set_callback.pod6 BIO_set_callback_arg, BIO_get_callback_arg, BIO_debug_callback,
26 char *BIO_get_callback_arg(const BIO *b);
43 BIO_set_callback_arg() and BIO_get_callback_arg() are macros which can be
220 BIO_get_callback_arg() returns a B<char> pointer to the value previously set
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbss_acpt.c310 BIO_set_callback_arg(bio, BIO_get_callback_arg(b)); in acpt_state()
Dbio_lib.c230 char *BIO_get_callback_arg(const BIO *b) in BIO_get_callback_arg() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h247 char *BIO_get_callback_arg(const BIO *b);
/freebsd-12-stable/crypto/openssl/apps/
Ds_cb.c444 out = (BIO *)BIO_get_callback_arg(bio); in bio_dump_callback()
Ds_server.c2242 unsigned int *p_counter = (unsigned int *)BIO_get_callback_arg(bio); in count_reads_callback()
/freebsd-12-stable/contrib/unbound/util/
Dnetevent.c1343 BIO_get_callback_arg(b), UB_EV_READ);
1349 BIO_get_callback_arg(b), UB_EV_WRITE);
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map303 BIO_get_callback_arg;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile776 MLINKS+= BIO_set_callback.3 BIO_get_callback_arg.3