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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
Tables1kGCMExponentiator.java 40 GCMUtil.asBytes(y, output);
GCMUtil.java 55 static byte[] asBytes(int[] x)
62 static void asBytes(int[] x, byte[] z)
67 static byte[] asBytes(long[] x)
74 static void asBytes(long[] x, byte[] z)
  /external/guava/guava/src/com/google/common/hash/
HashCode.java 34 * Returns the first four bytes of {@linkplain #asBytes() this hashcode's bytes}, converted to
40 * Returns the first eight bytes of {@linkplain #asBytes() this hashcode's bytes}, converted to
53 public abstract byte[] asBytes();
65 byte[] hash = asBytes();
82 return MessageDigest.isEqual(this.asBytes(), that.asBytes());
101 * Returns a string containing each byte of {@link #asBytes}, in order, as a two-digit unsigned
110 byte[] bytes = asBytes();
HashCodes.java 44 @Override public byte[] asBytes() {
80 @Override public byte[] asBytes() {
121 @Override public byte[] asBytes() {
  /external/chromium_org/third_party/angle/src/libGLESv2/
BinaryStream.h 195 const char *asBytes = reinterpret_cast<const char*>(v);
196 mData.insert(mData.end(), asBytes, asBytes + num * sizeof(T));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 68 milliseconds