Searched refs:macbuf (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_gcm.c58 unsigned char macbuf[16]; local
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...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h122 char *mac_start; /* start of macro in macbuf */
123 char *mac_end; /* end of macro in macbuf */
128 extern char macbuf[4096];
H A Dglobals.c73 char macbuf[4096]; variable
H A Druserpass.c231 macros[macnum].mac_start = macbuf;
237 while (tmp != macbuf + 4096) {
252 if (tmp == macbuf + 4096) {
H A Dcmds.c2033 macros[macnum].mac_start = macbuf;
2039 while (tmp != macbuf+4096) {
/freebsd-13-stable/lib/libcompat/4.3/
H A Drexec.c62 char *mac_start; /* start of macro in macbuf */
63 char *mac_end; /* end of macro in macbuf */
68 char macbuf[4096]; variable
254 macros[macnum].mac_start = macbuf;
260 while (tmp != macbuf + 4096) {
275 if (tmp == macbuf + 4096) {
/freebsd-13-stable/contrib/tnftp/src/
H A Druserpass.c228 macros[macnum].mac_start = macbuf;
235 while (tmp != macbuf + 4096) {
256 if (tmp == macbuf + 4096) {
H A Dftp_var.h147 char *mac_start; /* start of macro in macbuf */
148 char *mac_end; /* end of macro in macbuf */
306 GLOBAL char macbuf[4096]; variable
H A Dcmds.c2448 macros[macnum].mac_start = macbuf;
2452 while (tmp != macbuf+4096) {
/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751.c2196 u_int8_t *macbuf = NULL; local
2205 macbuf = dma->result_bufs[i];
2206 macbuf += 12;
2209 hifn_callback(sc, cmd, macbuf);
2540 u_int8_t *macbuf; local
2543 macbuf = dma->result_bufs[i];
2544 macbuf += 12;
2546 macbuf = NULL;
2548 hifn_callback(sc, cmd, macbuf);
2596 hifn_callback(struct hifn_softc *sc, struct hifn_command *cmd, u_int8_t *macbuf) argument
[all...]
/freebsd-13-stable/sys/dev/tsec/
H A Dif_tsec.c572 uint32_t macbuf[2] = { 0, 0 }; local
578 KASSERT((ETHER_ADDR_LEN <= sizeof(macbuf)),
580 sizeof(macbuf)));
582 macbufp = (char *)macbuf;
590 TSEC_WRITE(sc, TSEC_REG_MACSTNADDR2, macbuf[1]);
591 TSEC_WRITE(sc, TSEC_REG_MACSTNADDR1, macbuf[0]);
/freebsd-13-stable/crypto/openssh/
H A Dpacket.c1032 u_char type, *cp, macbuf[SSH_DIGEST_MAX_LENGTH]; local
1137 macbuf, sizeof(macbuf))) != 0)
1154 cp, len, macbuf, sizeof(macbuf))) != 0)
1159 if ((r = sshbuf_put(state->output, macbuf, mac->mac_len)) != 0)
/freebsd-13-stable/sys/net/
H A Dieee8023ad_lacp.c2096 char macbuf[LACP_MACSTR_MAX+1]; local
2100 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf)));

Completed in 215 milliseconds