Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.h87 void (*session)(Session_Key *);
103 void encrypt_session_key(Session_Key *);
123 void cfb64_session(Session_Key *);
H A Denc_des.c357 cfb64_session(Session_Key *key) in cfb64_session()
H A Dkerberos5.c402 Session_Key skey; in kerberos5_reply()
H A Dencrypt.c669 encrypt_session_key(Session_Key *key) in encrypt_session_key()
/titanic_50/usr/src/head/arpa/
H A Dtelnet.h404 } Session_Key; typedef
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c221 static void encrypt_session_key(Session_Key *key, cipher_info_t *cinfo);
544 Session_Key skey; in kerberos5_is()
2073 encrypt_session_key(Session_Key *key, cipher_info_t *cinfo) in encrypt_session_key()