• Home
  • Raw
  • Download

Lines Matching refs:logo

492 	n = os_realloc_array(hcert->logo, hcert->num_logo + 1,  in DEFINE_STACK_OF()
496 hcert->logo = n; in DEFINE_STACK_OF()
497 n = &hcert->logo[hcert->num_logo]; in DEFINE_STACK_OF()
764 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext() argument
774 if (logo->communityLogos) { in debug_print_logotypeext()
775 num = sk_LogotypeInfo_num(logo->communityLogos); in debug_print_logotypeext()
778 info = sk_LogotypeInfo_value(logo->communityLogos, i); in debug_print_logotypeext()
783 if (logo->issuerLogo) { in debug_print_logotypeext()
784 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent ); in debug_print_logotypeext()
787 if (logo->subjectLogo) { in debug_print_logotypeext()
788 i2r_LogotypeInfo(logo->subjectLogo, "subjectLogo", out, indent); in debug_print_logotypeext()
791 if (logo->otherLogos) { in debug_print_logotypeext()
806 LogotypeExtn *logo; in add_logotype_ext() local
837 logo = d2i_LogotypeExtn(NULL, &data, ASN1_STRING_length(os)); in add_logotype_ext()
838 if (logo == NULL) { in add_logotype_ext()
844 debug_print_logotypeext(logo); in add_logotype_ext()
846 if (!logo->communityLogos) { in add_logotype_ext()
848 LogotypeExtn_free(logo); in add_logotype_ext()
852 num = sk_LogotypeInfo_num(logo->communityLogos); in add_logotype_ext()
855 info = sk_LogotypeInfo_value(logo->communityLogos, i); in add_logotype_ext()
866 LogotypeExtn_free(logo); in add_logotype_ext()
896 os_free(hcert->logo[i].alg_oid); in parse_cert_free()
897 os_free(hcert->logo[i].hash); in parse_cert_free()
898 os_free(hcert->logo[i].uri); in parse_cert_free()
900 os_free(hcert->logo); in parse_cert_free()