| /linux/drivers/net/wireguard/ |
| H A D | cookie.c | 83 static void compute_mac2(u8 mac2[COOKIE_LEN], const void *message, size_t len, in compute_mac2() 87 offsetof(struct message_macs, mac2); in compute_mac2() 88 blake2s(cookie, COOKIE_LEN, message, len, mac2, COOKIE_LEN); in compute_mac2() 143 if (crypto_memneq(computed_mac, macs->mac2, COOKIE_LEN)) in wg_cookie_validate_packet() 173 compute_mac2(macs->mac2, message, len, in wg_cookie_add_mac_to_packet() 176 memset(macs->mac2, 0, COOKIE_LEN); in wg_cookie_add_mac_to_packet()
|
| H A D | messages.h | 77 u8 mac2[COOKIE_LEN]; member
|
| /linux/lib/crypto/tests/ |
| H A D | hash-test-template.h | 493 u8 mac2[HASH_SIZE]; in test_hmac() local 520 HMAC(&key, test_buf, data_len, mac2); in test_hmac() 522 test, mac, mac2, HASH_SIZE, in test_hmac()
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_asymmetric_ipv6.sh | 399 local mac2=$1; shift 406 bridge fdb add $mac2 dev vx20 self master extern_learn static \ 411 ip neigh add $ip2 lladdr $mac2 nud noarp dev vlan20 \
|
| H A D | vxlan_asymmetric.sh | 404 local mac2=$1; shift 411 bridge fdb add $mac2 dev vx20 self master extern_learn static \ 416 ip neigh add $ip2 lladdr $mac2 nud noarp dev vlan20 \
|
| H A D | vxlan_symmetric_ipv6.sh | 444 local mac2=$1; shift 451 bridge fdb add $mac2 dev vx20 self master extern_learn static \ 456 ip neigh add $ip2 lladdr $mac2 nud noarp dev vlan20 \
|
| H A D | vxlan_symmetric.sh | 447 local mac2=$1; shift 454 bridge fdb add $mac2 dev vx20 self master extern_learn static \ 459 ip neigh add $ip2 lladdr $mac2 nud noarp dev vlan20 \
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-qcom-dc-scm-v1.dts | 36 &mac2 {
|
| H A D | aspeed-bmc-ufispace-ncplite.dts | 137 &mac2 {
|
| H A D | aspeed-bmc-inventec-starscream.dts | 65 &mac2 {
|
| H A D | aspeed-bmc-ibm-bonnell.dts | 545 &mac2 {
|
| H A D | aspeed-bmc-ibm-balcones.dts | 567 &mac2 {
|
| H A D | aspeed-bmc-opp-tacoma.dts | 171 &mac2 {
|
| H A D | aspeed-bmc-facebook-yosemite5.dts | 874 &mac2 {
|
| H A D | aspeed-bmc-facebook-yosemite4.dts | 146 &mac2 {
|
| H A D | aspeed-bmc-ibm-system1.dts | 484 &mac2 {
|
| H A D | aspeed-bmc-ibm-rainier.dts | 1680 &mac2 {
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_nvram.h | 127 u8 mac2[6]; /* x26 */ member
|
| /linux/arch/um/drivers/ |
| H A D | vector_user.c | 861 uint16_t *mac2 = (uint16_t *) mac; in uml_vector_default_bpf() local 882 bpf[3] = (struct sock_filter){ 0x15, 0, 1, ntohs(*mac2)}; in uml_vector_default_bpf()
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | main.c | 1503 u32 mac1, mac2; in wl12xx_get_fuse_mac() local 1521 ret = wlcore_read32(wl, WL12XX_REG_FUSE_BD_ADDR_2, &mac2); in wl12xx_get_fuse_mac() 1526 wl->fuse_oui_addr = ((mac2 & 0xffff) << 8) + in wl12xx_get_fuse_mac()
|
| /linux/drivers/net/ethernet/alacritech/ |
| H A D | slicoss.c | 1644 mac[1] = oee->mac2; in slic_read_eeprom() 1651 mac[1] = mee->mac2; in slic_read_eeprom()
|