/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_noctxt pp "".autotmp_0050 type.int "".~r2 `type.bool "".mac2 |