Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dpacket.c119 CipherContext send_context; member
230 cipher_init(&active_state->send_context, none, (const u_char *)&fd_in, in packet_set_connection()
332 cc = &active_state->send_context; in packet_get_keyiv()
345 cc = &active_state->send_context; in packet_get_keycontext()
358 cc = &active_state->send_context; in packet_set_keycontext()
371 cc = &active_state->send_context; in packet_get_keyiv_len()
384 cc = &active_state->send_context; in packet_set_iv()
497 cipher_cleanup(&active_state->send_context); in packet_close()
562 cipher_init(&active_state->send_context, cipher, key, keylen, NULL, in packet_set_encryption_key()
679 if (!active_state->send_context.plaintext) { in packet_send1()
[all …]