Home
last modified time | relevance | path

Searched refs:s_hs_iv (Results 1 – 7 of 7) sorted by relevance

/dports/ftp/uftp/uftp-5.0/
H A Dproxy.h95 uint8_t s_hs_iv[MAXIV]; /// Symmetric handshake IV for proxy member
166 uint8_t s_hs_iv[MAXIV]; /// Symmetric handshake IV for server member
H A Dproxy_downstream.c101 memcpy(dest->s_hs_iv, prf_buf + group->hashlen + group->keylen, SALT_LEN); in calculate_v4_client_keys()
241 group->ivlen, dest->s_hs_key, dest->s_hs_iv, in handle_register_keys()
705 build_iv4(iv, dest->s_hs_iv, local_ivlen, in send_keyinfo()
715 build_iv(iv, dest->s_hs_iv, local_ivlen, in send_keyinfo()
H A Dserver.h105 uint8_t s_hs_iv[MAXIV]; /// Symmetric handshake IV for server member
H A Dclient.h182 uint8_t s_hs_iv[MAXIV]; /// Symmetric handshake IV for server member
H A Dproxy_upstream.c126 memcpy(group->s_hs_iv, prf_buf + group->hashlen + group->keylen, SALT_LEN); in calculate_v4_server_keys()
162 group->ivlen, group->s_hs_key, group->s_hs_iv, in calculate_client_keys()
689 build_iv4(iv, group->s_hs_iv, unauth_ivlen, uftp_htonll(ivctr), src_id); in handle_v4_keyinfo()
818 build_iv(iv, group->s_hs_iv, group->ivlen, uftp_htonll(ivctr)); in handle_keyinfo()
H A Dclient_announce.c566 memcpy(group->s_hs_iv, prf_buf + group->hashlen + group->keylen, SALT_LEN); in calculate_v4_server_keys()
605 group->ivlen, group->s_hs_key, group->s_hs_iv, in calculate_client_keys()
1309 build_iv4(iv, group->s_hs_iv, unauth_ivlen, uftp_htonll(ivctr), src_id); in handle_v4_keyinfo()
1454 build_iv(iv, group->s_hs_iv, group->ivlen, uftp_htonll(ivctr)); in handle_keyinfo()
H A Dserver_announce.c313 build_iv(iv, destlist[i].encinfo->s_hs_iv, ivlen, in send_keyinfo()
609 encinfo->s_hs_key, encinfo->s_hs_iv, in handle_register_keys()