HomeSort by relevance Sort by last modified time
    Searched refs:idlen (Results 1 - 16 of 16) sorted by null

  /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...]
  /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)
ldlex.c 2874 size_t idlen = 0; local
    [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/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/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/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/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...]
  /external/ipsec-tools/src/racoon/
oakley.c 1918 int idlen, type; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
cms.c 1307 int idlen; local
    [all...]
  /external/openssl/apps/
cms.c 1307 int idlen; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 1876 size_t idlen = os_strlen(pos); local
    [all...]

Completed in 370 milliseconds