Home
last modified time | relevance | path

Searched refs:idlen (Results 1 – 10 of 10) sorted by relevance

/external/ppp/pppd/
Dipv6cp.c585 int idlen = CILEN_IFACEID; \
586 if (len >= idlen) { \
588 PUTCHAR(idlen, ucp); \
590 len -= idlen; \
643 int idlen = CILEN_IFACEID; \
644 if ((len -= idlen) < 0) \
648 if (cilen != idlen || \
/external/kernel-headers/original/uapi/linux/
Dadfs_fs.h16 __u8 idlen; member
/external/libjpeg-turbo/
Drdtarga.c333 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
348 idlen = UCH(targaheader[0]); in start_input_tga()
447 while (idlen--) /* Throw away ID field */ in start_input_tga()
/external/ipsec-tools/src/racoon/
Doakley.c1941 int idlen, type; local
1950 idlen = iph1->id_p->l - sizeof(*id_b);
1960 if (idlen != name->l) {
1966 error = memcmp(id_b + 1, name->v, idlen);
1971 plogdump(LLV_DEBUG, id_b + 1, idlen);
1972 plogdump(LLV_DEBUG, name->v, idlen);
2037 error = memcmp(id_b + 1, a, idlen);
2043 plogdump(LLV_DEBUG, id_b + 1, idlen);
2044 plogdump(LLV_DEBUG, a, idlen);
2076 if (idlen != strlen(altname)) {
[all …]
/external/freetype/builds/amiga/
DREADME95 it. "idlen=40" is the option for SAS/C. Setting #define
Dsmakefile80 SCFLAGS = optimize opttime optsched strmerge data=faronly idlen=50 cpu=$(CPU)\
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_vfy.c745 int idlen = ASN1_STRING_to_UTF8(&idval, common_name); in reject_dns_name_in_common_name() local
746 if (idlen < 0) { in reject_dns_name_in_common_name()
751 int looks_like_dns = x509v3_looks_like_dns_name(idval, (size_t)idlen); in reject_dns_name_in_common_name()
/external/boringssl/src/crypto/x509/
Dx509_vfy.c745 int idlen = ASN1_STRING_to_UTF8(&idval, common_name); in reject_dns_name_in_common_name() local
746 if (idlen < 0) { in reject_dns_name_in_common_name()
751 int looks_like_dns = x509v3_looks_like_dns_name(idval, (size_t)idlen); in reject_dns_name_in_common_name()
/external/python/cpython2/Mac/BuildScript/
DREADME.txt199 /usr/local/bin/idlen.n
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2560 size_t idlen = os_strlen(pos); local
2561 if (idlen & 1) {
2567 bss->eap_fast_a_id = os_malloc(idlen / 2);
2569 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) {
2576 bss->eap_fast_a_id_len = idlen / 2;