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

  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_reset.c 34 gcm->totlen = 0;
gcm_add_aad.c 57 gcm->totlen += gcm->buflen * CONST64(8);
63 STORE64H(gcm->totlen, gcm->buf+8);
82 gcm->totlen = 0;
98 gcm->totlen += 128;
113 gcm->totlen += 128;
gcm_add_iv.c 65 gcm->totlen += 128;
82 gcm->totlen += 128;
gcm_done.c 57 STORE64H(gcm->totlen, gcm->buf);
gcm_init.c 72 gcm->totlen = 0;
gcm_process.c 56 gcm->totlen += gcm->buflen * CONST64(8);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jffs2.h 113 jint32_t totlen; /* So we can skip over nodes we don't grok */ member in struct:jffs2_unknown_node
121 jint32_t totlen; member in struct:jffs2_raw_dirent
145 jint32_t totlen; /* Total length of this node (inc data, etc.) */ member in struct:jffs2_raw_inode
170 jint32_t totlen; member in struct:jffs2_raw_xattr
186 jint32_t totlen; member in struct:jffs2_raw_xref
198 jint32_t totlen; member in struct:jffs2_raw_summary
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 113 jint32_t totlen; /* So we can skip over nodes we don't grok */ member in struct:jffs2_unknown_node
121 jint32_t totlen; member in struct:jffs2_raw_dirent
145 jint32_t totlen; /* Total length of this node (inc data, etc.) */ member in struct:jffs2_raw_inode
170 jint32_t totlen; member in struct:jffs2_raw_xattr
186 jint32_t totlen; member in struct:jffs2_raw_xref
198 jint32_t totlen; member in struct:jffs2_raw_summary
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 113 jint32_t totlen; /* So we can skip over nodes we don't grok */ member in struct:jffs2_unknown_node
121 jint32_t totlen; member in struct:jffs2_raw_dirent
145 jint32_t totlen; /* Total length of this node (inc data, etc.) */ member in struct:jffs2_raw_inode
170 jint32_t totlen; member in struct:jffs2_raw_xattr
186 jint32_t totlen; member in struct:jffs2_raw_xref
198 jint32_t totlen; member in struct:jffs2_raw_summary
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_flexi.c 66 unsigned long err, type, len, totlen, x, y; local
74 totlen = 0;
337 totlen += y;
353 totlen += len;
371 *inlen = totlen;
  /external/tcpdump/
print-isakmp.c 351 int totlen; local
356 totlen = 4;
358 totlen = 4 + EXTRACT_16BITS(&q[1]);
359 if (ep < p + totlen) {
382 return p + totlen;
389 int totlen; local
394 totlen = 4;
396 totlen = 4 + EXTRACT_16BITS(&q[1]);
397 if (ep < p + totlen) {
414 return p + totlen;
    [all...]
  /external/ping/
ping.c 1026 int optlen, totlen; local
1031 totlen = hlen-sizeof(struct iphdr);
1034 while (totlen > 0) {
1038 totlen--;
1045 if (optlen < 2 || optlen > totlen)
1166 totlen -= optlen;
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 683 int totlen; /* output string length */ local
695 totlen = 0;
706 totlen += stoklen;
711 totlen += nsubtok; /*add spaces between subtokens*/
717 data = (char *) malloc( totlen ); /* allocate string */
721 memset(data, 0, totlen); /* clear it */
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1582 int totlen; local
1613 int totlen; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 420 u16 totlen = 0; local
492 totlen = wpabuf_len(data->outbuf) +
496 "total length = %d", totlen);
507 (totlen ? sizeof(u16) : 0),
516 wpabuf_put_be16(req, totlen);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 247 ulong64 totlen, /* 64-bit counter used for IV and AAD */ member in struct:__anon7175
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 525 mDNSu16 totlen; variable
    [all...]

Completed in 524 milliseconds