Lines Matching refs:OneWay
15 typedef struct OneWay OneWay; typedef
16 struct OneWay struct
61 OneWay in;
66 OneWay out;
105 static void setsecret(OneWay*, uchar*, int);
846 setsecret(OneWay *w, uchar *secret, int n) in setsecret()
857 initDESkey(OneWay *w) in initDESkey()
878 initDESkey_40(OneWay *w) in initDESkey_40()
907 initRC4key(OneWay *w) in initRC4key()
923 initRC4key_40(OneWay *w) in initRC4key_40()
944 initRC4key_128(OneWay *w) in initRC4key_128()
1001 void (*keyinit)(OneWay*);
1370 OneWay *w; in digestb()
1401 OneWay *w; in checkdigestb()