Home
last modified time | relevance | path

Searched defs:CipherState (Results 1 – 12 of 12) sorted by relevance

/plan9/sys/src/cmd/ssh1/
H A Dcipherdes.c3 struct CipherState struct
9 static CipherState* argument
H A Dcipherblowfish.c3 struct CipherState struct
9 static CipherState* argument
H A Dcipherrc4.c3 struct CipherState struct
9 static CipherState* argument
H A Dcipher3des.c3 struct CipherState struct
9 static CipherState* argument
H A Dciphernone.c11 encryptnone(CipherState*, uchar*, int) in encryptnone() argument
16 decryptnone(CipherState*, uchar*, int) in decryptnone() argument
H A Dciphertwiddle.c12 twiddle(CipherState*, uchar *buf, int n) in twiddle() argument
H A Dssh.h132 typedef struct CipherState CipherState; typedef
/plan9/sys/src/cmd/ssh2/
H A Dcipherrc4.c10 struct CipherState { struct
14 static CipherState* argument
H A Dcipherblowfish.c10 struct CipherState { struct
14 static CipherState* argument
H A Dcipher3des.c10 struct CipherState { struct
14 static CipherState* argument
H A Dcipheraes.c12 struct CipherState { struct
16 static CipherState * argument
H A Dnetssh.h135 typedef struct CipherState CipherState; typedef