Home
last modified time | relevance | path

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

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.c1352 assert(tc->tc_nonce_len == 0); in generate_nonce()
1354 tc->tc_nonce_len = len; in generate_nonce()
1356 do_random(tc->tc_nonce, tc->tc_nonce_len); in generate_nonce()
1397 + tc->tc_nonce_len in do_output_pkconf_rcvd()
1411 memcpy(p, tc->tc_nonce, tc->tc_nonce_len); in do_output_pkconf_rcvd()
1412 p += 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()
2316 NULL, kxs, tc->tc_nonce_len); in process_init1()
2321 pmsl = tc->tc_nonce_len; in process_init1()
[all …]
H A Dtcpcrypt.h222 int tc_nonce_len; member