/external/dropbear/libtomcrypt/src/misc/crypt/ |
crypt_find_hash_oid.c | 18 int find_hash_oid(const unsigned long *ID, unsigned long IDlen) 24 if (hash_descriptor[x].name != NULL && hash_descriptor[x].OIDlen == IDlen && !XMEMCMP(hash_descriptor[x].OID, ID, sizeof(unsigned long) * IDlen)) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
adfs_fs.h | 15 __u8 idlen; member in struct:adfs_discrecord
|
/external/elfutils/src/ |
ldlex.l | 285 size_t idlen = 0; 299 && (idlen == 0 || c < '0' || c > '9')) 305 if (idlen == idmax) 308 id = memcpy (newp, id, idlen); 311 id[idlen++] = c; 316 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)
|
ldlex.c | 2605 size_t idlen = 0; local [all...] |
/external/srec/srec/AcousticModels/include/ |
SR_AcousticModels.h | 175 * @param idLen [in/out] Length of id argument. If the return code is ESR_BUFFER_OVERFLOW, the 178 SREC_ACOUSTICMODELS_API ESR_ReturnCode SR_AcousticModelsGetID(SR_AcousticModels* self, size_t index, SR_AcousticModelID* id, size_t* idLen);
|
/external/icu4c/common/ |
uloc.c | [all...] |
/external/jpeg/ |
rdtarga.c | 337 int idlen, cmaptype, subtype, flags, interlace_type, components; local 351 idlen = UCH(targaheader[0]); 444 while (idlen--) /* Throw away ID field */
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 241 unsigned IdLen = I->getKeyLength(); 242 AverageIdentifierSize += IdLen; 243 if (MaxIdentifierLength < IdLen) 244 MaxIdentifierLength = IdLen;
|
/external/ppp/pppd/ |
ipv6cp.c | 576 int idlen = CILEN_IFACEID; \ 577 if (len >= idlen) { \ 579 PUTCHAR(idlen, ucp); \ 581 len -= idlen; \ 634 int idlen = CILEN_IFACEID; \ 635 if ((len -= idlen) < 0) \ 639 if (cilen != idlen || \ [all...] |
/external/icu4c/i18n/ |
timezone.cpp | 669 int32_t idLen = 0; 673 id = ures_getStringByIndex(top, i, &idLen, &ec); 678 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen)); 891 int32_t idLen = 0; 892 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec); 893 result.fastCopyFrom(UnicodeString(TRUE, id, idLen)); [all...] |
/external/ipsec-tools/src/racoon/ |
oakley.c | 1797 int idlen, type; local [all...] |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_hash.h | 324 int find_hash_oid(const unsigned long *ID, unsigned long IDlen);
|
/external/openssl/ssl/ |
t1_lib.c | 452 long extlen, idlen, itmp; local 455 idlen = 0; 462 idlen += itmp + 2; 474 if ((long)(limit - ret - 7 - extlen - idlen) < 0) return NULL; 476 if (extlen + idlen > 0xFFF0) 478 s2n(extlen + idlen + 5, ret); 480 s2n(idlen, ret); [all...] |
/external/icu4c/tools/genrb/ |
wrtxml.cpp | 175 int idLen = (int) uprv_strlen(id); 176 char* localeID = (char*) uprv_malloc(idLen); 188 pos = idLen; [all...] |
/external/openssl/apps/ |
cms.c | 1272 int idlen; local [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 1359 size_t idlen = os_strlen(pos); local 1360 if (idlen & 1) { [all...] |
/external/clang/lib/Lex/ |
PPDirectives.cpp | 283 unsigned IdLen = DirectiveStr.size(); 284 if (IdLen >= 20) { 290 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); 291 Directive = llvm::StringRef(DirectiveBuf, IdLen); [all...] |
/external/libvpx/mkvparser/ |
mkvparser.cpp | 603 long idlen;
local 605 const long long id = ReadUInt(pReader, pos, idlen);
612 const long long size = ReadUInt(pReader, pos + idlen, sizelen);
623 pos += idlen + sizelen; //consume id and size fields
[all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |