Home
last modified time | relevance | path

Searched refs:_cn_client (Results 1 – 4 of 4) sorted by relevance

/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dcurve_server.cpp181 memcpy (_cn_client, hello + 80, 32); in process_hello()
197 hello_nonce, _cn_client, _secret_key); in process_hello()
226 memcpy (&cookie_plaintext[crypto_secretbox_ZEROBYTES], _cn_client, 32); in produce_welcome()
260 welcome_plaintext.size (), welcome_nonce, _cn_client, in produce_welcome()
329 if (memcmp (cookie_plaintext + crypto_secretbox_ZEROBYTES, _cn_client, 32) in process_initiate()
362 initiate_nonce, _cn_client, _cn_secret); in process_initiate()
397 if (memcmp (&vouch_plaintext[crypto_box_ZEROBYTES], _cn_client, 32)) { in process_initiate()
409 rc = crypto_box_beforenm (get_writable_precom_buffer (), _cn_client, in process_initiate()
H A Dcurve_server.hpp72 uint8_t _cn_client[crypto_box_PUBLICKEYBYTES]; member in zmq::ZMQ_FINAL
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dcurve_server.cpp181 memcpy (_cn_client, hello + 80, 32); in process_hello()
197 hello_nonce, _cn_client, _secret_key); in process_hello()
226 memcpy (&cookie_plaintext[crypto_secretbox_ZEROBYTES], _cn_client, 32); in produce_welcome()
260 welcome_plaintext.size (), welcome_nonce, _cn_client, in produce_welcome()
329 if (memcmp (cookie_plaintext + crypto_secretbox_ZEROBYTES, _cn_client, 32) in process_initiate()
362 initiate_nonce, _cn_client, _cn_secret); in process_initiate()
397 if (memcmp (&vouch_plaintext[crypto_box_ZEROBYTES], _cn_client, 32)) { in process_initiate()
409 rc = crypto_box_beforenm (get_writable_precom_buffer (), _cn_client, in process_initiate()
H A Dcurve_server.hpp72 uint8_t _cn_client[crypto_box_PUBLICKEYBYTES]; member in zmq::ZMQ_FINAL