Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:macbuf

58 	unsigned char macbuf[16];
77 memset(macbuf, 0, sizeof(macbuf));
83 co.mac = macbuf;
91 if (memcmp(macbuf, hash, sizeof(hash)))
102 for (i = 0; i < sizeof(macbuf); i++)
103 printf("%02x ", macbuf[i]);
108 memset(macbuf, 0, sizeof(macbuf));
114 co.mac = macbuf;
122 if (memcmp(macbuf, hash, sizeof(hash)))