Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dpacket.c124 struct sshcipher_ctx *send_context; member
298 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()
709 cipher_free(state->send_context); in ssh_packet_close_internal()
711 state->send_context = state->receive_context = NULL; in ssh_packet_close_internal()
951 ccp = &state->send_context; in ssh_set_newkeys()
1229 if (enc && !cipher_ctx_is_plaintext(state->send_context)) { in ssh_packet_send2_wrapped()
1261 if ((r = cipher_crypt(state->send_context, state->p_send.seqnr, cp, in ssh_packet_send2_wrapped()
2376 cc = (mode == MODE_OUT) ? ssh->state->send_context : in newkeys_to_blob()