Searched refs:tlen (Results 51 - 75 of 80) sorted by relevance

1234

/external/ipsec-tools/src/racoon/
H A Dracoonctl.c1214 dump_internal(buf, tlen)
1216 int tlen;
1240 while (tlen > 0) {
1249 tlen -= sysdep_sa_len(addr);
1256 tlen -= sysdep_sa_len(addr);
H A Dpfkey.c2945 int tlen; local
2956 tlen = PFKEY_EXTLEN(xpl) - sizeof(*xpl);
2959 while (tlen > 0) {
3041 tlen -= xisr->sadb_x_ipsecrequest_len;
3044 if (tlen < 0) {
3046 "becoming tlen < 0\n");
/external/libnl/lib/route/
H A Droute_obj.c854 size_t tlen = nla_len(attr); local
857 while (tlen >= sizeof(*rtnh) && tlen >= rtnh->rtnh_len) {
899 tlen -= RTNH_ALIGN(rtnh->rtnh_len);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c927 size_t tlen = end - (*pos + (sae->tmp->ec ? 3 : 2) * local
929 wpa_hexdump(MSG_DEBUG, "SAE: Anti-Clogging Token", *pos, tlen);
933 *token_len = tlen;
934 *pos += tlen;
/external/wpa_supplicant_8/src/common/
H A Dsae.c927 size_t tlen = end - (*pos + (sae->tmp->ec ? 3 : 2) * local
929 wpa_hexdump(MSG_DEBUG, "SAE: Anti-Clogging Token", *pos, tlen);
933 *token_len = tlen;
934 *pos += tlen;
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c927 size_t tlen = end - (*pos + (sae->tmp->ec ? 3 : 2) * local
929 wpa_hexdump(MSG_DEBUG, "SAE: Anti-Clogging Token", *pos, tlen);
933 *token_len = tlen;
934 *pos += tlen;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.c278 int tlen = ikev2_parse_transform(prop, ppos, pend); local
279 if (tlen < 0)
281 ppos += tlen;
H A Deap_fast.c1356 int tlen; local
1358 tlen = be_to_host16(hdr->len);
1360 sizeof(*hdr) + tlen <= len) {
1364 *id_len = tlen;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.c286 int tlen = ikev2_parse_transform(data, prop, ppos, pend); local
287 if (tlen < 0)
289 ppos += tlen;
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c278 int tlen = ikev2_parse_transform(prop, ppos, pend); local
279 if (tlen < 0)
281 ppos += tlen;
H A Deap_fast.c1356 int tlen; local
1358 tlen = be_to_host16(hdr->len);
1360 sizeof(*hdr) + tlen <= len) {
1364 *id_len = tlen;
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.c286 int tlen = ikev2_parse_transform(data, prop, ppos, pend); local
287 if (tlen < 0)
289 ppos += tlen;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.c278 int tlen = ikev2_parse_transform(prop, ppos, pend); local
279 if (tlen < 0)
281 ppos += tlen;
H A Deap_fast.c1356 int tlen; local
1358 tlen = be_to_host16(hdr->len);
1360 sizeof(*hdr) + tlen <= len) {
1364 *id_len = tlen;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.c286 int tlen = ikev2_parse_transform(data, prop, ppos, pend); local
287 if (tlen < 0)
289 ppos += tlen;
/external/svox/pico/lib/
H A Dpicokdt.c1309 picoos_uint8 tlen; local
1371 tlen = picobase_det_utf8_length(dt->inpmaptable[pos]);
1372 if ((pos + tlen) > posbound) {
1373 PICODBG_ERROR(("trying outside imt, posb: %d, pos: %d, tlen: %d",
1374 posbound, pos, tlen));
1377 if (ilen == tlen) {
1386 PICODBG_TRACE(("found mapval, posb %d, pos %d, i %d, tlen %d",
1387 posbound, pos, i, tlen));
1391 pos += tlen;
/external/tcpdump/
H A Dprint-forces.c195 #define ForCES_HLN_VALID(fhl,tlen) ((tlen) >= ForCES_HDRL && \
197 (fhl) == (tlen))
/external/boringssl/src/ssl/
H A Dt1_lib.c2225 static int tls12_find_id(int nid, const tls12_lookup *table, size_t tlen) { argument
2227 for (i = 0; i < tlen; i++) {
2236 static int tls12_find_nid(int id, const tls12_lookup *table, size_t tlen) { argument
2238 for (i = 0; i < tlen; i++) {
/external/fio/
H A Dserver.c1019 unsigned int tlen; local
1025 tlen = sizeof(*pdu) + len;
1026 pdu = malloc(tlen);
1037 fio_net_send_cmd(server_fd, FIO_NET_CMD_TEXT, pdu, tlen, NULL, NULL);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java2539 int tlen = text.length();
2541 while (idx < plen && pos < tlen) {
2552 while ((pos + 1) < tlen &&
2583 if (originalPos < tlen) {
/external/openssh/
H A Dsshkey.c1088 size_t i, tlen, hlen; local
1134 tlen = (r <= 0) ? 0 : strlen(title);
1143 for (i = 0; i < (FLDSIZE_X - tlen) / 2; i++)
1145 memcpy(p, title, tlen);
1146 p += tlen;
1147 for (i += tlen; i < FLDSIZE_X; i++)
/external/libxml2/
H A Dparser.c9298 const xmlChar **URI, int *tlen) {
9343 *tlen = ctxt->input->cur - ctxt->input->base - cur;
9758 const xmlChar *URI, int line, int nsNr, int tlen) {
9768 if ((tlen > 0) && (xmlStrncmp(ctxt->input->cur, ctxt->name, tlen) == 0)) {
9769 if (ctxt->input->cur[tlen] == '>') {
9770 ctxt->input->cur += tlen + 1;
9771 ctxt->input->col += tlen + 1;
9774 ctxt->input->cur += tlen;
9775 ctxt->input->col += tlen;
9297 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, const xmlChar **URI, int *tlen) argument
9757 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URI, int line, int nsNr, int tlen) argument
10039 int line, tlen = 0; local
11219 int avail, tlen; local
[all...]
/external/selinux/libsepol/src/
H A Dservices.c1284 size_t slen, tlen, nlen; local
1287 context_to_string(NULL, policydb, tcontext, &t, &tlen);
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1698 uint32_t tlen = u_unescape(testString, test, 32); local
1706 klen = ucol_getSortKey(coll, test, tlen, key, 256);
3658 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen);
3682 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen);
3712 log_err("\n Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen);
3729 log_err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen);
3742 log_verbose("\n Test Data[3] :%s \tlen: %d key: ", aescstrdup(tailorData3[3], tLen), tLen);
3751 log_err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, aescstrdup(tailorData3[j], tLen), tLen);
3757 log_verbose("\n Test Data[%d] :%s \tlen: %d key: ", j, aescstrdup(tailorData3[j], tLen), tLen);
3823 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen
[all...]
/external/elfutils/src/src/
H A Dreadelf.c7275 unsigned int tlen = *readp++; local
7277 tlen);
7278 for (unsigned int i = 0; i < tlen; i++)

Completed in 823 milliseconds

1234