Searched refs:OneWay (Results 1 – 6 of 6) sorted by relevance
| /plan9/sys/src/9/port/ |
| H A D | devssl.c | 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() [all …]
|
| H A D | devsdp.c | 18 typedef struct OneWay OneWay; typedef 77 struct OneWay struct 95 int (*cipher)(OneWay*, uchar *buf, int len); argument 99 int (*auth)(OneWay*, uchar *buf, int len); argument 156 OneWay in; 157 OneWay out; 288 static void onewaycleanup(OneWay *ow); 308 static void setsecret(OneWay *cc, char *secret); 1052 onewaycleanup(OneWay *ow) in onewaycleanup() 1062 memset(ow, 0, sizeof(OneWay)); in onewaycleanup() [all …]
|
| H A D | devtls.c | 13 typedef struct OneWay OneWay; typedef 94 struct OneWay struct 124 OneWay in; 136 OneWay out; 733 OneWay *volatile in; in tlsrecread() 1214 OneWay *volatile out; in tlsrecwrite()
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | devssl.c | 14 typedef struct OneWay OneWay; typedef 15 struct OneWay struct 60 OneWay in; 65 OneWay out; 104 static void setsecret(OneWay*, uchar*, int); 854 setsecret(OneWay *w, uchar *secret, int n) in setsecret() 865 initDESkey(OneWay *w) in initDESkey() 886 initDESkey_40(OneWay *w) in initDESkey_40() 913 initRC4key(OneWay *w) in initRC4key() 929 initRC4key_40(OneWay *w) in initRC4key_40() [all …]
|
| H A D | devtls.c | 12 typedef struct OneWay OneWay; typedef 93 struct OneWay struct 123 OneWay in; 135 OneWay out; 733 OneWay *volatile in; in tlsrecread() 1214 OneWay *volatile out; in tlsrecwrite()
|
| /plan9/sys/src/9/ppc/ |
| H A D | devtls.c | 13 typedef struct OneWay OneWay; typedef 94 struct OneWay struct 123 OneWay in; argument 135 OneWay out; 729 OneWay *volatile in; in tlsrecread() 1198 OneWay *volatile out; in tlsrecwrite()
|