HomeSort by: relevance | last modified time | path
    Searched refs:Session_Key (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libtelnet/
enc-proto.h 81 void encrypt_session_key(Session_Key *, int);
114 void krbdes_session(Session_Key *, int);
123 void cfb64_session(Session_Key *, int);
133 void ofb64_session(Session_Key *, int);
encrypt.h 76 } Session_Key;
88 void (*session)(Session_Key *, int);
enc_des.c 119 static void fb64_session(Session_Key *, int, struct fb *);
368 cfb64_session(Session_Key *key, int server)
374 ofb64_session( Session_Key *key, int server)
380 fb64_session(Session_Key *key, int server, struct fb *fbp)
sra.c 166 Session_Key skey;
260 Session_Key skey;
kerberos5.c 414 Session_Key skey;
523 Session_Key skey;
encrypt.c 642 encrypt_session_key(Session_Key *key, int server)

Completed in 15 milliseconds