Home | History | Annotate | Download | only in openssh

Lines Matching refs:cipher_type

2136 	u_int cipher_type, auth_mask, protocol_flags;
2198 cipher_type = packet_get_char();
2200 if (!(cipher_mask_ssh1(0) & (1 << cipher_type)))
2209 debug("Encryption type: %.200s", cipher_name(cipher_type));
2284 packet_set_encryption_key(session_key, SSH_SESSION_KEY_LENGTH, cipher_type);