Searched refs:BIO_ptr_ctrl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | bio.h | 397 # define BIO_get_conn_hostname(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0)) 398 # define BIO_get_conn_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1)) 399 # define BIO_get_conn_address(b) ((const BIO_ADDR *)BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2)) 408 # define BIO_get_accept_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0)) 409 # define BIO_get_accept_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,1)) 410 # define BIO_get_peer_name(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,2)) 411 # define BIO_get_peer_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,3)) 590 void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
|
| /freebsd-13.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, 20 void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg); 43 BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl() and BIO_int_ctrl()
|
| /freebsd-13.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-13.1/secure/lib/libcrypto/ |
| H A D | Version.map | 363 BIO_ptr_ctrl;
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 614 MLINKS+= BIO_ctrl.3 BIO_ptr_ctrl.3
|