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

/freebsd-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/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 */
304 GLOBAL char macbuf[4096]; variable
H A Dcmds.c2449 macros[macnum].mac_start = macbuf;
2453 while (tmp != macbuf+4096) {
/freebsd-11.0-release/crypto/openssh/
H A Dpacket.c1145 u_char type, *cp, macbuf[SSH_DIGEST_MAX_LENGTH]; local
1240 macbuf, sizeof(macbuf))) != 0)
1257 cp, len, macbuf, sizeof(macbuf))) != 0)
1262 if ((r = sshbuf_put(state->output, macbuf, mac->mac_len)) != 0)
1665 u_char *cp, macbuf[SSH_DIGEST_MAX_LENGTH]; local
1774 macbuf, sizeof(macbuf))) != 0)
1794 macbuf, sizeo
[all...]
/freebsd-11.0-release/sys/dev/tsec/
H A Dif_tsec.c557 uint32_t macbuf[2] = { 0, 0 }; local
563 KASSERT((ETHER_ADDR_LEN <= sizeof(macbuf)),
565 sizeof(macbuf)));
567 macbufp = (char *)macbuf;
575 TSEC_WRITE(sc, TSEC_REG_MACSTNADDR2, macbuf[1]);
576 TSEC_WRITE(sc, TSEC_REG_MACSTNADDR1, macbuf[0]);
/freebsd-11.0-release/sys/dev/hifn/
H A Dhifn7751.c2237 u_int8_t *macbuf = NULL; local
2246 macbuf = dma->result_bufs[i];
2247 macbuf += 12;
2250 hifn_callback(sc, cmd, macbuf);
2705 u_int8_t *macbuf; local
2708 macbuf = dma->result_bufs[i];
2709 macbuf += 12;
2711 macbuf = NULL;
2713 hifn_callback(sc, cmd, macbuf);
2762 hifn_callback(struct hifn_softc *sc, struct hifn_command *cmd, u_int8_t *macbuf) argument
[all...]
/freebsd-11.0-release/sys/net/
H A Dieee8023ad_lacp.c1959 char macbuf[LACP_MACSTR_MAX+1]; local
1963 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf)));

Completed in 107 milliseconds