Searched refs:ASN1_STRING_to_UTF8 (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | ASN1_STRING_length.pod | 7 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 B<in> to UTF8 format, the 97 ASN1_STRING_to_UTF8() returns the number of bytes in output string B<out> or a
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | ASN1_STRING_length.pod | 7 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
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_verify.c | 330 if ((utf8_length = ASN1_STRING_to_UTF8(&utf8_value, entry_str)) < 0) { in tls_text_name()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/ |
H A D | p12_kiss.c | 224 len = ASN1_STRING_to_UTF8(&data, fname); in parse_bag()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pkcs12/ |
H A D | p12_kiss.c | 233 len = ASN1_STRING_to_UTF8(&data, fname); in parse_bag()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | a_strex.c | 605 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) in ASN1_STRING_to_UTF8() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
H A D | x_name.c | 397 out->length = ASN1_STRING_to_UTF8(&out->data, in); in asn1_string_canon()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
H A D | v3_ncons.c | 343 if ((utf8_length = ASN1_STRING_to_UTF8(&utf8_value, cn)) < 0) in cn2dnsid()
|
H A D | v3_utl.c | 842 astrlen = ASN1_STRING_to_UTF8(&astr, a); in do_check_string()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
H A D | v3_ncons.c | 341 if ((utf8_length = ASN1_STRING_to_UTF8(&utf8_value, cn)) < 0) in cn2dnsid()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | asn1.h | 734 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
|
/netbsd-src/usr.sbin/syslogd/ |
H A D | tls.c | 415 len = ASN1_STRING_to_UTF8(&ubuf, in get_commonname() 495 len = ASN1_STRING_to_UTF8(&ubuf, in match_hostnames()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | asn1.h.in | 784 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 122 ASN1_STRING_to_UTF8;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 1847 ASN1_STRING_to_UTF8 1833 1_1_0 EXIST::FUNCTION:
|