Home
last modified time | relevance | path

Searched refs:c_hs_iv (Results 1 – 9 of 9) sorted by relevance

/dports/ftp/uftp/uftp-5.0/
H A Dproxy.h97 uint8_t c_hs_iv[MAXIV]; /// Symmetric handshake IV for client member
168 uint8_t c_hs_iv[MAXIV]; /// Symmetric handshake IV for proxy member
H A Dserver.h107 uint8_t c_hs_iv[MAXIV]; /// Symmetric handshake IV for client member
H A Dclient.h184 uint8_t c_hs_iv[MAXIV]; /// Symmetric handshake IV for client member
H A Dproxy_loop.c324 dest->c_hs_iv, group->ivlen)) { in mainloop()
H A Dproxy_upstream.c125 memcpy(group->c_hs_iv, prf_buf + group->hashlen + group->keylen, SALT_LEN); in calculate_v4_server_keys()
163 group->c_hs_key, group->c_hs_iv); in calculate_client_keys()
1024 group->keytype, group->c_hs_key, group->c_hs_iv, in send_clientkey()
H A Dproxy_downstream.c100 memcpy(dest->c_hs_iv, prf_buf + group->hashlen + group->keylen, SALT_LEN); in calculate_v4_client_keys()
242 dest->c_hs_key, dest->c_hs_iv); in handle_register_keys()
H A Dclient_announce.c245 group->keytype, group->c_hs_key, group->c_hs_iv, in send_client_key()
565 memcpy(group->c_hs_iv, prf_buf + group->hashlen + group->keylen, SALT_LEN); in calculate_v4_server_keys()
606 group->c_hs_key, group->c_hs_iv); in calculate_client_keys()
H A Dserver_announce.c610 encinfo->c_hs_key, encinfo->c_hs_iv); in handle_register_keys()
H A Dserver_phase.c89 destlist[hostidx].encinfo->c_hs_iv, ivlen)) { in handle_announce_phase()