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.c361 } 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()