Lines Matching defs:logo
470 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
474 hcert->logo = n;
475 n = &hcert->logo[hcert->num_logo];
547 wpa_printf(MSG_DEBUG, "OpenSSL: No SHA256 hash found for the logo");
742 static void debug_print_logotypeext(LogotypeExtn *logo)
752 if (logo->communityLogos) {
753 num = sk_LogotypeInfo_num(logo->communityLogos);
756 info = sk_LogotypeInfo_value(logo->communityLogos, i);
761 if (logo->issuerLogo) {
762 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent );
765 if (logo->subjectLogo) {
766 i2r_LogotypeInfo(logo->subjectLogo, "subjectLogo", out, indent);
769 if (logo->otherLogos) {
784 LogotypeExtn *logo;
815 logo = d2i_LogotypeExtn(NULL, &data, ASN1_STRING_length(os));
816 if (logo == NULL) {
822 debug_print_logotypeext(logo);
824 if (!logo->communityLogos) {
826 LogotypeExtn_free(logo);
830 num = sk_LogotypeInfo_num(logo->communityLogos);
833 info = sk_LogotypeInfo_value(logo->communityLogos, i);
844 LogotypeExtn_free(logo);
875 os_free(hcert->logo[i].alg_oid);
876 os_free(hcert->logo[i].hash);
877 os_free(hcert->logo[i].uri);
879 os_free(hcert->logo);