Searched defs:Cipher (Results 1 – 2 of 2) sorted by relevance
/plan9/sys/src/cmd/ssh1/ |
H A D | ssh.h | 131 typedef struct Cipher Cipher; typedef 153 struct Cipher struct 157 CipherState *(*init)(Conn*, int isserver); argument 158 void (*encrypt)(CipherState*, uchar*, int); argument 159 void (*decrypt)(CipherState*, uchar*, int); argument 174 Cipher *cipher; /* chosen cipher */ argument
|
/plan9/sys/src/cmd/ssh2/ |
H A D | netssh.h | 134 typedef struct Cipher Cipher; typedef 292 struct Cipher { struct 295 CipherState *(*init)(Conn*, int); argument 296 void (*encrypt)(CipherState*, uchar*, int); argument 297 void (*decrypt)(CipherState*, uchar*, int); argument
|