Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.c139 struct sshcipher_ctx *send_context; member
313 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()
636 cipher_free(state->send_context); in ssh_packet_close_internal()
638 state->send_context = state->receive_context = NULL; in ssh_packet_close_internal()
878 ccp = &state->send_context; in ssh_set_newkeys()
1157 if (enc && !cipher_ctx_is_plaintext(state->send_context)) { in ssh_packet_send2_wrapped()
1189 if ((r = cipher_crypt(state->send_context, state->p_send.seqnr, cp, in ssh_packet_send2_wrapped()
2287 cc = (mode == MODE_OUT) ? ssh->state->send_context : in newkeys_to_blob()