/external/icu4c/test/intltest/ |
tscoll.cpp | 110 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { 122 uiter_setString(&tIter, target, tLen); 164 int32_t sLen = source.length(), tLen = target.length(); 172 uiter_setString(&tIter, trg, tLen); 186 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status); 194 uiter_setString(&tIter, target, tLen);*/ 229 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status); 237 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
|
/external/ipsec-tools/src/racoon/ |
admin.c | 508 int tlen; local 512 tlen = sizeof(*combuf) + buf->l; 514 tlen = sizeof(*combuf); 516 retbuf = racoon_calloc(1, tlen); 524 ((struct admin_com *)retbuf)->ac_len = tlen; 529 tlen = send(so, retbuf, tlen, 0); 531 if (tlen < 0) {
|
ipsec_doi.c | 559 int len, tlen; local 562 tlen = ntohs(trns->h.len) - sizeof(*trns); 574 while (tlen > 0) { 851 tlen -= sizeof(*d); 854 tlen -= (sizeof(*d) + ntohs(d->lorv)); 1292 int tlen; local 1324 tlen = sa->l - sizeof(*sab); 1332 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, tlen); 1461 int tlen; \/* total length of all transform in a proposal *\/ local 2059 int tlen; local 2274 int tlen; local 2495 int tlen; local 3934 int tlen, len; local 4609 int tlen; local [all...] |
isakmp_xauth.c | 129 size_t tlen; local 146 tlen = sizeof(*attr) + 151 if ((buffer = vmalloc(tlen)) == NULL) { 157 memset(attr, 0, tlen); 159 attr->h.len = htons(tlen); 419 size_t tlen; local 421 tlen = sizeof(*attr) + 424 if ((buffer = vmalloc(tlen)) == NULL) { 430 memset(attr, 0, tlen); 432 attr->h.len = htons(tlen); [all...] |
isakmp.c | 1423 int tlen, plen; local 1507 int tlen; local 2403 int tlen; local 2436 int tlen; local 2973 size_t tlen = sizeof (struct isakmp), n = 0; local [all...] |
/external/iptables/libipq/ |
libipq.c | 321 size_t tlen; local 339 tlen = sizeof(nlh) + sizeof(pm); 344 tlen += data_len; 354 nlh.nlmsg_len = tlen;
|
/bionic/libc/kernel/common/linux/nfsd/ |
xdr.h | 72 int tlen; member in struct:nfsd_renameargs 85 int tlen; member in struct:nfsd_linkargs 94 int tlen; member in struct:nfsd_symlinkargs
|
/external/openssl/crypto/rsa/ |
rsa.h | 380 int RSA_padding_add_PKCS1_type_1(unsigned char *to,int tlen, 382 int RSA_padding_check_PKCS1_type_1(unsigned char *to,int tlen, 384 int RSA_padding_add_PKCS1_type_2(unsigned char *to,int tlen, 386 int RSA_padding_check_PKCS1_type_2(unsigned char *to,int tlen, 390 int RSA_padding_add_PKCS1_OAEP(unsigned char *to,int tlen, 393 int RSA_padding_check_PKCS1_OAEP(unsigned char *to,int tlen, 396 int RSA_padding_add_SSLv23(unsigned char *to,int tlen, 398 int RSA_padding_check_SSLv23(unsigned char *to,int tlen, 400 int RSA_padding_add_none(unsigned char *to,int tlen, 402 int RSA_padding_check_none(unsigned char *to,int tlen, [all...] |
rsa_x931.c | 66 int RSA_padding_add_X931(unsigned char *to, int tlen, 76 j = tlen - flen - 2; 105 int RSA_padding_check_X931(unsigned char *to, int tlen,
|
/external/openssl/include/openssl/ |
rsa.h | 380 int RSA_padding_add_PKCS1_type_1(unsigned char *to,int tlen, 382 int RSA_padding_check_PKCS1_type_1(unsigned char *to,int tlen, 384 int RSA_padding_add_PKCS1_type_2(unsigned char *to,int tlen, 386 int RSA_padding_check_PKCS1_type_2(unsigned char *to,int tlen, 390 int RSA_padding_add_PKCS1_OAEP(unsigned char *to,int tlen, 393 int RSA_padding_check_PKCS1_OAEP(unsigned char *to,int tlen, 396 int RSA_padding_add_SSLv23(unsigned char *to,int tlen, 398 int RSA_padding_check_SSLv23(unsigned char *to,int tlen, 400 int RSA_padding_add_none(unsigned char *to,int tlen, 402 int RSA_padding_check_none(unsigned char *to,int tlen, [all...] |
/external/ipsec-tools/src/libipsec/ |
key_debug.c | 111 int tlen, extlen; local 124 tlen = PFKEY_UNUNIT64(base->sadb_msg_len) - sizeof(struct sadb_msg); 127 while (tlen > 0) { 135 if (ext->sadb_ext_len > tlen) { 204 tlen -= extlen; 461 int tlen; local 464 tlen = PFKEY_UNUNIT64(xpl->sadb_x_policy_len) - sizeof(*xpl); 467 while (tlen > 0) { 491 if (xisr->sadb_x_ipsecrequest_len > tlen) { 496 tlen -= xisr->sadb_x_ipsecrequest_len [all...] |
pfkey.c | 139 int tlen; local 153 tlen = ipsec_supported[algno]->sadb_supported_len 156 while (tlen > 0) { 157 if (tlen < sizeof(struct sadb_alg)) { 164 tlen -= sizeof(struct sadb_alg); 748 * tlen: msg length, it's to makeing sure. 754 pfkey_set_supported(msg, tlen) 756 int tlen; 763 if (msg->sadb_msg_len != tlen) { 769 ep = p + tlen; [all...] |
/external/tcpdump/ |
print-eigrp.c | 219 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; local 254 tlen=len-sizeof(struct eigrp_common_header); 268 tlen); 272 while(tlen>0) { 282 eigrp_tlv_len > tlen) { 283 print_unknown_data(tptr+sizeof(sizeof(struct eigrp_tlv_header)),"\n\t ",tlen); 475 tlen-=eigrp_tlv_len;
|
print-rsvp.c | 617 rsvp_obj_print (const u_char *tptr, const char *ident, u_int tlen) { 636 while(tlen>=sizeof(struct rsvp_object_header)) { 674 if(tlen < rsvp_obj_len) { 1655 u_short tlen,subtlen; local [all...] |
print-lmp.c | 367 int tlen,lmp_obj_len,lmp_obj_ctype,obj_tlen; local 401 tlen=EXTRACT_16BITS(lmp_com_header->length); 407 tlen); 410 tlen-=sizeof(const struct lmp_common_header); 412 while(tlen>0) { 876 tlen-=lmp_obj_len;
|
print-tcp.c | 742 u_int16_t savecsum, tlen; local 763 tlen = EXTRACT_16BITS(&ip->ip_len) - IP_HL(ip) * 4; 764 tlen = htons(tlen); 765 MD5_Update(&ctx, (char *)&tlen, sizeof(tlen));
|
print-ldp.c | 502 u_short tlen; local 533 tlen=pdu_len; 536 tlen -= sizeof(const struct ldp_common_header)-4; /* Type & Length fields not included */ 538 while(tlen>0) { 607 tlen -= msg_len+4;
|
/external/harfbuzz_ng/src/ |
hb-graphite2.cc | 92 unsigned int tlen; local 93 const char *d = hb_blob_get_data (blob, &tlen); 94 *len = tlen;
|
/external/icu4c/test/cintltst/ |
cmsccoll.c | 51 const UChar *target, const int tLen); 659 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) { 661 return ucol_strcoll(UCA, source, sLen, target, tLen); 665 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) { 668 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen); 678 const UChar *t, const uint32_t tLen) { 687 return func(collator, opts, source, sLen+1, target, tLen+1); 693 const UChar *t, const uint32_t tLen) { 700 target[tLen] = s2; 702 return func(collator, opts, source, sLen+1, target, tLen+1) 2939 uint32_t tlen = u_unescape(testString, test, 32); local [all...] |
callcoll.c | 230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { 247 uiter_setString(&tIter, target, tLen); 275 uint32_t tLen = u_strlen(target); 283 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen); 295 uiter_setString(&tIter, target, tLen); 310 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status); 375 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status); 385 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status); 397 sortklen2=ucol_getSortKey(myCollation, target, tLen, NULL, 0); 409 ucol_getSortKey(myCollation, target, tLen, sortKey2, sortklen2+1) [all...] |
/external/dropbear/libtomcrypt/src/prngs/ |
fortuna.c | 230 unsigned long tlen; local 246 tlen = outlen; 276 return tlen;
|
sober128.c | 292 ulong32 t, tlen; local 303 tlen = outlen; 360 return tlen;
|
/external/openssh/ |
ssh-pkcs11.c | 227 CK_ULONG tlen = 0; local 286 tlen = RSA_size(rsa); 287 rv = f->C_Sign(si->session, (CK_BYTE *)from, flen, to, &tlen); 289 rval = tlen;
|
/external/qemu/slirp/ |
tcp_subr.c | 106 register int tlen; local 123 tlen = 1; 125 tlen = 0; 139 tlen = 0; 145 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen)); 146 tlen += sizeof (struct tcpiphdr); 147 m->m_len = tlen; 162 ti->ti_sum = cksum(m, tlen); 163 ((struct ip *)ti)->ip_len = tlen; [all...] |
/external/qemu/slirp-android/ |
tcp_subr.c | 108 register int tlen; local 125 tlen = 1; 127 tlen = 0; 141 tlen = 0; 147 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen)); 148 tlen += sizeof (struct tcpiphdr); 149 m->m_len = tlen; 164 ti->ti_sum = cksum(m, tlen); 165 ((struct ip *)ti)->ip_len = tlen;
|