Searched refs:cipher_type (Results 1 – 2 of 2) sorted by relevance
2364 u_int cipher_type, auth_mask, protocol_flags; local2426 cipher_type = packet_get_char();2428 if (!(cipher_mask_ssh1(0) & (1 << cipher_type)))2437 debug("Encryption type: %.200s", cipher_name(cipher_type));2506 packet_set_encryption_key(session_key, SSH_SESSION_KEY_LENGTH, cipher_type);
3627 u_int8_t cipher_type; in sshkey_parse_private_rsa1() local3663 if ((r = sshbuf_get_u8(copy, &cipher_type)) != 0 || in sshkey_parse_private_rsa1()3675 cipher = cipher_by_number(cipher_type); in sshkey_parse_private_rsa1()