Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dpacket.c138 struct sshcipher_ctx *send_context; member
312 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()
727 cipher_free(state->send_context); in ssh_packet_close_internal()
729 state->send_context = state->receive_context = NULL; in ssh_packet_close_internal()
969 ccp = &state->send_context; in ssh_set_newkeys()
1247 if (enc && !cipher_ctx_is_plaintext(state->send_context)) { in ssh_packet_send2_wrapped()
1279 if ((r = cipher_crypt(state->send_context, state->p_send.seqnr, cp, in ssh_packet_send2_wrapped()
2384 cc = (mode == MODE_OUT) ? ssh->state->send_context : in newkeys_to_blob()