Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/libtelnet/
H A Denc-proto.h62 void encrypt_session_key(Session_Key *, int);
99 void krbdes_session(Session_Key *, int);
108 void cfb64_session(Session_Key *, int);
118 void ofb64_session(Session_Key *, int);
H A Dencrypt.h78 } Session_Key; typedef
89 void (*session)(Session_Key *, int);
H A Denc_des.c114 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()
H A Dkrb4encpwd.c194 Session_Key skey;
271 Session_Key skey;
H A Drsaencpwd.c190 Session_Key skey;
310 Session_Key skey;
H A Dkerberos.c233 Session_Key skey; in kerberos4_is()
334 Session_Key skey; in kerberos4_reply()
H A Dsra.c154 Session_Key skey; in sra_is()
245 Session_Key skey; in sra_reply()
H A Dkerberos5.c465 Session_Key skey; in kerberos5_is()
585 Session_Key skey; in kerberos5_reply()
H A Dencrypt.c643 encrypt_session_key( Session_Key *key, int server) in encrypt_session_key()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Denc-proto.h99 void encrypt_session_key(Session_Key*, int);
119 void cfb64_session (Session_Key *, int);
129 void ofb64_session (Session_Key *, int);
H A Dencrypt.h75 } Session_Key; typedef
86 void (*session) (Session_Key *, int);
H A Denc_des.c123 static void fb64_session (Session_Key *, int, struct fb *);
374 void cfb64_session(Session_Key *key, int server) in cfb64_session()
379 void ofb64_session(Session_Key *key, int server) in ofb64_session()
384 static void fb64_session(Session_Key *key, int server, struct fb *fbp) in fb64_session()
H A Drsaencpwd.c198 Session_Key skey;
318 Session_Key skey;
H A Dspx.c317 Session_Key skey;
420 Session_Key skey;
H A Dkerberos5.c512 Session_Key skey; in kerberos5_is()
629 Session_Key skey; in kerberos5_reply()
H A Dencrypt.c678 encrypt_session_key(Session_Key *key, int server) in encrypt_session_key()