Searched defs:totlen (Results 1 - 10 of 10) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c66 unsigned long err, type, len, totlen, x, y; local
74 totlen = 0;
337 totlen += y;
353 totlen += len;
371 *inlen = totlen;
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h247 ulong64 totlen, /* 64-bit counter used for IV and AAD */ member in struct:__anon17710
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_pwd.c420 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/wpa_supplicant_8/src/eap_server/
H A Deap_server_pwd.c420 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/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_pwd.c420 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/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c299 size_t totlen; local
304 totlen = strlen(obj_filename)+2+strlen(in_filename);
308 totlen += got;
309 if (totlen > 72) {
311 totlen = 2;
/external/iputils/
H A Dping.c1133 int optlen, totlen; local
1138 totlen = hlen-sizeof(struct iphdr);
1141 while (totlen > 0) {
1145 totlen--;
1152 if (optlen < 2 || optlen > totlen)
1273 totlen -= optlen;
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp683 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 */
/external/tcpdump/
H A Dprint-isakmp.c351 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/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h525 mDNSu16 totlen; variable

Completed in 507 milliseconds