HomeSort by relevance Sort by last modified time
    Searched defs:bytesToHex (Results 1 - 13 of 13) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/util/
Util.java 29 return bytesToHex(bytes, SHA_256_CHARS);
36 return bytesToHex(bytes, SHA_1_CHARS);
41 private static String bytesToHex(byte[] bytes, char[] hexChars) {
  /external/wycheproof/java/com/google/security/wycheproof/
TestUtil.java 26 public static String bytesToHex(byte[] bytes) {
27 // bytesToHex is used to convert output from Cipher.
53 return bytesToHex(bytes);
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
DhiesTest.java 96 System.out.println("testDhiesBasic:" + TestUtil.bytesToHex(ciphertext));
99 assertEquals(TestUtil.bytesToHex(message), TestUtil.bytesToHex(decrypted));
161 String block1 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, i, i + 16));
162 String block2 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, i + 16, i + 32));
164 "Ciphertext repeats at " + i + ":" + TestUtil.bytesToHex(ciphertext),
CipherInputStreamTest.java 121 assertEquals(TestUtil.bytesToHex(t.ct), TestUtil.bytesToHex(result));
146 assertEquals(TestUtil.bytesToHex(t.pt), TestUtil.bytesToHex(result));
182 + TestUtil.bytesToHex(result)
184 + TestUtil.bytesToHex(t.pt));
CipherOutputStreamTest.java 112 assertEquals(TestUtil.bytesToHex(t.ct), TestUtil.bytesToHex(os.toByteArray()));
126 assertEquals(TestUtil.bytesToHex(t.pt), TestUtil.bytesToHex(os.toByteArray()));
151 + TestUtil.bytesToHex(decrypted)
153 + TestUtil.bytesToHex(t.pt));
178 + TestUtil.bytesToHex(decrypted)
180 + TestUtil.bytesToHex(t.pt));
DhTest.java 211 assertEquals(TestUtil.bytesToHex(kAB), TestUtil.bytesToHex(kBA));
348 fail("Generated secrets with mixed keys " + TestUtil.bytesToHex(kAB) + ", ");
396 + TestUtil.bytesToHex(kAB));
EciesTest.java 84 System.out.println("testEciesBasic:" + TestUtil.bytesToHex(ciphertext));
87 assertEquals(TestUtil.bytesToHex(message), TestUtil.bytesToHex(decrypted));
175 System.out.println(TestUtil.bytesToHex(ciphertext));
185 fail("Decrypted:" + TestUtil.bytesToHex(corrupt));
251 String block1 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, 241, 257));
252 String block2 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, 257, 273));
253 assertTrue("Ciphertext repeats:" + TestUtil.bytesToHex(ciphertext), !block1.equals(block2));
290 assertEquals(TestUtil.bytesToHex(message), TestUtil.bytesToHex(decrypted))
    [all...]
EcdhTest.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
BaseTestCase.java 162 public static String bytesToHex(byte[] bytes, Character separator) {
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorCtsHelper.java 401 public static String bytesToHex(byte[] bytes, int offset, int length) {
  /frameworks/base/services/core/java/com/android/server/locksettings/
SyntheticPasswordManager.java 150 return bytesToHex(SyntheticPasswordCrypto.personalisedHash(
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 124 milliseconds