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

/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_verify.c330 if ((utf8_length = ASN1_STRING_to_UTF8(&utf8_value, entry_str)) < 0) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_kiss.c224 len = ASN1_STRING_to_UTF8(&data, fname);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_kiss.c233 len = ASN1_STRING_to_UTF8(&data, fname);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx_name.c397 out->length = ASN1_STRING_to_UTF8(&out->data, in);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_strex.c605 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) function
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_strex.c605 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in) function
/netbsd-current/crypto/external/bsd/openssl/dist/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);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_ncons.c340 * Note, 'int' is the return type of ASN1_STRING_to_UTF8() so that's what
343 if ((utf8_length = ASN1_STRING_to_UTF8(&utf8_value, cn)) < 0)
H A Dv3_utl.c842 astrlen = ASN1_STRING_to_UTF8(&astr, a);
/netbsd-current/usr.sbin/syslogd/
H A Dtls.c415 len = ASN1_STRING_to_UTF8(&ubuf,
495 len = ASN1_STRING_to_UTF8(&ubuf,
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1.h734 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dhttp_curl.c243 if (ASN1_STRING_to_UTF8((unsigned char **) &buf, name) < 0)

Completed in 299 milliseconds