Home
last modified time | relevance | path

Searched refs:tc_nonce (Results 1 – 2 of 2) sorted by relevance

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.h221 uint8_t tc_nonce[MAX_NONCE]; member
H A Dtcpcrypt.c1356 do_random(tc->tc_nonce, tc->tc_nonce_len); in generate_nonce()
1411 memcpy(p, tc->tc_nonce, tc->tc_nonce_len); in do_output_pkconf_rcvd()
2249 tc->tc_nonce, tc->tc_nonce_len); in compute_ss()
2314 memcpy(kxs, tc->tc_nonce, tc->tc_nonce_len); in process_init1()
2320 pms = tc->tc_nonce; in process_init1()
2339 assert(nonce_len <= sizeof(tc->tc_nonce)); in process_init1()
2340 memcpy(tc->tc_nonce, nonce, nonce_len); in process_init1()
2415 memcpy(i2->i2_data, tc->tc_nonce, tc->tc_nonce_len); in do_input_pkconf_sent()