HomeSort by relevance Sort by last modified time
    Searched defs:MAC (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/clang/test/Index/
preamble-reparse-warn-macro.c 4 // CHECK: preamble-reparse-warn-macro.c:[[@LINE+8]]:9: warning: 'MAC' macro redefined
8 #define MAC 1
12 #define MAC 2
  /libcore/ojluni/src/main/java/java/security/
CryptoPrimitive.java 57 MAC,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
CMSAlgorithmProtection.java 31 public static final int MAC = 2;
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_init/
MAC.java 36 public class MAC extends Asn1BitString {
42 public MAC() {
69 * Creates a new MAC from encoded stream.
71 public static MAC fromPerUnaligned(byte[] encodedBytes) {
72 MAC result = new MAC();
78 * Creates a new MAC from encoded stream.
80 public static MAC fromPerAligned(byte[] encodedBytes) {
81 MAC result = new MAC();
    [all...]
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 69 unsigned MAI, MAC;
70 InputArgList AL = T.ParseArgs(Args, MAI, MAC);
112 unsigned MAI, MAC;
115 InputArgList AL = T.ParseArgs(Args, MAI, MAC,
123 AL = T.ParseArgs(Args, MAI, MAC,
131 AL = T.ParseArgs(NewArgs, MAI, MAC);
140 unsigned MAI, MAC;
143 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
149 unsigned MAI, MAC;
152 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
SQLiteLibraryLoaderTest.java 126 assertThat(loadLibrary(new SQLiteLibraryLoader(MAC), "Mac OS X", "any architecture"))
127 .isEqualTo("/mac-x86_64/libsqlite4java.jnilib");
132 assertThat(loadLibrary(new SQLiteLibraryLoader(MAC_DYLIB), "Mac OS X", "any architecture"))
133 .isEqualTo("/mac-x86_64/libsqlite4java.jnilib");
168 private static final SQLiteLibraryLoader.LibraryNameMapper MAC = new LibraryMapperTest("lib", "jnilib");
  /external/boringssl/src/ssl/test/runner/
cipher_suites.go 74 // A cipherSuite is a specific combination of key agreement, cipher and MAC
86 mac func(version uint16, macKey []byte) macFunction
179 mac := ssl30MAC{
183 copy(mac.key, key)
184 return mac
191 mac := ssl30MAC{
195 copy(mac.key, key)
196 return mac
203 mac := ssl30MAC{
207 copy(mac.key, key
    [all...]
  /external/syslinux/core/fs/pxe/
pxe.c 17 uint8_t MAC[MAC_MAX]; /* Actual MAC address */
18 uint8_t MAC_len; /* MAC address len */
19 uint8_t MAC_type; /* MAC address type */
458 /* Try loading by MAC address */
494 src = MAC;
  /prebuilts/go/darwin-x86/src/crypto/tls/
cipher_suites.go 62 // A cipherSuite is a specific combination of key agreement, cipher and MAC
74 mac func(version uint16, macKey []byte) macFunction
131 mac := ssl30MAC{
135 copy(mac.key, key)
136 return mac
141 // macSHA256 returns a SHA-256 based MAC. These are only supported in TLS 1.2
149 MAC(digestBuf, seq, header, data, extra []byte) []byte
244 // ssl30MAC implements the SSLv3 MAC function, as defined in
259 // MAC does not offer constant timing guarantees for SSL v3.0, since it's deemed
261 func (s ssl30MAC) MAC(digestBuf, seq, header, data, extra []byte) []byte
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
cipher_suites.go 62 // A cipherSuite is a specific combination of key agreement, cipher and MAC
74 mac func(version uint16, macKey []byte) macFunction
131 mac := ssl30MAC{
135 copy(mac.key, key)
136 return mac
141 // macSHA256 returns a SHA-256 based MAC. These are only supported in TLS 1.2
149 MAC(digestBuf, seq, header, data, extra []byte) []byte
244 // ssl30MAC implements the SSLv3 MAC function, as defined in
259 // MAC does not offer constant timing guarantees for SSL v3.0, since it's deemed
261 func (s ssl30MAC) MAC(digestBuf, seq, header, data, extra []byte) []byte
    [all...]
  /external/curl/tests/python_dependencies/impacket/
ntlm.py     [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DumperOptions.java 107 WIN("\r\n"), MAC("\r"), UNIX("\n");
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 653 MAC_ADDR_DEVICE_PATH *MAC;
657 MAC = DevPath;
660 if (MAC->IfType == 0x01 || MAC->IfType == 0x00) {
664 CatPrint(Str, L"Mac(");
667 CatPrint(Str, L"%02x",MAC->MacAddress.Addr[Index]);
  /external/syslinux/utils/
isohybrid.c 52 enum { VERBOSE = 1 , EFI = 2 , MAC = 4};
241 printf(FMT, " -m --mac", "Add AFP table support");
277 { "mac", no_argument, NULL, 'm'},
308 if (mode & MAC || mode & EFI)
309 errx(1, "setting an entry is unsupported with EFI or Mac");
345 errx(1, "setting an entry is unsupported with EFI or Mac");
349 mode |= MAC;
351 errx(1, "setting an entry is unsupported with EFI or Mac");
631 if (mode & MAC) {
710 if (i == 3 && (mode & MAC))
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
Ax88772.h 81 #define DEBUG_MAC_ADDRESS 0x08000000 ///< Display the MAC address
182 #define MS_SM 0x1000 ///< Super MAC support
222 #define CMD_MAC_ADDRESS_READ 0x13 ///< Read the MAC address, Data: 6 byte MAC address
223 #define CMD_MAC_ADDRESS_WRITE 0x14 ///< Set the MAC address, Data: New 6 byte MAC address
302 #define FLAG_EEPROM_MAC BIT3 // initial mac address in eeprom
395 EFI_MAC_ADDRESS MAC;
424 statistics, and the multicast-IP-to-HW MAC addresses are not reset by
455 MAC address.
    [all...]
  /external/syslinux/gpxe/src/drivers/net/rtl818x/
rtl818x.h 26 u8 MAC[6];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h 161 // Read & change station MAC address.
171 // Convert multicast IP address to multicast MAC address.
310 // To reset the contents of the multicast MAC address filter list,
317 // MAC address will be received.
323 // MAC address will be received.
329 // of the multicast MAC addresses in the multicast MAC address filter
362 // UNDI MCast IP to MAC
560 // UNDI MCast IP to MAC
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiPxe.h 140 /// Read & change station MAC address.
150 /// Convert multicast IP address to multicast MAC address.
282 /// To reset the contents of the multicast MAC address filter list,
289 /// MAC address will be received.
295 /// MAC address will be received.
301 /// of the multicast MAC addresses in the multicast MAC address filter
331 /// UNDI MCast IP to MAC.
526 //// UNDI MCast IP to MAC.
    [all...]
  /external/syslinux/efi32/include/efi/
efi_pxe.h 164 // Read & change station MAC address.
174 // Convert multicast IP address to multicast MAC address.
317 // To reset the contents of the multicast MAC address filter list,
324 // MAC address will be received.
330 // MAC address will be received.
336 // of the multicast MAC addresses in the multicast MAC address filter
367 // UNDI MCast IP to MAC
570 // UNDI MCast IP to MAC
1079 // Number of bytes in the NIC hardware (MAC) address
    [all...]
  /external/syslinux/efi64/include/efi/
efi_pxe.h 164 // Read & change station MAC address.
174 // Convert multicast IP address to multicast MAC address.
317 // To reset the contents of the multicast MAC address filter list,
324 // MAC address will be received.
330 // MAC address will be received.
336 // of the multicast MAC addresses in the multicast MAC address filter
367 // UNDI MCast IP to MAC
570 // UNDI MCast IP to MAC
1079 // Number of bytes in the NIC hardware (MAC) address
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efi_pxe.h 164 // Read & change station MAC address.
174 // Convert multicast IP address to multicast MAC address.
317 // To reset the contents of the multicast MAC address filter list,
324 // MAC address will be received.
330 // MAC address will be received.
336 // of the multicast MAC addresses in the multicast MAC address filter
367 // UNDI MCast IP to MAC
570 // UNDI MCast IP to MAC
1079 // Number of bytes in the NIC hardware (MAC) address
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiPxe.h 140 /// Read & change station MAC address.
150 /// Convert multicast IP address to multicast MAC address.
282 /// To reset the contents of the multicast MAC address filter list,
289 /// MAC address will be received.
295 /// MAC address will be received.
301 /// of the multicast MAC addresses in the multicast MAC address filter
331 /// UNDI MCast IP to MAC
517 //// UNDI MCast IP to MAC
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
via-velocity.h 88 #define RSR_MAR 0x2000 // MAC accept multicast address packet
89 #define RSR_BAR 0x1000 // MAC accept broadcast address packet
90 #define RSR_PHY 0x0800 // MAC accept physical address packet
101 #define RSR1_MAR 0x20 // MAC accept multicast address packet
102 #define RSR1_BAR 0x10 // MAC accept broadcast address packet
103 #define RSR1_PHY 0x08 // MAC accept physical address packet
307 * MAC registers and macros.
320 * Registers in the MAC
487 #define CR0_STOP 0x00000002UL /* stop MAC, default = 1 */
488 #define CR0_STRT 0x00000001UL /* start MAC */
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 37 (Mac OS, Linux, Solaris, Windows, etc.) the API you should use is
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jsse.jar 

Completed in 541 milliseconds

1 2 3 4