Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.h85 void (*session)(Session_Key *);
101 void encrypt_session_key(Session_Key *);
121 void cfb64_session(Session_Key *);
H A Denc_des.c358 cfb64_session(Session_Key *key) in cfb64_session()
H A Dkerberos5.c400 Session_Key skey; in kerberos5_reply()
H A Dencrypt.c667 encrypt_session_key(Session_Key *key) in encrypt_session_key()
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h403 } Session_Key; typedef
/illumos-gate/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()