Searched refs:xBufOff (Results 1 - 2 of 2) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
H A DGeneralDigest.java14 private int xBufOff; field in class:GeneralDigest
24 xBufOff = 0;
37 xBufOff = t.xBufOff;
44 xBuf[xBufOff++] = in;
46 if (xBufOff == xBuf.length)
49 xBufOff = 0;
63 while ((xBufOff != 0) && (len > 0))
104 while (xBufOff != 0)
118 xBufOff
[all...]
H A DLongDigest.java15 private int xBufOff; field in class:LongDigest
31 xBufOff = 0;
46 xBufOff = t.xBufOff;
66 xBuf[xBufOff++] = in;
68 if (xBufOff == xBuf.length)
71 xBufOff = 0;
85 while ((xBufOff != 0) && (len > 0))
129 while (xBufOff != 0)
144 xBufOff
[all...]

Completed in 180 milliseconds