Searched refs:totlen (Results 1 - 15 of 15) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/gcm/
H A Dgcm_reset.c34 gcm->totlen = 0;
H A Dgcm_add_aad.c57 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;
H A Dgcm_add_iv.c65 gcm->totlen += 128;
82 gcm->totlen += 128;
H A Dgcm_done.c57 STORE64H(gcm->totlen, gcm->buf);
H A Dgcm_init.c72 gcm->totlen = 0;
H A Dgcm_process.c56 gcm->totlen += gcm->buflen * CONST64(8);
/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/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/ping/
H A Dping.c1026 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;
/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/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/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h247 ulong64 totlen, /* 64-bit counter used for IV and AAD */ member in struct:__anon5211
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h525 mDNSu16 totlen; variable

Completed in 478 milliseconds