/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
GeneralDigest.java | 16 private final byte[] xBuf = new byte[4]; 41 System.arraycopy(encodedState, 0, xBuf, 0, xBuf.length); 48 System.arraycopy(t.xBuf, 0, xBuf, 0, t.xBuf.length); 57 xBuf[xBufOff++] = in; 59 if (xBufOff == xBuf.length) 61 processWord(xBuf, 0); 83 xBuf[xBufOff++] = in[inOff + i++] [all...] |
LongDigest.java | 15 private byte[] xBuf = new byte[8]; 48 System.arraycopy(t.xBuf, 0, xBuf, 0, t.xBuf.length); 69 System.arraycopy(xBuf, 0, state, 0, xBufOff); 92 System.arraycopy(encodedState, 0, xBuf, 0, xBufOff); 120 xBuf[xBufOff++] = in; 122 if (xBufOff == xBuf.length) 124 processWord(xBuf, 0); 150 while (len > xBuf.length [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/ |
MSOutlookKeyIdCalculator.java | 39 private byte[] xBuf; 49 xBuf = new byte[4]; 60 xBuf = new byte[t.xBuf.length]; 67 System.arraycopy(t.xBuf, 0, xBuf, 0, t.xBuf.length); 76 xBuf[xBufOff++] = in; 78 if (xBufOff == xBuf.length) 80 processWord(xBuf, 0) [all...] |
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
aecm_core_c.c | 135 memcpy(aecm->xBuf, aecm->xBuf + PART_LEN, sizeof(int16_t) * PART_LEN); 343 memcpy(aecm->xBuf + PART_LEN, farend, sizeof(int16_t) * PART_LEN); 354 aecm->xBuf,
|
aecm_core.h | 92 int16_t *xBuf;
|
aecm_core_mips.c | 424 memcpy(aecm->xBuf, aecm->xBuf + PART_LEN, sizeof(int16_t) * PART_LEN); [all...] |
aecm_core.c | 269 aecm->xBuf = (int16_t*) (((uintptr_t)aecm->xBuf_buf + 31) & ~ 31); [all...] |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/ |
bcprov-jdk16-1.46.jar | |
/prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |