Searched refs:ASN1_STRING_to_UTF8 (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/crypto/openssl/crypto/pkcs12/
H A Dp12_kiss.c233 len = ASN1_STRING_to_UTF8(&data, fname);
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_strex.c605 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) function
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx_name.c401 out->length = ASN1_STRING_to_UTF8(&out->data, in);
H A Dv3_ncons.c338 * Note, 'int' is the return type of ASN1_STRING_to_UTF8() so that's what
341 if ((utf8_length = ASN1_STRING_to_UTF8(&utf8_value, cn)) < 0)
H A Dv3_utl.c855 astrlen = ASN1_STRING_to_UTF8(&astr, a);
/freebsd-current/lib/libfetch/
H A Dcommon.c988 cnlen = ASN1_STRING_to_UTF8(&cn, namedata);
/freebsd-current/contrib/wpa/src/utils/
H A Dhttp_curl.c243 if (ASN1_STRING_to_UTF8((unsigned char **) &buf, name) < 0)
/freebsd-current/crypto/openssl/include/openssl/
H A Dasn1.h951 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
/freebsd-current/secure/lib/libcrypto/man/man3/
H A DMakefile662 MLINKS+= ASN1_STRING_length.3 ASN1_STRING_to_UTF8.3

Completed in 201 milliseconds