Searched refs:send_context (Results 1 – 1 of 1) sorted by relevance
127 struct sshcipher_ctx *send_context; member309 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()620 cipher_free(state->send_context); in ssh_packet_close()622 state->send_context = state->receive_context = NULL; in ssh_packet_close()830 if ((r = cipher_init(&state->send_context, cipher, key, keylen, in ssh_packet_set_encryption_key()836 ((wmsg = cipher_warning_message(state->send_context)) != NULL || in ssh_packet_set_encryption_key()837 (wmsg = cipher_warning_message(state->send_context)) != NULL)) { in ssh_packet_set_encryption_key()883 if (!cipher_ctx_is_plaintext(state->send_context)) { in ssh_packet_send1()913 if ((r = cipher_crypt(state->send_context, 0, cp, in ssh_packet_send1()954 ccp = &state->send_context; in ssh_set_newkeys()[all …]