Searched refs:MAC (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dcrypt_hmac.h54 u32 MessageLen, u8 MAC[], u32 MACLen);
62 u32 MessageLen, u8 MAC[], u32 MACLen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsimple_idct_template.c46 #undef MAC macro
63 #define MAC(a, b, c) MAC16(a, b, c) macro
80 #define MAC(a, b, c) ((a) += (b) * (c)) macro
136 MAC(b0, W3, row[3]);
138 MAC(b1, -W7, row[3]);
140 MAC(b2, -W1, row[3]);
142 MAC(b3, -W5, row[3]);
150 MAC(b0, W5, row[5]);
151 MAC(b0, W7, row[7]);
153 MAC(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsimple_idct_template.c48 #undef MAC macro
65 #define MAC(a, b, c) MAC16(a, b, c) macro
96 #define MAC(a, b, c) ((a) += (b) * (c)) macro
152 MAC(b0, W3, row[3]);
154 MAC(b1, -W7, row[3]);
156 MAC(b2, -W1, row[3]);
158 MAC(b3, -W5, row[3]);
166 MAC(b0, W5, row[5]);
167 MAC(b0, W7, row[7]);
169 MAC(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcrypt_hmac.c52 u32 MessageLen, u8 MAC[], u32 MACLen)
102 NdisMoveMemory(MAC, Digest, SHA1_DIGEST_SIZE);
104 NdisMoveMemory(MAC, Digest, MACLen);
131 u32 MessageLen, u8 MAC[], u32 MACLen)
181 NdisMoveMemory(MAC, Digest, MD5_DIGEST_SIZE);
183 NdisMoveMemory(MAC, Digest, MACLen);
49 HMAC_SHA1(IN const u8 Key[], u32 KeyLen, IN const u8 Message[], u32 MessageLen, u8 MAC[], u32 MACLen) argument
128 HMAC_MD5(IN const u8 Key[], u32 KeyLen, IN const u8 Message[], u32 MessageLen, u8 MAC[], u32 MACLen) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dproresdsp.asm158 ; MAC(b0, W3, row[3]);
160 ; MAC(b1, -W7, row[3]);
162 ; MAC(b2, -W1, row[3]);
164 ; MAC(b3, -W5, row[3]);
180 ; MAC(b0, W5, row[5]);
181 ; MAC(b0, W7, row[7]);
182 ; MAC(b1, -W1, row[5]);
183 ; MAC(b1, -W5, row[7]);
184 ; MAC(b2, W7, row[5]);
185 ; MAC(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dfunc.js210 var MAC = address.value;
211 MAC = MAC.replace(/:/g,"");
212 MAC = MAC.replace(/-/g,"");
213 address.value = MAC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dproresdsp.asm203 ; MAC(b0, W3, row[3]);
205 ; MAC(b1, -W7, row[3]);
207 ; MAC(b2, -W1, row[3]);
209 ; MAC(b3, -W5, row[3]);
251 ; MAC(b0, W5, row[5]);
252 ; MAC(b0, W7, row[7]);
253 ; MAC(b1, -W1, row[5]);
254 ; MAC(b1, -W5, row[7]);
255 ; MAC(b2, W7, row[5]);
256 ; MAC(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgfpcrypt.h419 template <class MAC, bool DHAES_MODE>
425 {return plaintextLength + MAC::DEFAULT_KEYLENGTH;}
427 {return plaintextLength + MAC::DIGESTSIZE;}
429 {return (unsigned int)SaturatingSubtract(ciphertextLength, (unsigned int)MAC::DIGESTSIZE);}
436 cipherKey = key + MAC::DEFAULT_KEYLENGTH;
448 MAC mac(macKey);
466 cipherKey = key + MAC::DEFAULT_KEYLENGTH;
477 MAC mac(macKey);
H A Dfipstest.cpp32 // use a random dummy string here, to be searched/replaced later with the real MAC
144 template <class MAC>
145 void MAC_KnownAnswerTest(const char *key, const char *message, const char *digest, MAC *dummy = NULL)
150 MAC mac((const byte *)decodedKey.data(), decodedKey.size());
382 // found stored MAC
423 OutputDebugString((("Crypto++ DLL integrity check failed. Actual MAC is: " + hexMac) + "\n").c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tools/
H A DMakefile219 mac_roman.h : $(TABLESDIR)/jdk-1.1.7b/MAC-ROMAN.TXT 8bit_tab_to_h
222 mac_centraleurope.h : $(TABLESDIR)/jdk-1.1.7b/MAC-CENTRAL-EUROPE.TXT 8bit_tab_to_h
225 mac_iceland.h : $(TABLESDIR)/jdk-1.1.7b/MAC-ICELAND.TXT 8bit_tab_to_h
228 mac_croatian.h : $(TABLESDIR)/jdk-1.1.7b/MAC-CROATIAN.TXT 8bit_tab_to_h
231 mac_romania.h : $(TABLESDIR)/jdk-1.1.7b/MAC-ROMANIA.TXT 8bit_tab_to_h
234 mac_cyrillic.h : $(TABLESDIR)/jdk-1.1.7b/MAC-CYRILLIC.TXT 8bit_tab_to_h
237 mac_ukraine.h : $(TABLESDIR)/jdk-1.1.7b/MAC-UKRAINE.TXT 8bit_tab_to_h
240 mac_greek.h : $(TABLESDIR)/jdk-1.1.7b/MAC-GREEK.TXT 8bit_tab_to_h
243 mac_turkish.h : $(TABLESDIR)/jdk-1.1.7b/MAC-TURKISH.TXT 8bit_tab_to_h
246 mac_hebrew.h : $(TABLESDIR)/jdk-1.1.7b/MAC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tools/
H A DMakefile217 mac_roman.h : $(TABLESDIR)/jdk-1.1.7b/MAC-ROMAN.TXT 8bit_tab_to_h
220 mac_centraleurope.h : $(TABLESDIR)/jdk-1.1.7b/MAC-CENTRAL-EUROPE.TXT 8bit_tab_to_h
223 mac_iceland.h : $(TABLESDIR)/jdk-1.1.7b/MAC-ICELAND.TXT 8bit_tab_to_h
226 mac_croatian.h : $(TABLESDIR)/jdk-1.1.7b/MAC-CROATIAN.TXT 8bit_tab_to_h
229 mac_romania.h : $(TABLESDIR)/jdk-1.1.7b/MAC-ROMANIA.TXT 8bit_tab_to_h
232 mac_cyrillic.h : $(TABLESDIR)/jdk-1.1.7b/MAC-CYRILLIC.TXT 8bit_tab_to_h
235 mac_ukraine.h : $(TABLESDIR)/jdk-1.1.7b/MAC-UKRAINE.TXT 8bit_tab_to_h
238 mac_greek.h : $(TABLESDIR)/jdk-1.1.7b/MAC-GREEK.TXT 8bit_tab_to_h
241 mac_turkish.h : $(TABLESDIR)/jdk-1.1.7b/MAC-TURKISH.TXT 8bit_tab_to_h
244 mac_hebrew.h : $(TABLESDIR)/jdk-1.1.7b/MAC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl818x.h19 u8 MAC[6]; member in struct:rtl818x_csr
H A Drtl8180_dev.c752 rtl818x_iowrite32(priv, (__le32 __iomem *)&priv->map->MAC[0],
754 rtl818x_iowrite16(priv, (__le16 __iomem *)&priv->map->MAC[4],
1076 " randomly generated MAC addr\n", pci_name(pdev));
H A Drtl8187_dev.c481 * [48:63] = MAC Used Time
1034 rtl818x_iowrite8(priv, &priv->map->MAC[i],
1060 /* Enable TX loopback on MAC level to avoid TX during channel
1386 "generated MAC address\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Ddebugfs_netdev.c149 IEEE80211_IF_FILE(bssid, u.mgd.bssid, MAC);
231 IEEE80211_IF_FILE(peer, u.wds.remote_addr, MAC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dscanner.l185 MAC ({B}:{B}:{B}:{B}:{B}:{B}|{B}\-{B}\-{B}\-{B}\-{B}\-{B}|{B}\.{B}\.{B}\.{B}\.{B}\.{B}|{B2}\.{B2}\.{B2}|{B2}{3})
329 {MAC} { yylval.e = pcap_ether_aton((char *)yytext);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Daliases.h317 char stringpool_str389[sizeof("MAC")];
658 "MAC",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsb1250-mac.c98 #error invalid SiByte MAC configuation
109 #error invalid SiByte MAC configuation
189 MAC */
250 void __iomem *sbm_base; /* MAC's base address */
253 void __iomem *sbm_macenable; /* MAC Enable Register */
254 void __iomem *sbm_maccfg; /* MAC Config Register */
360 * sbm_mdio - address of the MAC's MDIO register
391 * sbm_mdio - address of the MAC's MDIO register
559 * eight DMA channels per MAC, it's nice to do this in a standard
564 * s - struct sbmac_softc (pointer to a MAC)
[all...]
H A Dvia-velocity.h89 #define RSR_MAR cpu_to_le16(0x2000) // MAC accept multicast address packet
90 #define RSR_BAR cpu_to_le16(0x1000) // MAC accept broadcast address packet
91 #define RSR_PHY cpu_to_le16(0x0800) // MAC accept physical address packet
251 * MAC registers and macros.
264 * Registers in the MAC
431 #define CR0_STOP 0x00000002UL /* stop MAC, default = 1 */
432 #define CR0_STRT 0x00000001UL /* start MAC */
973 * MAC registers as a structure. Cannot be directly accessed this
1225 u8 MAC[16][6]; member in struct:_magic_packet
H A Dr8169.c59 /* MAC address length */
124 #define _R(NAME,MAC,MASK) \
125 { .name = NAME, .mac_version = MAC, .RxConfigMask = MASK }
2817 dprintk("Set MAC Reg C+CR Offset 0x82h = 0x01h\n");
2827 dprintk("Set MAC Reg C+CR Offset 0x82h = 0x01h\n");
3125 "unknown MAC, using family default\n");
3137 "driver bug, MAC version not found in rtl_chip_info\n");
3175 /* Get MAC address */
3254 /* restore original MAC address */
3482 dprintk("Set MAC Re
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Drtmp_mac.h31 Ralink Wireless Chip MAC related definition & structures
45 /* the first 24-byte in TXD is called TXINFO and will be DMAed to MAC block through TXFIFO. */
46 /* MAC block use this TXINFO to control the transmission behavior of this frame. */
379 /* 4 MAC registers */
382 /* 4.1 MAC SYSTEM configuration registers (offset:0x1000) */
393 #define MAC_ADDR_DW0 0x1008 /* MAC ADDR DW0 */
394 #define MAC_ADDR_DW1 0x100c /* MAC ADDR DW1 */
396 /* MAC_CSR2: STA MAC register 0 */
400 u8 Byte0; /* MAC address byte 0 */
401 u8 Byte1; /* MAC addres
1016 u8 MAC[6]; /* 0 for shared key table. 1 for pairwise key table */ member in struct:rt_wcid_entry
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A Dconfigure1843 ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11 DFB"
32405 TOOLKIT=MAC
[all...]

Completed in 709 milliseconds