Home
last modified time | relevance | path

Searched defs:self_public_key (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A DTCP_test.c54 uint8_t self_public_key[CRYPTO_PUBLIC_KEY_SIZE]; in START_TEST() local
281 uint8_t self_public_key[CRYPTO_PUBLIC_KEY_SIZE]; in START_TEST() local
470 uint8_t self_public_key[CRYPTO_PUBLIC_KEY_SIZE]; in START_TEST() local
599 uint8_t self_public_key[CRYPTO_PUBLIC_KEY_SIZE]; in START_TEST() local
673 uint8_t self_public_key[CRYPTO_PUBLIC_KEY_SIZE]; in START_TEST() local
782 uint8_t self_public_key[CRYPTO_PUBLIC_KEY_SIZE]; in START_TEST() local
/dports/net-im/tox/c-toxcore-0.2.13/testing/
H A DDHT_test.c185 const uint8_t *const self_public_key = dht_get_self_public_key(dht); in main() local
/dports/net-im/tox/c-toxcore-0.2.13/other/
H A DDHT_bootstrap.c184 const uint8_t *const self_public_key = dht_get_self_public_key(dht); in main() local
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DTCP_client.c32 uint8_t self_public_key[CRYPTO_PUBLIC_KEY_SIZE]; /* our public key */ member
666 const uint8_t *self_public_key, const uint8_t *self_secret_key, TCP_Proxy_Info *proxy_info) in new_TCP_connection()
H A DTCP_connection.c27 uint8_t self_public_key[CRYPTO_PUBLIC_KEY_SIZE]; member
H A DDHT.c91 uint8_t self_public_key[CRYPTO_PUBLIC_KEY_SIZE]; member
348 int handle_request(const uint8_t *self_public_key, const uint8_t *self_secret_key, uint8_t *public_… in handle_request()
H A Dnet_crypto.c142 uint8_t self_public_key[CRYPTO_PUBLIC_KEY_SIZE]; member