Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_libCryptov1-latest/src/
Dblecrypt_unittest.c16 const uint8_t *ip = data; in print_bytes() local
20 op += sprintf(op, "%02x", *ip++); in print_bytes()
23 op += sprintf(op, " %02x", *ip++); in print_bytes()
/babblesim_ext_libCryptov1-latest/include/openssl/
Dbio.h477 # define BIO_set_conn_ip(b,ip) BIO_ctrl(b,BIO_C_SET_CONNECT,2,(char *)ip) argument
750 int BIO_get_host_ip(const char *str, unsigned char *ip);