Home
last modified time | relevance | path

Searched refs:active_keys_stc (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/
Dkex-25519.c505 lws_pad_set_length(pss, reply, &p, &pss->active_keys_stc); in kex_ecdh()
508 if (!pss->active_keys_stc.valid) in kex_ecdh()
Dsshd.c1991 lws_pad_set_length(pss, ps, &pp, &pss->active_keys_stc); in pad_and_encrypt()
1994 if (!pss->active_keys_stc.valid) { in pad_and_encrypt()
1999 lws_chacha_encrypt(&pss->active_keys_stc, pss->ssh_sequence_ctr_stc, in pad_and_encrypt()
2001 n += pss->active_keys_stc.MAC_length; in pad_and_encrypt()
2102 pss->active_keys_stc.padding_alignment = 8; in lws_callback_raw_sshd()
2132 lws_chacha_destroy(&pss->active_keys_stc); in lws_callback_raw_sshd()
2487 pss->active_keys_stc = pss->kex->keys_next_stc; in lws_callback_raw_sshd()
2488 lws_chacha_activate(&pss->active_keys_stc); in lws_callback_raw_sshd()
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h483 struct lws_ssh_keys active_keys_stc; member