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

/external/elfutils/libelf/
H A Ddl-hash.h61 const unsigned char *iname = (const unsigned char *) name; local
62 unsigned int hash = (unsigned int) *iname++;
63 if (*iname != '\0')
65 hash = (hash << 4) + (unsigned int) *iname++;
66 if (*iname != '\0')
68 hash = (hash << 4) + (unsigned int) *iname++;
69 if (*iname != '\0')
71 hash = (hash << 4) + (unsigned int) *iname++;
72 if (*iname != '\0')
74 hash = (hash << 4) + (unsigned int) *iname
[all...]
/external/openssl/crypto/ocsp/
H A Docsp_lib.c78 X509_NAME *iname; local
86 iname = X509_get_issuer_name(subject);
91 iname = X509_get_subject_name(issuer);
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
H A Docsp_vfy.c301 X509_NAME *iname; local
316 iname = X509_get_subject_name(cert);
317 if (!X509_NAME_digest(iname, dgst, md, NULL))
/external/openssl/crypto/x509v3/
H A Dv3_crld.c587 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) argument
595 dpn->dpname = X509_NAME_dup(iname);
H A Dv3_purp.c319 X509_NAME *iname = NULL; local
338 iname = gen->d.directoryName;
342 if (!iname)
343 iname = X509_get_issuer_name(x);
345 DIST_POINT_set_dpname(dp->distpoint, iname);
/external/openssh/
H A Dssh-keyscan.c322 conalloc(char *iname, char *oname, int keytype) argument
327 namebase = namelist = xstrdup(iname);
/external/webkit/Source/WebCore/wml/
H A DWMLSelectElement.cpp249 // Spec: Step 1 - the default option index is determined using iname and ivalue
279 // Spec: If the 'iname' attribute is specified and names a variable that is set,
281 String iname = this->iname(); local
282 if (!iname.isEmpty()) {
283 variable = pageState->getVariable(iname);
348 // Spec: If the 'iname' attribute is specified, then the named variable is set with the default option index.
349 String iname = this->iname();
350 if (!iname
386 String iname = this->iname(); local
545 String WMLSelectElement::iname() const function in class:WMLSelectElement
[all...]
/external/openssl/apps/
H A Docsp.c958 X509_NAME *iname; local
968 iname = X509_get_subject_name(issuer);
976 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
/external/kernel-headers/original/asm-mips/
H A Dsgiarcs.h89 _PULONG iname; /* string identifier */ member in struct:linux_component
/external/dnsmasq/src/
H A Ddnsmasq.h355 struct iname { struct
359 struct iname *next;
618 struct iname *if_names, *if_addrs, *if_except, *dhcp_except;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 321 milliseconds