Home
last modified time | relevance | path

Searched refs:BIO_get_accept_name (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod5 BIO_s_accept, BIO_set_accept_name, BIO_set_accept_port, BIO_get_accept_name,
18 char *BIO_get_accept_name(BIO *b);
161 BIO_set_accept_name(), BIO_get_accept_name(), BIO_set_accept_port(),
174 BIO_get_accept_name() returns the accept name or NULL on error.
/freebsd/crypto/openssl/util/
H A Dother.syms162 BIO_get_accept_name define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h462 # define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)) macro
H A Dbio.h.in439 # define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile798 MLINKS+= BIO_s_accept.3 BIO_get_accept_name.3