HomeSort by relevance Sort by last modified time
    Searched refs:xBuf (Results 1 - 11 of 11) sorted by null

  /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);
87 while (len > xBuf.length
    [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/src/modules/audio_processing/aecm/
aecm_core_neon.c 171 "r"(&aecm->xBuf[i + PART_LEN]) : "q10");
172 __asm__("vst1.16 {d20, d21, d22, d23}, [%0, :256]" : : "r"(&aecm->xBuf[i]): "q10");
aecm_core.h 164 WebRtc_Word16 *xBuf;
aecm_core.c 326 aecm->xBuf = (WebRtc_Word16*) (((uintptr_t)aecm->xBuf_buf + 31) & ~ 31);
472 memcpy(aecm->xBuf, aecm->xBuf + PART_LEN, sizeof(WebRtc_Word16) * PART_LEN);
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 48 milliseconds