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

/freebsd-10.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-10.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-10.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-10.0-release/crypto/openssh/
H A Dpacket.c856 u_char type, *cp, *macbuf = NULL; local
946 macbuf = mac_compute(mac, active_state->p_send.seqnr,
959 macbuf = mac_compute(mac,
964 buffer_append(&active_state->output, macbuf, mac->mac_len);
1263 u_char *macbuf = NULL, *cp, type; local
1361 macbuf = mac_compute(mac, active_state->p_read.seqnr,
1373 macbuf = mac_compute(mac, active_state->p_read.seqnr,
1376 if (timingsafe_bcmp(macbuf, buffer_ptr(&active_state->input),
/freebsd-10.0-release/sys/dev/tsec/
H A Dif_tsec.c547 uint32_t macbuf[2] = { 0, 0 }; local
553 KASSERT((ETHER_ADDR_LEN <= sizeof(macbuf)),
555 sizeof(macbuf)));
557 macbufp = (char *)macbuf;
565 TSEC_WRITE(sc, TSEC_REG_MACSTNADDR2, macbuf[1]);
566 TSEC_WRITE(sc, TSEC_REG_MACSTNADDR1, macbuf[0]);
/freebsd-10.0-release/sys/dev/hifn/
H A Dhifn7751.c2241 u_int8_t *macbuf = NULL; local
2250 macbuf = dma->result_bufs[i];
2251 macbuf += 12;
2254 hifn_callback(sc, cmd, macbuf);
2709 u_int8_t *macbuf; local
2712 macbuf = dma->result_bufs[i];
2713 macbuf += 12;
2715 macbuf = NULL;
2717 hifn_callback(sc, cmd, macbuf);
2766 hifn_callback(struct hifn_softc *sc, struct hifn_command *cmd, u_int8_t *macbuf) argument
[all...]
/freebsd-10.0-release/sys/net/
H A Dieee8023ad_lacp.c1949 char macbuf[LACP_MACSTR_MAX+1]; local
1953 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf)));

Completed in 207 milliseconds