Home
last modified time | relevance | path

Searched refs:mac2 (Results 1 – 25 of 37) sorted by relevance

12

/external/wpa_supplicant_8/src/pae/
Dieee802_1x_key.c21 static void joint_two_mac(const u8 *mac1, const u8 *mac2, u8 *out) in joint_two_mac() argument
23 if (os_memcmp(mac1, mac2, ETH_ALEN) < 0) { in joint_two_mac()
25 os_memcpy(out + ETH_ALEN, mac2, ETH_ALEN); in joint_two_mac()
27 os_memcpy(out, mac2, ETH_ALEN); in joint_two_mac()
92 const u8 *mac2, u8 *cak, size_t cak_bytes) in ieee802_1x_cak_aes_cmac() argument
96 joint_two_mac(mac1, mac2, context); in ieee802_1x_cak_aes_cmac()
109 const u8 *mac2, const u8 *sid, in ieee802_1x_ckn_aes_cmac() argument
122 joint_two_mac(mac1, mac2, context + sid_bytes); in ieee802_1x_ckn_aes_cmac()
Dieee802_1x_key.h13 const u8 *mac2, u8 *cak, size_t cak_bytes);
15 const u8 *mac2, const u8 *sid,
Dieee802_1x_kay_i.h70 const u8 *mac2, u8 *cak, size_t cak_bytes);
72 const u8 *mac2, const u8 *sid, size_t sid_len, u8 *ckn);
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsmlad0.ll69 ; CHECK: %mac2{{\.}}057 = phi i32 [ [[V17:%[0-9]+]], %for.body ], [ 0, %for.body.preheader ]
71 ; CHECK: [[V17]] = call i32 @llvm.arm.smlad(i32 %{{.*}}, i32 %{{.*}}, i32 %mac2{{\.}}057)
79 %mac2.0.lcssa = phi i32 [ 0, %entry ], [ %add28, %for.body ]
81 %add30 = add nsw i32 %mac1.0.lcssa, %mac2.0.lcssa
90 %mac2.057 = phi i32 [ %add28, %for.body ], [ 0, %for.body.preheader ]
127 %add27 = add i32 %mul21, %mac2.057
/external/u-boot/board/ti/common/
Dboard_detect.c425 u64 mac1, mac2; in board_ti_set_ethaddr() local
437 mac2 = mac_to_u64(mac_addr2); in board_ti_set_ethaddr()
440 num_macs = mac2 - mac1 + 1; in board_ti_set_ethaddr()
/external/u-boot/drivers/net/
Dlpc32xx_eth.c80 u32 mac2; /* MAC configuration register 2 */ member
452 writel(MAC2_PAD_CRC_ENABLE | MAC2_CRC_ENABLE, &regs->mac2); in lpc32xx_eth_init()
469 setbits_le32(&regs->mac2, MAC2_FULL_DUPLEX); in lpc32xx_eth_init()
/external/u-boot/board/ge/bx50v3/
Dbx50v3.c567 unsigned char mac2[VPD_MAC_ADDRESS_LENGTH]; member
589 memcpy(vpd->mac2, data + 6, VPD_MAC_ADDRESS_LENGTH); in vpd_callback()
623 eth_env_set_enetaddr_by_index("eth", i210_index, vpd->mac2); in process_vpd()
/external/u-boot/board/ti/am57xx/
Dboard.c1035 u64 mac1, mac2; in board_eth_init() local
1094 mac2 = mac_to_u64(mac_addr2); in board_eth_init()
1097 num_macs = mac2 - mac1 + 1; in board_eth_init()
/external/u-boot/board/freescale/t208xrdb/
DREADME134 ETH3 FM1@GTEC4 fm1-mac2 0xfe4e2000 10G Base-T (AQ1202)
/external/iputils/ninfod/
Dconfigure5218 split(mac1, mac2, "(") #)
5219 macro = mac2[1]
/external/google-breakpad/
Dconfigure7642 split(mac1, mac2, "(") #)
7643 macro = mac2[1]
/external/stressapptest/
Dconfigure6910 split(mac1, mac2, "(") #)
6911 macro = mac2[1]
/external/tcpdump/
Dconfigure9352 split(mac1, mac2, "(") #)
9353 macro = mac2[1]
/external/libpcap/
Dconfigure11758 split(mac1, mac2, "(") #)
11759 macro = mac2[1]
/external/e2fsprogs/
Dconfigure15557 split(mac1, mac2, "(") #)
15558 macro = mac2[1]
/external/jemalloc_new/
Dconfigure13254 split(mac1, mac2, "(") #)
13255 macro = mac2[1]
/external/lmfit/
Dconfigure13005 split(mac1, mac2, "(") #)
13006 macro = mac2[1]
/external/libnetfilter_conntrack/
Dconfigure14212 split(mac1, mac2, "(") #)
14213 macro = mac2[1]
/external/libusb-compat/
Dconfigure12772 split(mac1, mac2, "(") #)
12773 macro = mac2[1]
/external/libcap-ng/libcap-ng-0.7/
Dconfigure14118 split(mac1, mac2, "(") #)
14119 macro = mac2[1]
/external/iperf3/
Dconfigure14495 split(mac1, mac2, "(") #)
14496 macro = mac2[1]
/external/speex/
Dconfigure14976 split(mac1, mac2, "(") #)
14977 macro = mac2[1]
/external/pcre/dist2/
Dconfigure16796 split(mac1, mac2, "(") #)
16797 macro = mac2[1]
/external/strace/
Dconfigure17927 split(mac1, mac2, "(") #)
17928 macro = mac2[1]
/external/python/cpython2/
Dconfigure16441 split(mac1, mac2, "(") #)
16442 macro = mac2[1]

12