Lines Matching refs:logo

476 	n = os_realloc_array(hcert->logo, hcert->num_logo + 1,  in add_logo()
480 hcert->logo = n; in add_logo()
481 n = &hcert->logo[hcert->num_logo]; in add_logo()
748 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext() argument
758 if (logo->communityLogos) { in debug_print_logotypeext()
759 num = sk_LogotypeInfo_num(logo->communityLogos); in debug_print_logotypeext()
762 info = sk_LogotypeInfo_value(logo->communityLogos, i); in debug_print_logotypeext()
767 if (logo->issuerLogo) { in debug_print_logotypeext()
768 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent ); in debug_print_logotypeext()
771 if (logo->subjectLogo) { in debug_print_logotypeext()
772 i2r_LogotypeInfo(logo->subjectLogo, "subjectLogo", out, indent); in debug_print_logotypeext()
775 if (logo->otherLogos) { in debug_print_logotypeext()
790 LogotypeExtn *logo; in add_logotype_ext() local
821 logo = d2i_LogotypeExtn(NULL, &data, ASN1_STRING_length(os)); in add_logotype_ext()
822 if (logo == NULL) { in add_logotype_ext()
828 debug_print_logotypeext(logo); in add_logotype_ext()
830 if (!logo->communityLogos) { in add_logotype_ext()
832 LogotypeExtn_free(logo); in add_logotype_ext()
836 num = sk_LogotypeInfo_num(logo->communityLogos); in add_logotype_ext()
839 info = sk_LogotypeInfo_value(logo->communityLogos, i); in add_logotype_ext()
850 LogotypeExtn_free(logo); in add_logotype_ext()
882 os_free(hcert->logo[i].alg_oid); in parse_cert_free()
883 os_free(hcert->logo[i].hash); in parse_cert_free()
884 os_free(hcert->logo[i].uri); in parse_cert_free()
886 os_free(hcert->logo); in parse_cert_free()