Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/utils/
H A 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()