Home
last modified time | relevance | path

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

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.c428 tc->tc_state = STATE_ENCRYPTING; in enable_encryption()
1605 return tc->tc_state == STATE_ENCRYPTING in connected()
1647 tc->tc_state = STATE_ENCRYPTING; in rekey_complete()
1845 case STATE_ENCRYPTING: in do_output()
2640 tc->tc_state = STATE_ENCRYPTING; in rekey_input_post()
2874 case STATE_ENCRYPTING: in tcp_input_post()
3026 case STATE_ENCRYPTING: in do_input()
3078 if (tc->tc_state == STATE_ENCRYPTING) in proxy_connection()
3284 if (tc->tc_state == STATE_ENCRYPTING in rdr_local_handler()
3512 if (tc->tc_state == STATE_ENCRYPTING)
[all …]
H A Dtcpcrypt.h67 STATE_ENCRYPTING, enumerator