Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dauthfile.c316 int i, check1, check2, cipher_type; in key_load_private_rsa1() local
358 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()
/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslapi.c648 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()
H A Dksslproto.h264 CipherType cipher_type; member
H A Dksslrec.c1521 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()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshd.c1747 u_int cipher_type, auth_mask, protocol_flags; in do_ssh1_kex() local
1829 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()