HomeSort by: relevance | last modified time | path
    Searched defs:macbuf (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/crypto/opencrypto/
h_gcm.c 58 unsigned char macbuf[16]; local in function:main
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;
    [all...]
  /src/sys/net/agr/
ieee8023ad_lacp_debug.c 68 char macbuf[LACP_MACSTR_MAX+1]; local in function:lacp_format_systemid
72 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf)));
  /src/lib/libcompat/4.3/
ruserpass.c 56 char *mac_start; /* start of macro in macbuf */
57 char *mac_end; /* end of macro in macbuf */
64 static char macbuf[4096]; variable in typeref:typename:char[4096]
225 macros[macnum].mac_start = macbuf;
232 while (tmp != macbuf + 4096) {
248 if (tmp == macbuf + 4096) {
  /src/sys/dev/pci/
hifn7751.c 2564 uint8_t *macbuf; local in function:hifn_callback
2566 macbuf = resbuf + sizeof(struct hifn_base_result);
2568 macbuf += sizeof(struct hifn_comp_result);
2569 macbuf += sizeof(struct hifn_mac_result);
2586 crd->crd_inject, len, macbuf);
2588 memcpy(crp->crp_mac, (void *)macbuf, len);
  /src/usr.bin/ftp/
ftp_var.h 143 char *mac_start; /* start of macro in macbuf */
144 char *mac_end; /* end of macro in macbuf */
313 GLOBAL char macbuf[4096]; variable in typeref:typename:GLOBAL char[4096]

Completed in 27 milliseconds