Home
last modified time | relevance | path

Searched refs:utf8string (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_san.c92 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
93 gen->d.otherName->value->value.utf8string->length, in STACK_OF()
100 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
101 gen->d.otherName->value->value.utf8string->length, in STACK_OF()
116 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
117 gen->d.otherName->value->value.utf8string->length, in STACK_OF()
124 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
125 gen->d.otherName->value->value.utf8string->length, in STACK_OF()
146 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
147 gen->d.otherName->value->value.utf8string->length, in STACK_OF()
[all …]
H A Dv3_ncons.c661 eml = emltype->value.utf8string; in nc_email_eai()
H A Dv3_utl.c956 cstr = gen->d.otherName->value->value.utf8string; in do_x509_check()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_util.c226 ASN1_UTF8STRING *utf8string; in ossl_cmp_sk_ASN1_UTF8STRING_push_str() local
230 if ((utf8string = ASN1_UTF8STRING_new()) == NULL) in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
232 if (!ASN1_STRING_set(utf8string, text, len)) in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
234 if (!sk_ASN1_UTF8STRING_push(sk, utf8string)) in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
239 ASN1_UTF8STRING_free(utf8string); in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c919 val->value->value.utf8string->length < 3 || in rpctls_cnname()
920 (size_t)val->value->value.utf8string->length > sizeof(usern) in rpctls_cnname()
928 memcpy(usern, val->value->value.utf8string->data, in rpctls_cnname()
929 val->value->value.utf8string->length); in rpctls_cnname()
930 usern[val->value->value.utf8string->length] = '\0'; in rpctls_cnname()
/freebsd/crypto/openssl/test/helpers/
H A Dpkcs12.c482 if (!TEST_mem_eq(txt, strlen(txt), (char *)av->value.utf8string->data, in check_asn1_string()
483 av->value.utf8string->length)) in check_asn1_string()
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog1455 * gen.c: add ia5string, printablestring, and utf8string change
1459 * der_put.c: add ia5string, printablestring, and utf8string change
1463 * der_length.c: add ia5string, printablestring, and utf8string
1467 * der_get.c: add ia5string, printablestring, and utf8string change
1471 * der_free.c: add ia5string, printablestring, and utf8string
1473 * der_copy.c: add ia5string, printablestring, and utf8string
1475 * der.h: add ia5string, printablestring, and utf8string
H A Dtemplate.c80 el(utf8string, heim_utf8_string),
/freebsd/crypto/openssl/apps/
H A Dpkcs12.c1152 BIO_printf(out, "%.*s\n", av->value.utf8string->length, in print_attribute()
1153 av->value.utf8string->data); in print_attribute()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h540 ASN1_UTF8STRING *utf8string; member
H A Dasn1.h.in493 ASN1_UTF8STRING *utf8string; member
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt67 ASN1_R_INVALID_UTF8STRING:134:invalid utf8string