Session_Key
cfb64_session(Session_Key *key)
encrypt_session_key(Session_Key *key)
void encrypt_session_key(Session_Key *);
void cfb64_session(Session_Key *);
void (*session)(Session_Key *);
Session_Key skey;
encrypt_session_key(Session_Key *key, cipher_info_t *cinfo)
static void encrypt_session_key(Session_Key *key, cipher_info_t *cinfo);
Session_Key skey;