Searched refs:BIO_ptr_ctrl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | bio.h | 374 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)) 375 # define BIO_get_conn_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)) 376 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)) 385 # define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)) 386 # define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,1)) 387 # define BIO_get_peer_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,2)) 388 # define BIO_get_peer_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,3)) 567 void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | BIO_ctrl.pod | 5 BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset, 19 char *BIO_ptr_ctrl(BIO *bp, int cmd, long larg); 39 BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl()
|
| /freebsd-12.1/crypto/openssl/crypto/bio/ |
| H A D | bio_lib.c | 500 void *BIO_ptr_ctrl(BIO *b, int cmd, long larg) in BIO_ptr_ctrl() function
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Version.map | 363 BIO_ptr_ctrl;
|
| H A D | Makefile.man | 609 MLINKS+= BIO_ctrl.3 BIO_ptr_ctrl.3
|