Searched refs:send_context (Results 1 – 1 of 1) sorted by relevance
128 struct sshcipher_ctx send_context; member288 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()517 if ((r = cipher_cleanup(&state->send_context)) != 0) in ssh_packet_close()808 if ((r = cipher_init(&state->send_context, cipher, key, keylen, in ssh_packet_set_encryption_key()814 ((wmsg = cipher_warning_message(&state->send_context)) != NULL || in ssh_packet_set_encryption_key()815 (wmsg = cipher_warning_message(&state->send_context)) != NULL)) { in ssh_packet_set_encryption_key()861 if (!state->send_context.plaintext) { in ssh_packet_send1()891 if ((r = cipher_crypt(&state->send_context, 0, cp, in ssh_packet_send1()930 cc = &state->send_context; in ssh_set_newkeys()1127 if (enc && !state->send_context.plaintext) { in ssh_packet_send2_wrapped()[all …]