Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.c124 struct sshcipher_ctx *receive_context; member
311 (r = cipher_init(&state->receive_context, none, in ssh_packet_set_connection()
621 cipher_free(state->receive_context); in ssh_packet_close()
622 state->send_context = state->receive_context = NULL; in ssh_packet_close()
832 (r = cipher_init(&state->receive_context, cipher, key, keylen, in ssh_packet_set_encryption_key()
960 ccp = &state->receive_context; in ssh_set_newkeys()
1577 if (!cipher_ctx_is_plaintext(state->receive_context)) { in ssh_packet_read_poll1()
1606 if ((r = cipher_crypt(state->receive_context, 0, p, in ssh_packet_read_poll1()
1745 if (cipher_get_length(state->receive_context, in ssh_packet_read_poll2()
1771 if ((r = cipher_crypt(state->receive_context, in ssh_packet_read_poll2()
[all …]