| /freebsd/contrib/netbsd-tests/crypto/opencrypto/ |
| H A D | h_gcm.c | 58 unsigned char macbuf[16]; in main() local 77 memset(macbuf, 0, sizeof(macbuf)); in main() 83 co.mac = macbuf; in main() 91 if (memcmp(macbuf, hash, sizeof(hash))) in main() 102 for (i = 0; i < sizeof(macbuf); i++) in main() 103 printf("%02x ", macbuf[i]); in main() 108 memset(macbuf, 0, sizeof(macbuf)); in main() 114 co.mac = macbuf; in main() 122 if (memcmp(macbuf, hash, sizeof(hash))) in main()
|
| /freebsd/lib/libcompat/4.3/ |
| H A D | rexec.c | 64 char macbuf[4096]; variable 249 macros[macnum].mac_start = macbuf; in ruserpass() 255 while (tmp != macbuf + 4096) { in ruserpass() 270 if (tmp == macbuf + 4096) { in ruserpass()
|
| /freebsd/contrib/tnftp/src/ |
| H A D | ruserpass.c | 228 macros[macnum].mac_start = macbuf; in ruserpass() 235 while (tmp != macbuf + 4096) { in ruserpass() 256 if (tmp == macbuf + 4096) { in ruserpass()
|
| H A D | ftp_var.h | 306 GLOBAL char macbuf[4096]; variable
|
| H A D | cmds.c | 2448 macros[macnum].mac_start = macbuf; in macdef() 2452 while (tmp != macbuf+4096) { in macdef()
|
| /freebsd/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ruserpass.c | 231 macros[macnum].mac_start = macbuf; in ruserpassword() 237 while (tmp != macbuf + 4096) { in ruserpassword() 252 if (tmp == macbuf + 4096) { in ruserpassword()
|
| H A D | globals.c | 73 char macbuf[4096]; variable
|
| H A D | ftp_var.h | 128 extern char macbuf[4096];
|
| H A D | cmds.c | 2033 macros[macnum].mac_start = macbuf; in macdef() 2039 while (tmp != macbuf+4096) { in macdef()
|
| /freebsd/crypto/openssl/ssl/record/methods/ |
| H A D | dtls_meth.c | 116 SSL_MAC_BUF macbuf = { NULL, 0 }; in dtls_process_record() local 190 enc_err = rl->funcs->cipher(rl, rr, 1, 0, &macbuf, mac_size); in dtls_process_record() 222 if (i == 0 || macbuf.mac == NULL in dtls_process_record() 223 || CRYPTO_memcmp(md, macbuf.mac, mac_size) != 0) in dtls_process_record() 276 if (macbuf.alloced) in dtls_process_record() 277 OPENSSL_free(macbuf.mac); in dtls_process_record()
|
| /freebsd/sys/dev/tsec/ |
| H A D | if_tsec.c | 562 uint32_t macbuf[2] = { 0, 0 }; in tsec_set_mac_address() local 568 KASSERT((ETHER_ADDR_LEN <= sizeof(macbuf)), in tsec_set_mac_address() 570 sizeof(macbuf))); in tsec_set_mac_address() 572 macbufp = (char *)macbuf; in tsec_set_mac_address() 580 TSEC_WRITE(sc, TSEC_REG_MACSTNADDR2, macbuf[1]); in tsec_set_mac_address() 581 TSEC_WRITE(sc, TSEC_REG_MACSTNADDR1, macbuf[0]); in tsec_set_mac_address()
|
| /freebsd/crypto/openssh/ |
| H A D | packet.c | 1166 u_char type, *cp, macbuf[SSH_DIGEST_MAX_LENGTH]; in ssh_packet_send2_wrapped() 1271 macbuf, sizeof(macbuf))) != 0) in ssh_packet_send2_wrapped() 1288 cp, len, macbuf, sizeof(macbuf))) != 0) in ssh_packet_send2_wrapped() 1293 if ((r = sshbuf_put(state->output, macbuf, mac->mac_len)) != 0) in ssh_packet_send2_wrapped() 1167 u_char type, *cp, macbuf[SSH_DIGEST_MAX_LENGTH]; ssh_packet_send2_wrapped() local
|
| /freebsd/sys/net/ |
| H A D | ieee8023ad_lacp.c | 2133 char macbuf[LACP_MACSTR_MAX+1]; in lacp_format_systemid() local 2137 lacp_format_mac(sysid->lsi_mac, macbuf, sizeof(macbuf))); in lacp_format_systemid()
|