Searched refs:LogotypeExtn (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl.cnf | 124 #1.3.6.1.5.5.7.1.12=ASN1:SEQUENCE:LogotypeExtn 132 #logotypeoid=ASN1:SEQUENCE:LogotypeExtn 133 1.3.6.1.5.5.7.1.12=ASN1:SEQUENCE:LogotypeExtn 134 [LogotypeExtn]
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3709.py | 183 class LogotypeExtn(univ.Sequence): class 186 LogotypeExtn.componentType = namedtype.NamedTypes( 204 id_pe_logotype: LogotypeExtn(),
|
/external/python/pyasn1-modules/tests/ |
D | test_rfc3709.py | 58 logotype, rest = der_decode(s, rfc3709.LogotypeExtn()) 151 logotype, rest = der_decode(s, rfc3709.LogotypeExtn())
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 361 } LogotypeExtn; typedef 426 ASN1_SEQUENCE(LogotypeExtn) = { 427 ASN1_EXP_SEQUENCE_OF_OPT(LogotypeExtn, communityLogos, LogotypeInfo, 0), 428 ASN1_EXP_OPT(LogotypeExtn, issuerLogo, LogotypeInfo, 1), 429 ASN1_EXP_OPT(LogotypeExtn, issuerLogo, LogotypeInfo, 2), 430 ASN1_EXP_SEQUENCE_OF_OPT(LogotypeExtn, otherLogos, OtherLogotypeInfo, 3) 431 } ASN1_SEQUENCE_END(LogotypeExtn); 433 IMPLEMENT_ASN1_FUNCTIONS(LogotypeExtn); 764 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext() 806 LogotypeExtn *logo; in add_logotype_ext()
|