Home
last modified time | relevance | path

Searched refs:MAC (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/boringssl/src/crypto/poly1305/
Dpoly1305_tests.txt5 MAC = a8061dc1305136c6c22b8baf0c0127a9
12 MAC = 00000000000000000000000000000000
16 MAC = 36e5f6b5c5e06070f0efca96227a863e
20 MAC = f3477e7cd95417af89a6b8794c310cf0
24 MAC = 4541669a7eaaee61e708dc7cbcc5eb62
28 MAC = 03000000000000000000000000000000
32 MAC = 03000000000000000000000000000000
36 MAC = 05000000000000000000000000000000
40 MAC = 00000000000000000000000000000000
44 MAC = faffffffffffffffffffffffffffffff
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfinite-libcalls.ll4 …N: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s --check-prefix=CHECK --check-prefix=MAC
18 ; MAC-LABEL: exp_f32:
19 ; MAC: ## %bb.0:
20 ; MAC-NEXT: jmp _expf ## TAILCALL
34 ; MAC-LABEL: exp_f64:
35 ; MAC: ## %bb.0:
36 ; MAC-NEXT: jmp _exp ## TAILCALL
68 ; MAC-LABEL: exp_f80:
69 ; MAC: ## %bb.0:
70 ; MAC-NEXT: subq $24, %rsp
[all …]
/external/llvm/unittests/Option/
DOptionParsingTest.cpp69 unsigned MAI, MAC; in TEST() local
70 InputArgList AL = T.ParseArgs(Args, MAI, MAC); in TEST()
112 unsigned MAI, MAC; in TEST() local
115 InputArgList AL = T.ParseArgs(Args, MAI, MAC, in TEST()
123 AL = T.ParseArgs(Args, MAI, MAC, in TEST()
131 AL = T.ParseArgs(NewArgs, MAI, MAC); in TEST()
140 unsigned MAI, MAC; in TEST() local
143 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
149 unsigned MAI, MAC; in TEST() local
152 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Option/
DOptionParsingTest.cpp70 unsigned MAI, MAC; in TEST() local
71 InputArgList AL = T.ParseArgs(Args, MAI, MAC); in TEST()
113 unsigned MAI, MAC; in TEST() local
116 InputArgList AL = T.ParseArgs(Args, MAI, MAC, in TEST()
124 AL = T.ParseArgs(Args, MAI, MAC, in TEST()
132 AL = T.ParseArgs(NewArgs, MAI, MAC); in TEST()
141 unsigned MAI, MAC; in TEST() local
144 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
150 unsigned MAI, MAC; in TEST() local
153 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); in TEST()
[all …]
/external/clang/test/CodeGenObjC/
Dmessages.m1 …ng_cc1 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-MAC
2 // RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-MAC-NF
16 // CHECK-MAC: call {{.*}} @objc_msgSend to
17 // CHECK-MAC-NF: call {{.*}} @objc_msgSend to
22 // CHECK-MAC: call {{.*}} @objc_msgSend to
23 // CHECK-MAC-NF: call {{.*}} @objc_msgSend to
28 // CHECK-MAC: call {{.*}} @objc_msgSend to
29 // CHECK-MAC-NF: call {{.*}} @objc_msgSend to
34 // CHECK-MAC: call {{.*}} @objc_msgSend to
35 // CHECK-MAC-NF: call {{.*}} @objc_msgSend to
[all …]
/external/u-boot/examples/standalone/
DREADME.smc91111_eeprom3 The main purpose of this is to manage MAC addresses on platforms
4 which include the SMC91111 integrated 10/100 MAC Phy, with attached
10 1. Ensuring U-Boot's MAC address can be set in hardware
12 3. Setting MAC addresses
17 1. Ensuring U-Boot's MAC address can be set in hardware
20 On the Internet - MAC addresses are very important. Short for Media
23 can happen. This is why U-Boot makes it difficult to change MAC
26 To find out who has a MAC address, or to purchase MAC addresses, goto
48 MAC address is set, this example will do things over serial.
127 3. Setting MAC addresses
[all …]
/external/u-boot/doc/
DREADME.enetaddr2 Ethernet Address (MAC) Handling
5 There are a variety of places in U-Boot where the MAC address is used, parsed,
13 Here are the places where MAC addresses might be stored:
19 Note: this is the preferred way to permanently store MAC addresses
22 Note: these are temporary copies of the MAC address which exist only
27 Note: these are temporary copies of the MAC address only for the
31 Correct flow of setting up the MAC address (summarized):
41 locally-assigned MAC is written to eth_device->enetaddr.
47 Previous behavior had the MAC address always being programmed into hardware
54 If the hardware design mandates that the MAC address is stored in some special
[all …]
DREADME.imx69 1.1 MAC Address: It is stored in fuse bank 4, with the 32 lsbs in word 2 and the
11 For i.MX6SX and i.MX6UL, they have two MAC addresses. The second MAC address
17 For reading the MAC address fuses on a MX6Q:
19 - The MAC address is stored in two fuse addresses (the fuse addresses are
28 Fuse address for the lower MAC address: 0x620
47 Doing the same for the upper MAC address:
49 Fuse address for the upper MAC address: 0x630
77 Rev. 1, 04/2013" document. For example, for the MAC fuses we have:
80 21B_C620 Value of OTP Bank4 Word2 (MAC Address)(OCOTP_MAC0)
82 21B_C630 Value of OTP Bank4 Word3 (MAC Address)(OCOTP_MAC1)
[all …]
DREADME.imx527 2.1 MAC Address: It is stored in the words 9 to 14 of fuse bank 1, using the
28 natural MAC byte order (i.e. MSB first).
30 This is an example how to program an example MAC address 01:23:45:67:89:ab
36 After programming a MAC address, consider locking the MAC fuses. This is
DREADME.fsl-dpaa5 on SoCs T4240, T2080, LS1043A, etc, the notation between 10GEC and MAC as below:
7 on SoCs T1024, etc, the notation between 10GEC and MAC as below:
10 which 10GEC enumeration is consistent with MAC enumeration.
/external/u-boot/board/davinci/da8xxevm/
DKconfig13 bool "Use MAC Address"
18 bool "MAC address in SPI Flash"
22 their MAC address in SPI Flash from the factory
23 Enable this option to read the MAC from SPI Flash
26 bool "MAC address in EEPROM"
29 their MAC address in SPI Flash from the factory,
32 MAC from the EEPROM
/external/boringssl/src/crypto/cmac/
Dcavp_aes192_cmac_tests.txt34 Result = F (1 - MAC changed - for 0-len msg)
43 Result = F (3 - MAC changed)
61 Result = F (3 - MAC changed)
79 Result = F (1 - MAC changed - for 0-len msg)
124 Result = F (1 - MAC changed - for 0-len msg)
142 Result = F (3 - MAC changed)
151 Result = F (1 - MAC changed - for 0-len msg)
169 Result = F (3 - MAC changed)
205 Result = F (1 - MAC changed - for 0-len msg)
223 Result = F (3 - MAC changed)
[all …]
Dcavp_aes256_cmac_tests.txt32 Result = F (1 - MAC changed - for 0-len msg)
41 Result = F (3 - MAC changed)
68 Result = F (1 - MAC changed - for 0-len msg)
77 Result = F (3 - MAC changed)
104 Result = F (3 - MAC changed)
131 Result = F (1 - MAC changed - for 0-len msg)
158 Result = F (3 - MAC changed)
176 Result = F (1 - MAC changed - for 0-len msg)
221 Result = F (1 - MAC changed - for 0-len msg)
230 Result = F (3 - MAC changed)
[all …]
Dcavp_aes128_cmac_tests.txt14 Result = F (3 - MAC changed)
50 Result = F (1 - MAC changed - for 0-len msg)
68 Result = F (1 - MAC changed - for 0-len msg)
95 Result = F (3 - MAC changed)
104 Result = F (1 - MAC changed - for 0-len msg)
122 Result = F (3 - MAC changed)
158 Result = F (1 - MAC changed - for 0-len msg)
185 Result = F (3 - MAC changed)
194 Result = F (1 - MAC changed - for 0-len msg)
203 Result = F (3 - MAC changed)
[all …]
Dcavp_3des_cmac_tests.txt51 Result = F (1 - MAC changed - for 0-len msg)
62 Result = F (3 - MAC changed)
95 Result = F (1 - MAC changed - for 0-len msg)
117 Result = F (3 - MAC changed)
128 Result = F (1 - MAC changed - for 0-len msg)
139 Result = F (3 - MAC changed)
194 Result = F (1 - MAC changed - for 0-len msg)
205 Result = F (3 - MAC changed)
238 Result = F (3 - MAC changed)
249 Result = F (1 - MAC changed - for 0-len msg)
[all …]
/external/u-boot/drivers/net/
DKconfig41 bool "Atheros AG7xxx Ethernet MAC support"
45 This driver supports the Atheros AG7xxx Ethernet MAC. This MAC is
50 bool "Altera Triple-Speed Ethernet MAC support"
54 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
63 to MAC and DMA management for multiple Broadcom SoCs such as
146 bool "Synopsys Designware Ethernet MAC"
149 This MAC is present in SoCs from various vendors. It supports
154 bool "OpenCores 10/100 Mbps Ethernet MAC"
156 This MAC is present in OpenRISC and Xtensa XTFPGA boards.
179 This MAC is present in Andestech SoCs.
[all …]
/external/openssh/
DPROTOCOL.chacha20poly130512 Poly1305[2], also by Daniel Bernstein, is a one-time Carter-Wegman MAC
19 data passed to the MAC and in the addition of encyption of the packet
26 authentication. As such, no separate MAC is required. If the
28 the offered MAC algorithms are ignored and no MAC is required to be
49 the MAC. By using an independently-keyed cipher instance to encrypt the
52 its MAC (assuming key derivation, ChaCha20 and Poly1305 are secure).
71 Once the entire packet has been received, the MAC MUST be checked
73 above and the MAC tag calculated using Poly1305 with this key over the
75 MAC is then compared in constant time with the one appended to the
82 encrypted length. Finally, calculate a MAC tag and append it.
/external/tcpdump/tests/
Dlldp_mudurl-v.out3 Subtype MAC address (4): 00:23:54:c2:57:02
5 Subtype MAC address (3): 00:23:54:c2:57:02
24 MAC/PHY configuration/status Subtype (1)
34 Subtype MAC address (4): 00:23:54:c2:57:02
36 Subtype MAC address (3): 00:23:54:c2:57:02
55 MAC/PHY configuration/status Subtype (1)
Ddcb_pfc.out15 Subtype MAC address (4): 08:00:27:42:ba:59
18 Subtype MAC address (3): 08:00:27:42:ba:59
49 Subtype MAC address (4): 08:00:27:42:ba:59
52 Subtype MAC address (3): 08:00:27:42:ba:59
83 Subtype MAC address (4): 08:00:27:0d:f1:3c
86 Subtype MAC address (3): 08:00:27:0d:f1:3c
117 Subtype MAC address (4): 08:00:27:0d:f1:3c
120 Subtype MAC address (3): 08:00:27:0d:f1:3c
Ddcb_ets.out16 Subtype MAC address (4): 08:00:27:0d:f1:3c
19 Subtype MAC address (3): 08:00:27:0d:f1:3c
113 Subtype MAC address (4): 08:00:27:0d:f1:3c
116 Subtype MAC address (3): 08:00:27:0d:f1:3c
197 Subtype MAC address (4): 08:00:27:0d:f1:3c
200 Subtype MAC address (3): 08:00:27:0d:f1:3c
295 Subtype MAC address (4): 08:00:27:42:ba:59
298 Subtype MAC address (3): 08:00:27:42:ba:59
350 Subtype MAC address (4): 08:00:27:42:ba:59
353 Subtype MAC address (3): 08:00:27:42:ba:59
[all …]
Ddcb_qcn.out27 Subtype MAC address (4): 08:00:27:42:ba:59
30 Subtype MAC address (3): 08:00:27:42:ba:59
58 Subtype MAC address (4): 08:00:27:42:ba:59
61 Subtype MAC address (3): 08:00:27:42:ba:59
101 Subtype MAC address (4): 08:00:27:0d:f1:3c
104 Subtype MAC address (3): 08:00:27:0d:f1:3c
141 Subtype MAC address (4): 08:00:27:0d:f1:3c
144 Subtype MAC address (3): 08:00:27:0d:f1:3c
211 Subtype MAC address (4): 08:00:27:42:ba:59
214 Subtype MAC address (3): 08:00:27:42:ba:59
[all …]
Dlldp_cdp-ev.out41 Subtype MAC address (4): 00:19:2f:a7:b2:8d
56 MAC/PHY configuration/status Subtype (1)
63 Subtype MAC address (4): 00:18:ba:98:68:8f
78 MAC/PHY configuration/status Subtype (1)
85 Subtype MAC address (4): 00:19:2f:a7:b2:8d
100 MAC/PHY configuration/status Subtype (1)
107 Subtype MAC address (4): 00:18:ba:98:68:8f
122 MAC/PHY configuration/status Subtype (1)
167 Subtype MAC address (4): 00:19:2f:a7:b2:8d
182 MAC/PHY configuration/status Subtype (1)
[all …]
Dlldp_mudurl-vv.out3 Subtype MAC address (4): 00:23:54:c2:57:02
6 Subtype MAC address (3): 00:23:54:c2:57:02
41 MAC/PHY configuration/status Subtype (1)
56 Subtype MAC address (4): 00:23:54:c2:57:02
59 Subtype MAC address (3): 00:23:54:c2:57:02
94 MAC/PHY configuration/status Subtype (1)
/external/clang/test/Index/
Dpreamble-reparse-warn-macro.c8 #define MAC 1 macro
12 #define MAC 2 macro
/external/wpa_supplicant_8/hostapd/
Dhostapd.accept1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
3 # MAC address if dynamic VLANs (hostapd.conf dynamic_vlan option) are used.

12345678910