Home
last modified time | relevance | path

Searched defs:mackey (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/9/port/
H A Ddevtls.c91 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 Ddevtls.c90 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 Ddevtls.c91 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 Daes.c129 uchar *p2, *ip, *eip, *mackey; in aesXCBCmac() local
/plan9/sys/include/
H A Dlibsec.h31 uchar mackey[3 * AESbsize]; /* 3 XCBC mac 96 keys */ member
/plan9/sys/include/ape/
H A Dlibsec.h36 uchar mackey[3 * AESbsize]; /* 3 XCBC mac 96 keys */ member
/plan9/sys/src/cmd/cifs/
H A Dcifs.h343 uchar *mackey[2]; /* Message Authentication key */ member