Searched refs:LogotypeInfo (Results 1 – 3 of 3) sorted by relevance
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3709.py | 148 class LogotypeInfo(univ.Choice): class 151 LogotypeInfo.componentType = namedtype.NamedTypes( 174 namedtype.NamedType('info', LogotypeInfo()) 188 componentType=LogotypeInfo()).subtype( 190 namedtype.OptionalNamedType('issuerLogo', LogotypeInfo().subtype( 192 namedtype.OptionalNamedType('subjectLogo', LogotypeInfo().subtype(
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 349 } LogotypeInfo; typedef 353 LogotypeInfo *info; 357 STACK_OF(LogotypeInfo) *communityLogos; 358 LogotypeInfo *issuerLogo; 359 LogotypeInfo *subjectLogo; 416 ASN1_CHOICE(LogotypeInfo) = { 417 ASN1_IMP(LogotypeInfo, d.direct, LogotypeData, 0), 418 ASN1_IMP(LogotypeInfo, d.indirect, LogotypeReference, 1) 419 } ASN1_CHOICE_END(LogotypeInfo); 423 ASN1_SIMPLE(OtherLogotypeInfo, info, LogotypeInfo) [all …]
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl.cnf | 135 communityLogos=EXP:0,SEQUENCE:LogotypeInfo 136 [LogotypeInfo]
|