Searched refs:ASN1_STRING_to_UTF8 (Results 1 – 8 of 8) sorted by relevance
270 len = ASN1_STRING_to_UTF8(&data, fname); in parse_bag()
277 ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) in ASN1_STRING_to_UTF8() function
546 out->length = ASN1_STRING_to_UTF8(&out->data, in); in asn1_string_canon()
809 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
958 astrlen = ASN1_STRING_to_UTF8(&astr, a); in do_check_string()
1004 cnlen = ASN1_STRING_to_UTF8(&cn, namedata); in fetch_ssl_verify_cn()
243 if (ASN1_STRING_to_UTF8((unsigned char **) &buf, name) < 0) in add_alt_name_dns()
47 - Rewrite and fix ASN1_STRING_to_UTF8().144 - Avoid use of uninitialized in ASN1_STRING_to_UTF8().145 - Do not pass uninitialized pointer to ASN1_STRING_to_UTF8().