HomeSort by relevance Sort by last modified time
    Searched refs:mac (Results 276 - 300 of 656) sorted by null

<<11121314151617181920>>

  /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/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/openssl/ssl/
ssl_ciph.c 303 /* MAC aliases */
420 ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX] = get_optional_pkey_id("gost-mac");
697 static void ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, unsigned long *enc, unsigned long *mac, unsigned long *ssl)
702 *mac = 0;
768 *mac |= (ssl_digest_methods[SSL_MD_MD5_IDX ] == NULL) ? SSL_MD5 :0;
769 *mac |= (ssl_digest_methods[SSL_MD_SHA1_IDX] == NULL) ? SSL_SHA1:0;
770 *mac |= (ssl_digest_methods[SSL_MD_SHA256_IDX] == NULL) ? SSL_SHA256:0;
771 *mac |= (ssl_digest_methods[SSL_MD_SHA384_IDX] == NULL) ? SSL_SHA384:0;
772 *mac |= (ssl_digest_methods[SSL_MD_GOST94_IDX] == NULL) ? SSL_GOST94:0;
773 *mac |= (ssl_digest_methods[SSL_MD_GOST89MAC_IDX] == NULL || ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX]==NID (…)
1544 const char *kx,*au,*enc,*mac; local
    [all...]
  /external/chromium_org/third_party/libvpx/
generate_gypi.sh 414 gen_config_files mac/ia32 "--target=x86-darwin9-gcc --enable-pic --enable-realtime-only ${all_platforms}"
415 gen_config_files mac/x64 "--target=x86_64-darwin9-gcc --enable-pic --enable-realtime-only ${all_platforms}"
434 lint_config mac/ia32
435 lint_config mac/x64
455 gen_rtcd_header mac/ia32 x86
456 gen_rtcd_header mac/x64 x86_64
  /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/chrome/android/java/src/org/chromium/chrome/browser/
ShortcutHelper.java 152 byte[] mac = WebappAuthenticator.getMacForUrl(context, url);
153 String encodedMac = Base64.encodeToString(mac, Base64.DEFAULT);
  /external/chromium_org/chrome/utility/image_writer/
image_writer_mac.cc 15 #include "base/mac/scoped_cftyperef.h"
16 #include "base/mac/scoped_ioobject.h"
41 base::mac::ScopedIOObject<io_service_t> iterator_ref(disk_obj);
52 CFBooleanRef cf_removable = base::mac::GetValueFromDictionary<CFBooleanRef>(
  /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)) {
single_window_input_injector_mac.cc 10 #include "base/mac/foundation_util.h"
11 #include "base/mac/scoped_cftyperef.h"
13 #include "third_party/webrtc/modules/desktop_capture/mac/desktop_configuration.h"
140 base::mac::CFCast<CFDictionaryRef>(
145 base::mac::GetValueFromDictionary<CFDictionaryRef>(
  /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 full_port_name = 'mac-snowleopard'
41 port_maker = mac.MacPort
48 self.assertTrue(self.make_port().name() in ('mac-snowleopard', 'mac-lion', 'mac-mountainlion', 'mac-mavericks'))
50 self.assert_name(None, '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...]
  /external/chromium_org/content/public/test/
render_view_test.h 162 scoped_ptr<base::mac::ScopedNSAutoreleasePool> autorelease_pool_;
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_test.cc 16 #include "base/mac/scoped_nsautorelease_pool.h"
90 base::mac::ScopedNSAutoreleasePool pool;
  /external/chromium_org/net/cert/
test_root_certs_mac.cc 10 #include "base/mac/mac_util.h"
11 #include "base/mac/scoped_cftyperef.h"
75 if (base::mac::IsOSLionOrLater()) {
  /external/chromium_org/net/third_party/nss/ssl/
sslgathr.c 47 ** and checks and discards the MAC, then advances to GS_INIT.
210 ** Check the MAC.
217 unsigned char mac[SSL_MAX_MAC_BYTES]; local
252 /* Have read in all the MAC portion of record
254 ** Prepare MAC by resetting it and feeding it the shared secret
272 (*ss->sec.hash->end)(ss->sec.hashcx, mac, &macLen, macLen);
278 if (NSS_SecureMemcmp(mac, pBuf, macLen) != 0) {
279 /* MAC's didn't match... */
280 SSL_DBG(("%d: SSL[%d]: mac check failed, seq=%d",
282 PRINT_BUF(1, (ss, "computed mac:", mac, macLen))
    [all...]
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_main.cc 28 #include "base/mac/scoped_nsautorelease_pool.h"
42 base::mac::ScopedNSAutoreleasePool pool;
46 // Initialize Breakpad as early as possible. On Mac the command-line needs to
  /external/chromium_org/ui/gfx/test/
ui_cocoa_test_helper.h 13 #import "base/mac/scoped_nsautorelease_pool.h"
87 base::mac::ScopedNSAutoreleasePool pool_;
  /external/chromium_org/ui/gl/
gl_implementation_mac.cc 8 #include "base/mac/foundation_util.h"
51 base::FilePath bundle_path = base::mac::GetAppBundlePath(exe_path);
gpu_switching_manager.cc 12 #include "base/mac/mac_util.h"
91 if (flag && !base::mac::IsOSLionOrLater())
  /external/chromium_org/ui/message_center/cocoa/
tray_view_controller.h 14 #include "base/mac/scoped_block.h"
15 #import "base/mac/scoped_nsobject.h"
113 base::mac::ScopedBlock<message_center::TrayAnimationEndedCallback>
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 662 * accumulation with Mac
667 * [in] Mac Accumulator
673 OMX_S32 armSatMac_S32(OMX_S32 Mac,OMX_S16 Value1,OMX_S16 Value2)
678 Result = armSatAdd_S32( Mac , Result );
687 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
694 * [in] mac Result of MAC operatio
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 662 * accumulation with Mac
667 * [in] Mac Accumulator
673 OMX_S32 armSatMac_S32(OMX_S32 Mac,OMX_S16 Value1,OMX_S16 Value2)
678 Result = armSatAdd_S32( Mac , Result );
687 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
694 * [in] mac Result of MAC operatio
    [all...]

Completed in 847 milliseconds

<<11121314151617181920>>