HomeSort by relevance Sort by last modified time
    Searched full:equals1 (Results 1 - 7 of 7) sorted by null

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchorTest.java 285 assertEquals("equals1", pk, ta.getCAPublicKey());
309 assertEquals("equals1", validCaNameRfc2253, ta.getCAName());
359 assertEquals("equals1", validCaNameRfc2253, ca.getName());
  /external/boringssl/src/crypto/rsa/
padding.c 455 unsigned equals1 = constant_time_eq(db[i], 1); local
457 one_index = constant_time_select(looking_for_one_byte & equals1, i,
460 constant_time_select(equals1, 0, looking_for_one_byte);
  /libcore/luni/src/test/java/tests/security/cert/
TrustAnchorTest.java 419 assertEquals("equals1", pk, ta.getCAPublicKey());
442 assertEquals("equals1", validCaNameRfc2253, ta.getCAName());
571 assertEquals("equals1", validCaNameRfc2253, ca.getName());
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa.go 567 equals1 := subtle.ConstantTimeByteEq(rest[i], 1)
568 index = subtle.ConstantTimeSelect(lookingForIndex&equals1, i, index)
569 lookingForIndex = subtle.ConstantTimeSelect(equals1, 0, lookingForIndex)
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go 567 equals1 := subtle.ConstantTimeByteEq(rest[i], 1)
568 index = subtle.ConstantTimeSelect(lookingForIndex&equals1, i, index)
569 lookingForIndex = subtle.ConstantTimeSelect(equals1, 0, lookingForIndex)
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Json.java 62 private final Object[] equals1 = {null}, equals2 = {null}; field in class:Json
273 equals1[0] = value;
275 if (Arrays.deepEquals(equals1, equals2)) continue;
    [all...]
  /external/clang/docs/
LibASTMatchersReference.html     [all...]

Completed in 3051 milliseconds