Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.c138 struct sshcipher_ctx *send_context; member
311 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()
644 cipher_free(state->send_context); in ssh_packet_close_internal()
646 state->send_context = state->receive_context = NULL; in ssh_packet_close_internal()
884 ccp = &state->send_context; in ssh_set_newkeys()
1152 if (enc && !cipher_ctx_is_plaintext(state->send_context)) { in ssh_packet_send2_wrapped()
1184 if ((r = cipher_crypt(state->send_context, state->p_send.seqnr, cp, in ssh_packet_send2_wrapped()
2264 cc = (mode == MODE_OUT) ? ssh->state->send_context : in newkeys_to_blob()