HomeSort by relevance Sort by last modified time
    Searched refs:mac (Results 301 - 325 of 339) sorted by null

<<11121314

  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 325 Routine Description: return WLAN MAC address
333 u8 mac[ETH_ALEN] = {0}; local
337 mac, ETH_ALEN))
339 wpa_printf(MSG_ERROR, "ERROR - Failed to get mac address!");
344 os_memcpy(drv->own_addr, mac, ETH_ALEN);
471 type - type of mac address
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
droiddoc.js 425 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
428 var mac = agent.indexOf("macintosh") != -1; variable
431 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 33 import javax.crypto.Mac;
704 if (bag.getMacData() != null) // check the mac code
723 throw new IOException("PKCS12 key store mac invalid - wrong password or corrupted file.");
731 throw new IOException("PKCS12 key store mac invalid - wrong password or corrupted file.");
743 throw new IOException("error constructing MAC: " + e.toString());
1557 Mac mac = Mac.getInstance(oid.getId(), bcProvider); local
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 382 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
385 var mac = agent.indexOf("macintosh") != -1; variable
388 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 370 * accumulation with Mac
375 * [in] Mac Accumulator
382 OMX_S32 Mac,
391 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
393 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
398 * [in] mac Result of MAC operation
401 * [out] mac Result of operatio
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 370 * accumulation with Mac
375 * [in] Mac Accumulator
382 OMX_S32 Mac,
391 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
393 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
398 * [in] mac Result of MAC operation
401 * [out] mac Result of operatio
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 370 * accumulation with Mac
375 * [in] Mac Accumulator
382 OMX_S32 Mac,
391 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
393 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
398 * [in] mac Result of MAC operation
401 * [out] mac Result of operatio
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 14 #include "base/mac/mac_util.h"
569 base::mac::CreatorCodeForApplication());
726 return finds_only_owned_ ? base::mac::CreatorCodeForApplication() : 0;
    [all...]
  /external/chromium/chrome/browser/resources/options/
options.js 189 document.documentElement.setAttribute('os', 'mac');
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 15 #include "base/mac/scoped_cftyperef.h"
28 // Welcome to Mac SSL. We've been waiting for you.
30 // The Mac SSL implementation is, like the Windows and NSS implementations, a
40 // Mac, however, we provide Secure Transport with callbacks to get data from the
43 // machines, fewer on the Mac because Secure Transport keeps a lot of its own
111 // When compiled against the Mac OS X 10.5 SDK, define symbolic constants for
112 // cipher suites added in Mac OS X 10.6.
143 // For an explanation of the Mac OS X error codes, please refer to:
144 // http://developer.apple.com/mac/library/documentation/Security/Reference/secureTransportRef/Reference/reference.html
362 // Mac OS X release is a potential security issue because the new releas
    [all...]
  /external/openssl/ssl/
ssl_locl.h 335 /* Not a real MAC, just an indication it is part of cipher */
368 /* Stream MAC for GOST ciphersuites from cryptopro draft
563 int (*mac)(SSL *, unsigned char *, int); member in struct:ssl3_enc_method
845 void ssl2_mac(SSL *s,unsigned char *mac,int send_data);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 913 u8 *own_addr; /* buffer for writing own MAC address */
    [all...]
  /external/grub/netboot/
tlan.c     [all...]
  /external/v8/tools/
tickprocessor.js 784 '--mac': ['platform', 'mac',
785 'Specify that we are running on Mac OS X platform'],
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 210 my @macPlatforms = ("mac-tiger", "mac-leopard", "mac-snowleopard", "mac");
215 $platform = "mac-tiger";
218 $platform = "mac-leopard";
221 $platform = "mac-snowleopard";
224 $platform = "mac";
228 $platform = "qt-mac";
282 --complex-text Use the complex text code path for all text (Mac OS X and Windows only
    [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc 16 #include "base/mac/scoped_cftyperef.h"
33 using base::mac::ScopedCFTypeRef;
760 base::mac::ScopedCFTypeRef<SecCertificateRef> scoped_cert;
    [all...]
  /external/llvm/autoconf/
config.sub 1273 mac | mpw | mac-mpw)
1376 -mac*)
1377 os=`echo $os | sed -e 's|mac|macos|'`
    [all...]
  /external/openssh/
config.sub 1246 mac | mpw | mac-mpw)
1349 -mac*)
1350 os=`echo $os | sed -e 's|mac|macos|'`
    [all...]
  /external/chromium/base/
file_path.cc 22 #include "base/mac/scoped_cftyperef.h"
619 // Mac OS X specific implementation of file string comparisons
621 // cf. http://developer.apple.com/mac/library/technotes/tn/tn1150.html#UnicodeSubtleties
632 // cf. http://developer.apple.com/mac/library/releasenotes/TextFonts/RN-TEC/index.html
647 // http://developer.apple.com/mac/library/technotes/tn/tn1150.html#StringComparisonAlgorithm
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 409 NSURLAuthenticationChallenge *webChallenge = mac(challenge);
428 NSURLProtectionSpace *webProtectionSpace = mac(protectionSpace);
459 NSURLAuthenticationChallenge *webChallenge = mac(challenge);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 1027 NSURLCredential *credential = mac(CredentialStorage::get(core(protectionSpace.get())));
  /external/dnsmasq/src/
dnsmasq.h 750 char *print_mac(char *buff, unsigned char *mac, int len);
  /external/iproute2/ip/
iplink.c 71 fprintf(stderr, " [ vf NUM [ mac LLADDR ]\n");
190 if (matches(*argv, "mac") == 0) {
194 len = ll_addr_a2n((char *)ivm.mac, 32, *argv);
  /external/kernel-headers/original/linux/
skbuff.h 195 * @mac: Link layer header
260 } mac; member in struct:sk_buff
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 17 #include "base/mac/scoped_nsautorelease_pool.h"
    [all...]

Completed in 1737 milliseconds

<<11121314