HomeSort by relevance Sort by last modified time
    Searched refs:mac (Results 251 - 275 of 633) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-validate-input.js 15 (k%2)?email=username+"@mac.com":email=username+"(at)mac.com";
  /external/chromium_org/ui/message_center/cocoa/
popup_collection.h 12 #include "base/mac/scoped_block.h"
13 #import "base/mac/scoped_nsobject.h"
67 base::mac::ScopedBlock<message_center::AnimationEndedCallback>
  /external/kernel-headers/original/uapi/linux/
virtio_net.h 36 #define VIRTIO_NET_F_MAC 5 /* Host has given MAC address. */
56 #define VIRTIO_NET_F_CTRL_MAC_ADDR 23 /* Set MAC address */
62 /* The config defining mac address (if VIRTIO_NET_F_MAC) */
63 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
133 * Control the MAC
135 * The MAC filter table is managed by the hypervisor, the guest should
142 * by a concatenated byte stream of the ETH_ALEN MAC addresses. The
148 * 6 bytes MAC address. This functionality is present if the
  /external/wpa_supplicant_8/src/crypto/
crypto.h 29 * @mac: Buffer for the hash
32 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac);
39 * @mac: Buffer for the hash
42 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac);
50 * @mac: Buffer for the hash
54 u8 *mac);
76 * @mac: Buffer for the hash
80 u8 *mac);
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.h 87 u8 *mac);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
virtio_net.h 13 #define VIRTIO_NET_F_MAC 5 /* Host has given MAC address. */
33 /* The config defining mac address (if VIRTIO_NET_F_MAC) */
34 __u8 mac[6]; member in struct:virtio_net_config
96 * Control the MAC filter table.
98 * The MAC filter table is managed by the hypervisor, the guest should
105 * by a concatenated byte stream of the ETH_ALEN MAC addresses. The
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_net.h 13 #define VIRTIO_NET_F_MAC 5 /* Host has given MAC address. */
33 /* The config defining mac address (if VIRTIO_NET_F_MAC) */
34 __u8 mac[6]; member in struct:virtio_net_config
96 * Control the MAC filter table.
98 * The MAC filter table is managed by the hypervisor, the guest should
105 * by a concatenated byte stream of the ETH_ALEN MAC addresses. The
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /external/chromium_org/chrome/common/
chrome_paths.cc 10 #include "base/mac/bundle_locations.h"
26 #include "base/mac/foundation_util.h"
111 if (base::mac::AmIBundled()) {
142 if (base::mac::AmIBundled()) {
229 cur = base::mac::FrameworkBundlePath();
246 // And we don't want to write into the bundle on the Mac, so push
277 // TODO(luken): finalize Mac OS directory paths, current consensus is
340 if (base::mac::AmIBundled()) {
397 if (base::mac::AmIBundled()) {
398 cur = base::mac::FrameworkBundlePath()
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305.c 102 void CRYPTO_poly1305_finish_neon(poly1305_state* state, unsigned char mac[16]);
310 void CRYPTO_poly1305_finish(poly1305_state *statep, unsigned char mac[16])
321 CRYPTO_poly1305_finish_neon(statep, mac);
356 U32TO8_LE(&mac[ 0], f0); f1 += (f0 >> 32);
357 U32TO8_LE(&mac[ 4], f1); f2 += (f1 >> 32);
358 U32TO8_LE(&mac[ 8], f2); f3 += (f2 >> 32);
359 U32TO8_LE(&mac[12], f3);
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 74 * The code type used to identify an Ethernet MAC address in the
199 * The six-octet MAC of the client.
488 * Converts a MAC from an array of octets to an ASCII string.
490 public static String macToString(byte[] mac) {
493 for (int i = 0; i < mac.length; i++) {
494 String hexString = "0" + Integer.toHexString(mac[i]);
500 if (i != (mac.length - 1)) {
546 * format starting with the source-address MAC) or an L3 encapsulation
832 byte[] mac, Integer timeout, InetAddress netMask, InetAddress bcAddr,
836 transactionId, broadcast, serverIpAddr, clientIpAddr, mac);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
openbsd_hw.c 173 cryp.mac=0;
282 static int dev_crypto_init_digest(MD_DATA *md_data,int mac)
290 md_data->sess.mac=mac;
334 cryp.op=COP_ENCRYPT;/* required to do the MAC rather than check it */
338 cryp.mac=(caddr_t)md;
361 err("CIOCCRYPT(MAC) failed");
  /external/openssl/crypto/evp/
openbsd_hw.c 173 cryp.mac=0;
282 static int dev_crypto_init_digest(MD_DATA *md_data,int mac)
290 md_data->sess.mac=mac;
334 cryp.op=COP_ENCRYPT;/* required to do the MAC rather than check it */
338 cryp.mac=(caddr_t)md;
361 err("CIOCCRYPT(MAC) failed");
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 143 uint8 mac[6]; /* P2P group bssid */ member in struct:wifi_p2p_grp_bssid_se_s
151 uint8 mac[6]; /* P2P device address */ member in struct:wifi_p2p_grp_id_se_s
160 uint8 mac[6]; /* P2P device address */ member in struct:wifi_p2p_intf_se_s
217 uint8 mac[6]; /* intended P2P interface MAC address */ member in struct:wifi_p2p_intintad_se_s
264 uint8 mac[6]; /* P2P Device MAC address */ member in struct:wifi_p2p_devinfo_se_s
288 struct ether_addr addr; /* P2P Device MAC address */
  /external/chromium_org/third_party/libvpx/
generate_gypi.sh 82 echo " ['os_posix==1 and OS!=\"mac\" and OS!=\"ios\"', {" >> $2
86 echo " ['OS==\"mac\" or OS==\"ios\"', {" >> $2
345 gen_config_files mac/ia32 "--target=x86-darwin9-gcc --enable-pic --enable-realtime-only ${all_platforms}"
346 gen_config_files mac/x64 "--target=x86_64-darwin9-gcc --enable-pic --enable-realtime-only ${all_platforms}"
364 lint_config mac/ia32
365 lint_config mac/x64
384 gen_rtcd_header mac/ia32 x86
385 gen_rtcd_header mac/x64 x86_64
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_ciph.c 303 /* MAC aliases */
420 ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX] = get_optional_pkey_id("gost-mac");
737 static void ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, unsigned long *enc, unsigned long *mac, unsigned long *ssl)
742 *mac = 0;
808 *mac |= (ssl_digest_methods[SSL_MD_MD5_IDX ] == NULL) ? SSL_MD5 :0;
809 *mac |= (ssl_digest_methods[SSL_MD_SHA1_IDX] == NULL) ? SSL_SHA1:0;
810 *mac |= (ssl_digest_methods[SSL_MD_SHA256_IDX] == NULL) ? SSL_SHA256:0;
811 *mac |= (ssl_digest_methods[SSL_MD_SHA384_IDX] == NULL) ? SSL_SHA384:0;
812 *mac |= (ssl_digest_methods[SSL_MD_GOST94_IDX] == NULL) ? SSL_GOST94:0;
813 *mac |= (ssl_digest_methods[SSL_MD_GOST89MAC_IDX] == NULL || ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX]==NID (…)
1582 const char *kx,*au,*enc,*mac; local
    [all...]
  /external/openssl/ssl/
ssl_ciph.c 302 /* MAC aliases */
419 ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX] = get_optional_pkey_id("gost-mac");
696 static void ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, unsigned long *enc, unsigned long *mac, unsigned long *ssl)
701 *mac = 0;
767 *mac |= (ssl_digest_methods[SSL_MD_MD5_IDX ] == NULL) ? SSL_MD5 :0;
768 *mac |= (ssl_digest_methods[SSL_MD_SHA1_IDX] == NULL) ? SSL_SHA1:0;
769 *mac |= (ssl_digest_methods[SSL_MD_SHA256_IDX] == NULL) ? SSL_SHA256:0;
770 *mac |= (ssl_digest_methods[SSL_MD_SHA384_IDX] == NULL) ? SSL_SHA384:0;
771 *mac |= (ssl_digest_methods[SSL_MD_GOST94_IDX] == NULL) ? SSL_GOST94:0;
772 *mac |= (ssl_digest_methods[SSL_MD_GOST89MAC_IDX] == NULL || ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX]==NID (…)
1539 const char *kx,*au,*enc,*mac; local
    [all...]
  /external/chromium_org/android_webview/tools/
gyp_webview 55 for host_os in linux mac; do
56 host_platform=$(echo $host_os | sed -e 's/mac/darwin/')
  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.cc 18 #include "base/mac/foundation_util.h"
270 base::mac::ScopedIOPluginInterface<IOCFPlugInInterface> plugin_ref(plugin);
347 base::mac::ScopedIOObject<io_iterator_t> iter_ref(iter);
367 base::mac::ScopedIOPluginInterface<IOCFPlugInInterface> interface_ref(
643 base::mac::ScopedIOObject<io_service_t> scoped_ref(ref);
658 base::mac::ScopedIOObject<io_service_t> scoped_ref(ref);
660 base::mac::CFCastStrict<CFNumberRef>(
702 base::mac::ScopedIOObject<io_iterator_t>* added_iter,
703 base::mac::ScopedIOObject<io_iterator_t>* removed_iter) {
  /external/chromium_org/remoting/host/
desktop_resizer_mac.cc 10 #include "base/mac/foundation_util.h"
11 #include "base/mac/mac_util.h"
12 #include "base/mac/scoped_cftyperef.h"
49 if (!base::mac::IsOSSnowLeopard() && GetSoleDisplayId(&display)) {
68 if (base::mac::IsOSSnowLeopard() || !GetSoleDisplayId(&display)) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mac_unittest.py 31 from webkitpy.layout_tests.port import mac namespace
37 os_name = 'mac'
39 port_name = 'mac'
40 port_maker = mac.MacPort
47 self.assertTrue(self.make_port().name() in ('mac-snowleopard', 'mac-lion', 'mac-mountainlion', 'mac-mavericks'))
49 self.assert_name(None, 'snowleopard', 'mac-snowleopard')
50 self.assert_name('mac', 'snowleopard', 'mac-snowleopard'
    [all...]
  /external/chromium_org/v8/
Makefile.nacl 38 HOST_OS = $(shell uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')
42 ifeq ($(HOST_OS), mac)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 9 import org.bouncycastle.crypto.Mac;
156 * Returns a byte array containing the mac calculated as part of the
159 * @return the last mac calculated.
163 byte[] mac = new byte[macSize];
165 System.arraycopy(macBlock, 0, mac, 0, mac.length);
167 return mac;
195 * @throws InvalidCipherTextException if the input data is truncated or the mac check fails.
230 * @throws InvalidCipherTextException if the input data is truncated or the mac check fails.
237 // Need to keep the CTR and CBC Mac parts around and rese
    [all...]

Completed in 680 milliseconds

<<11121314151617181920>>