Home
last modified time | relevance | path

Searched refs:ASN1_STRING_to_UTF8 (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DASN1_STRING_length.pod7 ASN1_STRING_to_UTF8 - ASN1_STRING utility functions
25 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
53 ASN1_STRING_to_UTF8() converts the string I<in> to UTF8 format, the
97 ASN1_STRING_to_UTF8() returns the number of bytes in output string I<out> or a
/openssl/crypto/pkcs12/
H A Dp12_kiss.c234 len = ASN1_STRING_to_UTF8(&data, fname); in parse_bag()
/openssl/crypto/asn1/
H A Da_strex.c605 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) in ASN1_STRING_to_UTF8() function
/openssl/crypto/x509/
H A Dx_name.c401 out->length = ASN1_STRING_to_UTF8(&out->data, in); in asn1_string_canon()
H A Dv3_ncons.c343 if ((utf8_length = ASN1_STRING_to_UTF8(&utf8_value, cn)) < 0) in cn2dnsid()
H A Dv3_utl.c855 astrlen = ASN1_STRING_to_UTF8(&astr, a); in do_check_string()
/openssl/include/openssl/
H A Dasn1.h.in787 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
/openssl/util/
H A Dlibcrypto.num1790 ASN1_STRING_to_UTF8 1833 3_0_0 EXIST::FUNCTION:

Completed in 63 milliseconds