Home
last modified time | relevance | path

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

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.h311 uint8_t toe_opts[0]; member
H A Dtcpcrypt.c1100 memcpy(eno->toe_opts, tc->tc_ciphers_pkey, tc->tc_ciphers_pkey_len); in do_output_closed()
1102 p = eno->toe_opts + tc->tc_ciphers_pkey_len; in do_output_closed()
1153 memcpy(eno->toe_opts, &tc->tc_cipher_pkey, sizeof(tc->tc_cipher_pkey)); in do_output_hello_rcvd()
1156 eno->toe_opts[sizeof(tc->tc_cipher_pkey)] = app_support << 1; in do_output_hello_rcvd()
1784 eno->toe_opts[i++] = tc->tc_app_support << 1; in do_output_nextk1_rcvd()
1786 eno->toe_opts[i++] = tc->tc_sess->ts_pub_spec | TC_OPT_VLEN; in do_output_nextk1_rcvd()
2132 check_app_support(tc, eno->toe_opts, len); in do_input_hello_sent()
2134 cipher = (struct tc_cipher_spec*) eno->toe_opts; in do_input_hello_sent()
2934 check_app_support(tc, eno->toe_opts, len); in do_input_nextk1_sent()
2937 if (len > 0 && eno->toe_opts[len - 1] in do_input_nextk1_sent()