HomeSort by relevance Sort by last modified time
    Searched refs:mac2 (Results 1 - 25 of 48) sorted by null

1 2

  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorAttributeTest.java 82 MockAttributedCharacterIteratorAttribute mac2 = new MockAttributedCharacterIteratorAttribute( local
85 assertFalse("Attributes are equal", mac2.equals(mac1));
121 TestAttributedCharacterIteratorAttribute mac2 = new TestAttributedCharacterIteratorAttribute( local
125 .hashCode() != mac2.hashCode());
204 TestAttributedCharacterIteratorAttribute mac2 = new TestAttributedCharacterIteratorAttribute( local
206 assertEquals("Unexpected class representation string", mac2.toString(),
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_key.c 21 static void joint_two_mac(const u8 *mac1, const u8 *mac2, u8 *out)
23 if (os_memcmp(mac1, mac2, ETH_ALEN) < 0) {
25 os_memcpy(out + ETH_ALEN, mac2, ETH_ALEN);
27 os_memcpy(out, mac2, ETH_ALEN);
80 * CAK = KDF(Key, Label, mac1 | mac2, CAKlength)
83 const u8 *mac2, u8 *cak)
87 joint_two_mac(mac1, mac2, context);
97 * CKN = KDF(Key, Label, ID | mac1 | mac2, CKNlength)
100 const u8 *mac2, const u8 *sid,
113 joint_two_mac(mac1, mac2, context + sid_bytes)
    [all...]
ieee802_1x_key.h 13 const u8 *mac2, u8 *cak);
15 const u8 *mac2, const u8 *sid,
ieee802_1x_kay_i.h 73 int (*cak_trfm)(const u8 *msk, const u8 *mac1, const u8 *mac2, u8 *cak);
74 int (*ckn_trfm)(const u8 *msk, const u8 *mac1, const u8 *mac2,
  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
MacRandomTest.py 128 mac2 = ident_event["data"]["mac"]
132 mac1 == mac2,
133 "Randomized MAC addresses (%s, %s) should be different" % (mac1, mac2))
  /cts/tests/tests/keystore/src/android/keystore/cts/
MacTest.java 475 byte[] mac2 = m.doFinal(message);
476 if (!Arrays.equals(mac, mac2)) {
480 + ", actual MAC (" + mac2.length + " bytes): " + HexEncoding.encode(mac2));
491 byte[] mac2 = m.doFinal(message);
492 if (Arrays.equals(mac, mac2)) {
509 byte[] mac2 = m.doFinal();
510 if (!Arrays.equals(mac, mac2)) {
514 + ", actual MAC (" + mac2.length + " bytes): " + HexEncoding.encode(mac2));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
rx-asm-good.s 15 ; mac2
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac.go 93 func Equal(mac1, mac2 []byte) bool {
97 return subtle.ConstantTimeCompare(mac1, mac2) == 1
  /prebuilts/go/linux-x86/src/crypto/hmac/
hmac.go 93 func Equal(mac1, mac2 []byte) bool {
97 return subtle.ConstantTimeCompare(mac1, mac2) == 1
  /external/syslinux/gpxe/src/net/80211/
wpa.c 318 u8 mac2[ETH_ALEN]; member in struct:__anon35014
328 memcpy ( ptk_data.mac2, ctx->dev->bssid, ETH_ALEN );
331 memcpy ( ptk_data.mac2, ctx->dev->netdev->ll_addr, ETH_ALEN );
343 eth_ntoa ( ptk_data.mac2 ) );
  /external/strace/
config.status     [all...]
  /external/iputils/ninfod/
configure     [all...]
  /external/google-breakpad/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /toolchain/binutils/binutils-2.25/intl/
configure     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /external/netperf/
configure     [all...]
  /external/tcpdump/
configure     [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libexif/
configure     [all...]
  /external/libnetfilter_conntrack/
configure     [all...]

Completed in 275 milliseconds

1 2