Searched defs:mackey (Results 1 – 7 of 7) sorted by relevance
/plan9/sys/src/9/port/ |
H A D | devtls.c | 91 uchar mackey[MaxMacLen]; member 2108 sslPackMac(Secret *sec, uchar *mackey, uchar *seq, uchar *header, uchar *body, int len, uchar *mac) in sslPackMac() 2123 tlsPackMac(Secret *sec, uchar *mackey, uchar *seq, uchar *header, uchar *body, int len, uchar *mac) in tlsPackMac()
|
/plan9/sys/src/cmd/unix/drawterm/kern/ |
H A D | devtls.c | 90 uchar mackey[MaxMacLen]; member 2081 sslPackMac(Secret *sec, uchar *mackey, uchar *seq, uchar *header, uchar *body, int len, uchar *mac) in sslPackMac() 2096 tlsPackMac(Secret *sec, uchar *mackey, uchar *seq, uchar *header, uchar *body, int len, uchar *mac) in tlsPackMac()
|
/plan9/sys/src/9/ppc/ |
H A D | devtls.c | 91 uchar mackey[MaxMacLen]; member 2045 sslPackMac(Secret *sec, uchar *mackey, uchar *seq, uchar *header, uchar *body, int len, uchar *mac) in sslPackMac() 2060 tlsPackMac(Secret *sec, uchar *mackey, uchar *seq, uchar *header, uchar *body, int len, uchar *mac) in tlsPackMac()
|
/plan9/sys/src/libsec/port/ |
H A D | aes.c | 129 uchar *p2, *ip, *eip, *mackey; in aesXCBCmac() local
|
/plan9/sys/include/ |
H A D | libsec.h | 31 uchar mackey[3 * AESbsize]; /* 3 XCBC mac 96 keys */ member
|
/plan9/sys/include/ape/ |
H A D | libsec.h | 36 uchar mackey[3 * AESbsize]; /* 3 XCBC mac 96 keys */ member
|
/plan9/sys/src/cmd/cifs/ |
H A D | cifs.h | 343 uchar *mackey[2]; /* Message Authentication key */ member
|