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

1 2 3

  /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 131 mac2 = ident_event["data"]["mac"]
135 mac1 == mac2,
136 "Randomized MAC addresses (%s, %s) should be different" % (mac1, mac2))
DataPathTest.py     [all...]
  /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.27/gas/testsuite/gas/rx/
rx-asm-good.s 15 ; mac2
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac.go 96 func Equal(mac1, mac2 []byte) bool {
100 return subtle.ConstantTimeCompare(mac1, mac2) == 1
  /prebuilts/go/linux-x86/src/crypto/hmac/
hmac.go 96 func Equal(mac1, mac2 []byte) bool {
100 return subtle.ConstantTimeCompare(mac1, mac2) == 1
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
rtt_test_utils.py 228 mac2 = range_result[rconsts.EVENT_CB_RANGING_KEY_MAC_AS_STRING].replace(':',
230 asserts.assert_equal(mac1, mac2,
  /external/syslinux/gpxe/src/net/80211/
wpa.c 318 u8 mac2[ETH_ALEN]; member in struct:__anon38440
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 ) );
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
RttNativeTest.java 347 byte[] mac2 = {0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F};
349 macAddresses.add(mac2);
  /external/iputils/ninfod/
configure     [all...]
  /external/google-breakpad/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /toolchain/binutils/binutils-2.27/intl/
configure     [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /external/tcpdump/
configure     [all...]
  /toolchain/binutils/binutils-2.27/gold/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libexif/
configure     [all...]

Completed in 951 milliseconds

1 2 3