Searched refs:Session_Key (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/lib/libtelnet/ |
| HD | enc-proto.h | 63 void encrypt_session_key(Session_Key *, int); 100 void krbdes_session(Session_Key *, int); 109 void cfb64_session(Session_Key *, int); 119 void ofb64_session(Session_Key *, int);
|
| HD | encrypt.h | 79 } Session_Key; typedef 90 void (*session)(Session_Key *, int);
|
| HD | enc_des.c | 114 static void fb64_session(Session_Key *, int, struct fb *); 365 cfb64_session(Session_Key *key, int server) in cfb64_session() 371 ofb64_session(Session_Key *key, int server) in ofb64_session() 377 fb64_session(Session_Key *key, int server, struct fb *fbp) in fb64_session()
|
| HD | sra.c | 157 Session_Key skey; in sra_is() 244 Session_Key skey; in sra_reply()
|
| HD | kerberos5.c | 459 Session_Key skey; in kerberos5_is() 579 Session_Key skey; in kerberos5_reply()
|
| HD | encrypt.c | 639 encrypt_session_key( Session_Key *key, int server) in encrypt_session_key()
|