Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl.cnf124 #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/wpa_supplicant_8/src/utils/
Dhttp_curl.c353 } LogotypeExtn; typedef
418 ASN1_SEQUENCE(LogotypeExtn) = {
419 ASN1_EXP_SEQUENCE_OF_OPT(LogotypeExtn, communityLogos, LogotypeInfo, 0),
420 ASN1_EXP_OPT(LogotypeExtn, issuerLogo, LogotypeInfo, 1),
421 ASN1_EXP_OPT(LogotypeExtn, issuerLogo, LogotypeInfo, 2),
422 ASN1_EXP_SEQUENCE_OF_OPT(LogotypeExtn, otherLogos, OtherLogotypeInfo, 3)
423 } ASN1_SEQUENCE_END(LogotypeExtn);
425 IMPLEMENT_ASN1_FUNCTIONS(LogotypeExtn);
748 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext()
790 LogotypeExtn *logo; in add_logotype_ext()