HomeSort by relevance Sort by last modified time
    Searched full:idlen (Results 1 - 25 of 34) sorted by null

1 2

  /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)) {
  /external/openssh/
schnorr.h 44 const u_char *id, u_int idlen, BIGNUM **r_p, BIGNUM **e_p);
47 const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen,
51 const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen,
56 const BIGNUM *g_x, const u_char *id, u_int idlen,
schnorr.c 66 const u_char *id, u_int idlen)
87 buffer_put_string(&b, id, idlen);
117 * 'idlen' bytes from 'id' will be included in the signature hash as an anti-
127 const u_char *id, u_int idlen, BIGNUM **r_p, BIGNUM **e_p)
177 id, idlen)) == NULL) {
213 * 'idlen' bytes from 'id' will be included in the signature hash as an anti-
220 const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen,
227 x, g_x, id, idlen, &r, &e) != 0)
252 * Signature hash will be salted with 'idlen' bytes from 'id'.
257 const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
adfs_fs.h 15 __u8 idlen; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adfs_fs.h 15 __u8 idlen; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adfs_fs.h 15 __u8 idlen; member in struct:adfs_discrecord
  /external/elfutils/src/
ldlex.l 303 size_t idlen = 0;
317 && (idlen == 0 || c < '0' || c > '9'))
323 if (idlen == idmax)
326 id = memcpy (newp, id, idlen);
329 id[idlen++] = c;
334 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)
  /external/icu4c/common/
uloc.cpp     [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/chromium_org/third_party/icu/source/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/qemu/distrib/jpeg-6b/
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 265 unsigned IdLen = I->getKeyLength();
266 AverageIdentifierSize += IdLen;
267 if (MaxIdentifierLength < IdLen)
268 MaxIdentifierLength = IdLen;
  /external/icu4c/i18n/
zonemeta.cpp 502 int32_t idLen = 0;
509 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status);
511 if (tzid.compare(primaryZone, idLen) == 0) {
517 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) {
timezone.cpp 668 int32_t idLen = 0;
672 id = ures_getStringByIndex(top, i, &idLen, &ec);
677 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
    [all...]
  /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/chromium_org/third_party/icu/source/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 1918 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/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 562 long extlen, idlen, itmp; local
565 idlen = 0;
572 idlen += itmp + 2;
584 if ((long)(limit - ret - 7 - extlen - idlen) < 0) return NULL;
586 if (extlen + idlen > 0xFFF0)
588 s2n(extlen + idlen + 5, ret);
590 s2n(idlen, ret);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 175 int idLen = (int) uprv_strlen(id);
176 char* localeID = (char*) uprv_malloc(idLen);
188 pos = idLen;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
cms.c 1307 int idlen; local
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 177 int idLen = (int) uprv_strlen(id);
178 char* localeID = (char*) uprv_malloc(idLen);
190 pos = idLen;
    [all...]
  /external/openssl/apps/
cms.c 1307 int idlen; local
    [all...]
  /external/openssl/ssl/
t1_lib.c 581 long extlen, idlen, itmp; local
584 idlen = 0;
591 idlen += itmp + 2;
603 if ((long)(limit - ret - 7 - extlen - idlen) < 0) return NULL;
605 if (extlen + idlen > 0xFFF0)
607 s2n(extlen + idlen + 5, ret);
609 s2n(idlen, ret);
    [all...]

Completed in 5968 milliseconds

1 2