Home
last modified time | relevance | path

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

/hostap-latest/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]
/hostap-latest/src/utils/
Dhttp_curl.c362 } LogotypeExtn; typedef
427 ASN1_SEQUENCE(LogotypeExtn) = {
428 ASN1_EXP_SEQUENCE_OF_OPT(LogotypeExtn, communityLogos, LogotypeInfo, 0),
429 ASN1_EXP_OPT(LogotypeExtn, issuerLogo, LogotypeInfo, 1),
430 ASN1_EXP_OPT(LogotypeExtn, issuerLogo, LogotypeInfo, 2),
431 ASN1_EXP_SEQUENCE_OF_OPT(LogotypeExtn, otherLogos, OtherLogotypeInfo, 3)
432 } ASN1_SEQUENCE_END(LogotypeExtn);
434 IMPLEMENT_ASN1_FUNCTIONS(LogotypeExtn);
742 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext()
784 LogotypeExtn *logo; in add_logotype_ext()