HomeSort by relevance Sort by last modified time
    Searched refs:xlen (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/wpa_supplicant_8/src/crypto/
fips_prf_internal.c 17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
39 m = xlen / 40;
aes-gcm.c 103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y)
109 m = xlen / 16;
123 if (x + xlen > xpos) {
125 size_t last = x + xlen - xpos;
143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y)
150 if (xlen == 0)
153 n = xlen / 16;
165 last = x + xlen - xpos;
fips_prf_openssl.c 48 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
70 m = xlen / 40;
crypto.h 61 * @xlen: Output length in bytes
69 size_t xlen);
  /external/okhttp/okio/okio/src/main/java/okio/
GzipSource.java 125 // | XLEN |...XLEN bytes of "extra field"...| (more-->)
130 int xlen = source.buffer().readShortLe(); local
131 source.require(xlen);
132 if (fhcrc) updateCrc(source.buffer(), 0, xlen); local
133 source.skip(xlen);
  /external/iputils/ninfod/
ni_ifaddrs.c 319 size_t dlen, xlen; local
329 icnt = dlen = xlen = 0;
362 + dlen + xlen);
378 ifflist = xdata + xlen;
475 xlen += NLMSG_ALIGN(rtapayload);
523 if (icnt == 0 && (dlen + xlen == 0)) {
  /external/boringssl/src/crypto/poly1305/
poly1305_arm.c 134 unsigned long long xlen) {
138 for (i = 0; (i < 16) && (i < xlen); i++) {
141 xlen -= i;
154 if (xlen) {
155 for (i = 0; (i < 16) && (i < xlen); i++) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ReduceTest.java 88 private Allocation createInputAllocation(Element elt, int xlen, int ylen, int zlen) {
89 assertTrue(xlen >= 1);
95 alloc = Allocation.createTyped(mRS, Type.createXYZ(mRS, elt, xlen, ylen, zlen));
97 alloc = Allocation.createTyped(mRS, Type.createXY(mRS, elt, xlen, ylen));
99 alloc = Allocation.createSized(mRS, elt, xlen);
118 for (int xlen = 1; xlen <= max; ++xlen) {
122 alloc[count++] = createInputAllocation(elt, xlen, ylen, zlen);
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 530 long xlen = len; local
532 if (xlen >= ZIP64_MAGICVAL) {
533 xlen = ZIP64_MAGICVAL;
570 writeInt(xlen); // length of central directory
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gzip.py 202 xlen = ord(self.fileobj.read(1))
203 xlen = xlen + 256*ord(self.fileobj.read(1))
204 self.fileobj.read(xlen)
  /prebuilts/gdb/linux-x86/lib/python2.7/
gzip.py 202 xlen = ord(self.fileobj.read(1))
203 xlen = xlen + 256*ord(self.fileobj.read(1))
204 self.fileobj.read(xlen)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 202 xlen = ord(self.fileobj.read(1))
203 xlen = xlen + 256*ord(self.fileobj.read(1))
204 self.fileobj.read(xlen)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 202 xlen = ord(self.fileobj.read(1))
203 xlen = xlen + 256*ord(self.fileobj.read(1))
204 self.fileobj.read(xlen)
  /external/speex/libspeex/
resample.c 859 const spx_uint32_t xlen = st->mem_alloc_size - filt_offs; local
901 const spx_uint32_t xlen = st->mem_alloc_size - (st->filt_len - 1); local
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
iter_iter_pointer.pass.cpp 30 typename S::size_type xlen = last - first; local
35 assert(s.size() == old_size - xlen + rlen);
iter_iter_size_char.pass.cpp 31 typename S::size_type xlen = last - first; local
36 assert(s.size() == old_size - xlen + rlen);
iter_iter_string.pass.cpp 30 typename S::size_type xlen = last - first; local
35 assert(s.size() == old_size - xlen + rlen);
size_size_pointer.pass.cpp 37 typename S::size_type xlen = std::min(n1, old_size - pos); local
39 assert(s.size() == old_size - xlen + rlen);
size_size_size_char.pass.cpp 36 typename S::size_type xlen = std::min(n1, old_size - pos); local
38 assert(s.size() == old_size - xlen + rlen);
size_size_string.pass.cpp 34 typename S::size_type xlen = std::min(n1, old_size - pos1); local
36 assert(s.size() == old_size - xlen + rlen);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
iter_iter_pointer.pass.cpp 30 typename S::size_type xlen = last - first; local
35 assert(s.size() == old_size - xlen + rlen);
iter_iter_size_char.pass.cpp 31 typename S::size_type xlen = last - first; local
36 assert(s.size() == old_size - xlen + rlen);
iter_iter_string.pass.cpp 30 typename S::size_type xlen = last - first; local
35 assert(s.size() == old_size - xlen + rlen);
size_size_pointer.pass.cpp 37 typename S::size_type xlen = std::min(n1, old_size - pos); local
39 assert(s.size() == old_size - xlen + rlen);
  /bootable/recovery/applypatch/
imgdiff.cpp 237 int xlen = Read2(cd+30); // extra field len local
247 cd += 46 + nlen + xlen + mlen;
266 xlen = Read2(lh+28); // extra field len; might be different from CD entry?
268 temp_entries[entrycount].data_offset = hoffset+30+nlen+xlen;
    [all...]

Completed in 1798 milliseconds

1 2 3