Searched defs:idlen (Results 1 - 12 of 12) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dadfs_fs.h15 __u8 idlen; member in struct:adfs_discrecord
/external/openssl/crypto/cms/
H A Dcms_ess.c92 CMS_ReceiptRequest *CMS_ReceiptRequest_create0(unsigned char *id, int idlen, argument
103 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen);
H A Dcms_env.c444 const unsigned char *id, size_t idlen)
457 tmp_os.length = (int)idlen;
483 unsigned char *id, size_t idlen,
569 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen);
443 CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo *ri, const unsigned char *id, size_t idlen) argument
481 CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid, unsigned char *key, size_t keylen, unsigned char *id, size_t idlen, ASN1_GENERALIZEDTIME *date, ASN1_OBJECT *otherTypeId, ASN1_TYPE *otherType) argument
H A Dcms_smime.c672 unsigned char *id, size_t idlen)
687 if (!id || (CMS_RecipientInfo_kekri_id_cmp(ri, id, idlen) == 0))
670 CMS_decrypt_set1_key(CMS_ContentInfo *cms, unsigned char *key, size_t keylen, unsigned char *id, size_t idlen) argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
351 idlen = UCH(targaheader[0]);
444 while (idlen--) /* Throw away ID field */
/external/jpeg/
H A Drdtarga.c337 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/
H A Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
351 idlen = UCH(targaheader[0]);
444 while (idlen--) /* Throw away ID field */
/external/openssl/apps/
H A Dcms.c1307 int idlen; local
1311 idlen = ASN1_STRING_length(scid);
1313 BIO_dump_indent(out, id, idlen, 4);
/external/ipsec-tools/src/racoon/
H A Doakley.c1918 int idlen, type; local
1927 idlen = iph1->id_p->l - sizeof(*id_b);
1937 if (idlen != name->l) {
1943 error = memcmp(id_b + 1, name->v, idlen);
1948 plogdump(LLV_DEBUG, id_b + 1, idlen);
1949 plogdump(LLV_DEBUG, name->v, idlen);
2014 error = memcmp(id_b + 1, a, idlen);
2020 plogdump(LLV_DEBUG, id_b + 1, idlen);
2021 plogdump(LLV_DEBUG, a, idlen);
2053 if (idlen !
[all...]
/external/openssl/ssl/
H A Dt1_lib.c572 long extlen, idlen, itmp; local
575 idlen = 0;
582 idlen += itmp + 2;
594 if ((long)(limit - ret - 7 - extlen - idlen) < 0) return NULL;
596 if (extlen + idlen > 0xFFF0)
598 s2n(extlen + idlen + 5, ret);
600 s2n(idlen, ret);
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2004 size_t idlen = os_strlen(pos); local
2005 if (idlen & 1) {
2011 bss->eap_fast_a_id = os_malloc(idlen / 2);
2013 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) {
2020 bss->eap_fast_a_id_len = idlen / 2;
/external/elfutils/0.153/src/
H A Dldlex.c2874 size_t idlen = 0; local
2888 && (idlen == 0 || c < '0' || c > '9'))
2894 if (idlen == idmax)
2897 id = memcpy (newp, id, idlen);
2900 id[idlen++] = c;
2905 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)

Completed in 742 milliseconds