OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytesToHex
(Results
1 - 2
of
2
) 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) {
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPRequest.java
132
String cNonceString =
bytesToHex
(cnonce);
147
.append("response=\"").append(
bytesToHex
(response)).append('"');
196
return
bytesToHex
(octets).getBytes(StandardCharsets.ISO_8859_1);
199
private static String
bytesToHex
(byte[] octets) {
287
System.out.println("HA1: " +
bytesToHex
(a1));
289
System.out.println("HA2: " +
bytesToHex
(a2));
293
String responseString =
bytesToHex
(response);
Completed in 42 milliseconds