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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
rx-asm-good.inc 10 ; mac2 .MACRO
rx-asm-good.s 15 ; mac2
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_key.h 13 const u8 *mac2, u8 *cak);
15 const u8 *mac2, const u8 *sid,
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_kay_i.h 165 int (*cak_trfm)(const u8 *msk, const u8 *mac1, const u8 *mac2, u8 *cak);
166 int (*ckn_trfm)(const u8 *msk, const u8 *mac1, const u8 *mac2,
  /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(),
  /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...]
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac.go 97 func Equal(mac1, mac2 []byte) bool {
101 return len(mac1) == len(mac2) && subtle.ConstantTimeCompare(mac1, mac2) == 1
  /prebuilts/go/linux-x86/src/crypto/hmac/
hmac.go 97 func Equal(mac1, mac2 []byte) bool {
101 return len(mac1) == len(mac2) && subtle.ConstantTimeCompare(mac1, mac2) == 1
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 38 /// MAC1( MAC2(foo) )
41 /// Lexer::getImmediateMacroName will return "MAC2".
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
hmac.a 13 func @"".Equal (@"".mac1·2 []byte "esc:0x1", @"".mac2·3 []byte "esc:0x1") (? bool)
104 0runtime.morestack_noctxtpp"".autotmp_0050type.int "".~r2`type.bool"".mac20type.[]uint8"".mac1type.[]uint8pWop??U
  /prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
hmac.a 13 func @"".Equal (@"".mac1·2 []byte "esc:0x1", @"".mac2·3 []byte "esc:0x1") (? bool)
104 0runtime.morestack_noctxtpp"".autotmp_0050type.int "".~r2`type.bool"".mac20type.[]uint8"".mac1type.[]uint8pWop??U
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/
hmac.a 13 func @"".Equal (@"".mac1·2 []byte "esc:0x1", @"".mac2·3 []byte "esc:0x1") (? bool)
168 0runtime.morestack_noctxtpp"".autotmp_0051type.int "".~r2`type.bool"".mac20type.[]uint8"".mac1type.[]uint8pjop??+I
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/crypto/
hmac.a 13 func @"".Equal (@"".mac1·2 []byte "esc:0x1", @"".mac2·3 []byte "esc:0x1") (? bool)
168 0runtime.morestack_noctxtpp"".autotmp_0051type.int "".~r2`type.bool"".mac20type.[]uint8"".mac1type.[]uint8pjop??+I
  /external/iputils/ninfod/
configure     [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/google-breakpad/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /external/netperf/
configure     [all...]
  /external/tcpdump/
configure     [all...]
  /ndk/sources/host-tools/make-3.81/autom4te.cache/
output.0     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure     [all...]
  /toolchain/binutils/binutils-2.25/intl/
configure     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
configure     [all...]

Completed in 2419 milliseconds

1 2