Searched refs:cipher_type (Results 1 – 5 of 5) sorted by relevance
316 int i, check1, check2, cipher_type; in key_load_private_rsa1() local358 cipher_type = buffer_get_char(&buffer); in key_load_private_rsa1()373 cipher = cipher_by_number(cipher_type); in key_load_private_rsa1()376 cipher_type, filename); in key_load_private_rsa1()
648 if ((spec->cipher_type == type_block) && in kssl_handle_mblk()677 if (spec->cipher_type == type_block) { in kssl_handle_mblk()862 if ((spec->cipher_type == type_block) && in kssl_handle_any_record()886 if (spec->cipher_type == type_block) { in kssl_handle_any_record()1295 if (spec->cipher_type == type_block) { in kssl_build_single_record()
264 CipherType cipher_type; member
1521 spec->cipher_type = cipher_defs[ssl->pending_calg].type; in kssl_spec_init()1737 if (spec->cipher_type == type_block) { in kssl_mac_encrypt_record()
1747 u_int cipher_type, auth_mask, protocol_flags; in do_ssh1_kex() local1829 cipher_type = packet_get_char(); in do_ssh1_kex()1831 if (!(cipher_mask_ssh1(0) & (1 << cipher_type))) { in do_ssh1_kex()1843 debug("Encryption type: %.200s", cipher_name(cipher_type)); in do_ssh1_kex()1914 packet_set_encryption_key(session_key, SSH_SESSION_KEY_LENGTH, cipher_type); in do_ssh1_kex()