Home
last modified time | relevance | path

Searched refs:OtherLogotypeInfo (Results 1 – 2 of 2) sorted by relevance

/external/python/pyasn1-modules/pyasn1_modules/
Drfc3709.py169 class OtherLogotypeInfo(univ.Sequence): class
172 OtherLogotypeInfo.componentType = namedtype.NamedTypes(
195 componentType=OtherLogotypeInfo()).subtype(explicitTag=tag.Tag(
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c354 } OtherLogotypeInfo; typedef
360 STACK_OF(OtherLogotypeInfo) *otherLogos;
421 ASN1_SEQUENCE(OtherLogotypeInfo) = {
422 ASN1_SIMPLE(OtherLogotypeInfo, logotypeType, ASN1_OBJECT),
423 ASN1_SIMPLE(OtherLogotypeInfo, info, LogotypeInfo)
424 } ASN1_SEQUENCE_END(OtherLogotypeInfo);
430 ASN1_EXP_SEQUENCE_OF_OPT(LogotypeExtn, otherLogos, OtherLogotypeInfo, 3)