Searched defs:isClient (Results 1 – 2 of 2) sorted by relevance
| /plan9-contrib/sys/src/libsec/port/ |
| H A D | tlshand.c | 68 int isClient; // is this the client or server? member 2131 sslSetFinished(TlsSec *sec, HandHash hs, uchar *finished, int isClient) in sslSetFinished() 2165 tlsSetFinished(TlsSec *sec, HandHash hs, uchar *finished, int isClient) in tlsSetFinished() 2187 tls12SetFinished(TlsSec *sec, HandHash hs, uchar *finished, int isClient) in tls12SetFinished()
|
| /plan9-contrib/sys/src/cmd/unix/drawterm/libsec/ |
| H A D | tlshand.c | 62 int isClient; // is this the client or server? member 1947 sslSetFinished(TlsSec *sec, MD5state hsmd5, SHAstate hssha1, uchar *finished, int isClient) in sslSetFinished() 1981 tlsSetFinished(TlsSec *sec, MD5state hsmd5, SHAstate hssha1, uchar *finished, int isClient) in tlsSetFinished()
|