Home
last modified time | relevance | path

Searched refs:CRYPTO_PACKET_DHTPK (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Donion_client.h51 #define ONION_DATA_DHTPK CRYPTO_PACKET_DHTPK
H A DDHT.h59 #define CRYPTO_PACKET_DHTPK 156 macro
H A Donion_client.c1144 … onion_c->friends_list[friend_num].dht_public_key, temp, SIZEOF_VLA(temp), CRYPTO_PACKET_DHTPK); in send_dht_dhtpk()
1885 cryptopacket_registerhandler(onion_c->dht, CRYPTO_PACKET_DHTPK, &handle_dht_dhtpk, onion_c); in new_onion_client()
1902 cryptopacket_registerhandler(onion_c->dht, CRYPTO_PACKET_DHTPK, nullptr, nullptr); in kill_onion_client()