/external/ipsec-tools/src/libipsec/ |
policy_parse.y | 101 static int tlen = 0; /* total length of pbuf */ 478 tlen = 0; 485 tlen = sizeof(struct sadb_x_policy); 487 memset(pbuf, 0, tlen); 506 offset = tlen; 523 tlen += reqlen; /* increment to total length */ 525 n = realloc(pbuf, tlen); 556 /* tlen has already incremented */ 593 tlen = 0; 611 ((struct sadb_x_policy *)pbuf)->sadb_x_policy_len = PFKEY_UNIT64(tlen); [all...] |
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...] |
/external/ipsec-tools/src/racoon/ |
isakmp_quick.c | 157 int tlen; 233 tlen = + sizeof(*gen) + iph2->sa->l 236 tlen += (sizeof(*gen) + iph2->dhpub->l); 238 tlen += sizeof(*gen) + iph2->id->l; 240 tlen += sizeof(*gen) + iph2->id_p->l; 242 body = vmalloc(tlen); 323 int tlen; 380 tlen = iph2->nonce->l 382 hbuf = vmalloc(tlen); 396 tlen = 0; /* count payload length except of HASH payload. * 156 int tlen; local 322 int tlen; local 560 int tlen; local 845 int tlen; local 1190 int tlen; local 1512 int tlen; local 1742 int tlen; local [all...] |
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...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cmsccoll.c | 50 const UChar *target, const int tLen); 658 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) { 660 return ucol_strcoll(UCA, source, sLen, target, tLen); 664 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) { 667 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen); 677 const UChar *t, const uint32_t tLen) { 686 return func(collator, opts, source, sLen+1, target, tLen+1); 692 const UChar *t, const uint32_t tLen) { 699 target[tLen] = s2; 701 return func(collator, opts, source, sLen+1, target, tLen+1) 2936 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 uiter_setString(&tIter, target, tLen); 297 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status); 305 uiter_setString(&tIter, target, tLen);*/ 340 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status); 350 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status); 362 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen); 369 sortklen2=ucol_getSortKey(myCollation, target, tLen, NULL, 0) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tscoll.cpp | 106 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { 118 uiter_setString(&tIter, target, tLen); 160 int32_t sLen = source.length(), tLen = target.length(); 168 uiter_setString(&tIter, trg, tLen); 182 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status); 190 uiter_setString(&tIter, target, tLen);*/ 225 partialSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status); 233 partialNormalizedSKResult = compareUsingPartials(myCollation, src, sLen, trg, tLen, partialSizes[i], status);
|
/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/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
poly1305_arm.c | 265 unsigned int tlen = 1048576; local 266 if (in_len < tlen) 267 tlen = in_len; 268 tlen -= blocks(h, precomp, in, tlen); 269 in_len -= tlen; 270 in += tlen;
|
/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;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-graphite2.cc | 91 unsigned int tlen; local 92 const char *d = hb_blob_get_data (blob, &tlen); 93 *len = tlen;
|
/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); 660 static UCollationResult ucaTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) { 662 return ucol_strcoll(UCA, source, sLen, target, tLen); 666 static UCollationResult winTest(void *collator, const int object, const UChar *source, const int sLen, const UChar *target, const int tLen) { 669 return (UCollationResult)CompareString(lcid, 0, source, sLen, target, tLen); 679 const UChar *t, const uint32_t tLen) { 688 return func(collator, opts, source, sLen+1, target, tLen+1); 694 const UChar *t, const uint32_t tLen) { 701 target[tLen] = s2; 703 return func(collator, opts, source, sLen+1, target, tLen+1) 2948 uint32_t tlen = u_unescape(testString, test, 32); local [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;
|