HomeSort by relevance Sort by last modified time
    Searched refs:mac (Results 176 - 191 of 191) sorted by null

1 2 3 4 5 6 78

  /external/v8/tools/
tickprocessor.js 776 '--mac': ['platform', 'mac',
777 'Specify that we are running on Mac OS X platform'],
  /external/chromium/net/third_party/nss/ssl/
ssl3ext.c 664 + TLS_EX_SESS_TICKET_MAC_LENGTH; /* mac */
772 /* Compute MAC. */
949 /* Verify the MAC on the ticket. MAC verification may also
950 * fail if the MAC key has been recently refreshed.
    [all...]
ssl3con.c 456 /* mac mmech pad_size mac_size */
778 * Null compression, mac and encryption functions
1216 SSL3MACAlgorithm mac; local
    [all...]
sslimpl.h 384 /* "buf" holds received plaintext SSL records, after decrypt and MAC check.
404 ** == count - (recordPadding + MAC size)
425 ** MAC is checked!!
703 SSL3MACAlgorithm mac; member in struct:ssl3MACDefStr
    [all...]
  /external/openssl/ssl/
d1_pkt.c 200 /* Set proper sequence number for mac calculation */
398 /* We now have - encrypted [ MAC [ compressed [ plain ] ] ]
429 /* r->length is now the compressed data plus mac */
453 /* check the MAC for rr->input (it's in mac_size bytes at the tail) */
465 i=s->method->ssl3_enc->mac(s,md,0);
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 1024 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/kernel-headers/original/linux/
skbuff.h 195 * @mac: Link layer header
260 } mac; member in struct:sk_buff
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 408 NSURLAuthenticationChallenge *webChallenge = mac(challenge);
425 NSURLAuthenticationChallenge *webChallenge = mac(challenge);
    [all...]
  /build/core/
Makefile     [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.c 86 uint8 *mac, struct station_info *sinfo);
    [all...]
  /external/dropbear/
configure     [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 424 static S32 CuCmd_Str2MACAddr(PS8 str, PU8 mac)
430 mac[i] = (U8) os_strtoul(str, &str, 16);
614 os_error_printf(CU_MSG_INFO2, (PS8)" MAC Privacy Rssi Mode Channel SSID\n");
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c 407 static S32 CuCmd_Str2MACAddr(PS8 str, PU8 mac)
413 mac[i] = (U8) os_strtoul(str, &str, 16);
591 os_error_printf(CU_MSG_INFO2, (PS8)" MAC Privacy Rssi Mode Channel SSID\n");
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 301 Platform: {name: (window.orientation != undefined) ? 'ipod' : (navigator.platform.match(/mac|win|linux/i) || ['other'])[0].toLowerCase()},
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1368 milliseconds

1 2 3 4 5 6 78