Lines Matching refs:logo
476 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
480 hcert->logo = n;
481 n = &hcert->logo[hcert->num_logo];
552 wpa_printf(MSG_DEBUG, "OpenSSL: No SHA256 hash found for the logo");
747 static void debug_print_logotypeext(LogotypeExtn *logo)
757 if (logo->communityLogos) {
758 num = sk_LogotypeInfo_num(logo->communityLogos);
761 info = sk_LogotypeInfo_value(logo->communityLogos, i);
766 if (logo->issuerLogo) {
767 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent );
770 if (logo->subjectLogo) {
771 i2r_LogotypeInfo(logo->subjectLogo, "subjectLogo", out, indent);
774 if (logo->otherLogos) {
789 LogotypeExtn *logo;
820 logo = d2i_LogotypeExtn(NULL, &data, ASN1_STRING_length(os));
821 if (logo == NULL) {
827 debug_print_logotypeext(logo);
829 if (!logo->communityLogos) {
831 LogotypeExtn_free(logo);
835 num = sk_LogotypeInfo_num(logo->communityLogos);
838 info = sk_LogotypeInfo_value(logo->communityLogos, i);
849 LogotypeExtn_free(logo);
879 os_free(hcert->logo[i].alg_oid);
880 os_free(hcert->logo[i].hash);
881 os_free(hcert->logo[i].uri);
883 os_free(hcert->logo);