Home
last modified time | relevance | path

Searched refs:asInts (Results 1 – 5 of 5) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java77 public static int[] asInts(byte[] x) in asInts() method in GCMUtil
84 public static void asInts(byte[] x, int[] z) in asInts() method in GCMUtil
103 int[] t1 = GCMUtil.asInts(x); in multiply()
104 int[] t2 = GCMUtil.asInts(y); in multiply()
DTables1kGCMExponentiator.java15 int[] y = GCMUtil.asInts(x); in init()
DTables8kGCMMultiplier.java26 GCMUtil.asInts(H, M[1][8]); in init()
/external/skia/src/gpu/gl/
DGrGLIRect.h29 const int* asInts() const { in asInts() function
38 int* asInts() { return &fLeft; } in asInts() function
DGrGLGpu.cpp1764 GL_CALL(WindowRectangles(glmode, numWindows, glwindows->asInts())); in flushWindowRectangles()