| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_san.c | 92 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 D | x_attrib.c | 144 av->value.utf8string->length, in ossl_print_attribute_value() 145 av->value.utf8string->data) in ossl_print_attribute_value()
|
| H A D | v3_ncons.c | 681 eml = emltype->value.utf8string; in nc_email_eai()
|
| H A D | v3_utl.c | 948 cstr = gen->d.otherName->value->value.utf8string; in do_x509_check()
|
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_util.c | 224 ASN1_UTF8STRING *utf8string; in ossl_cmp_sk_ASN1_UTF8STRING_push_str() local 228 if ((utf8string = ASN1_UTF8STRING_new()) == NULL) in ossl_cmp_sk_ASN1_UTF8STRING_push_str() 230 if (!ASN1_STRING_set(utf8string, text, len)) in ossl_cmp_sk_ASN1_UTF8STRING_push_str() 232 if (!sk_ASN1_UTF8STRING_push(sk, utf8string)) in ossl_cmp_sk_ASN1_UTF8STRING_push_str() 237 ASN1_UTF8STRING_free(utf8string); in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
|
| /freebsd/usr.sbin/rpc.tlsservd/ |
| H A D | rpc.tlsservd.c | 927 val->value->value.utf8string->length < 3 || in rpctls_cnname() 928 (size_t)val->value->value.utf8string->length > sizeof(usern) in rpctls_cnname() 936 memcpy(usern, val->value->value.utf8string->data, in rpctls_cnname() 937 val->value->value.utf8string->length); in rpctls_cnname() 938 usern[val->value->value.utf8string->length] = '\0'; in rpctls_cnname()
|
| /freebsd/crypto/openssl/test/helpers/ |
| H A D | pkcs12.c | 476 if (!TEST_mem_eq(txt, strlen(txt), (char *)av->value.utf8string->data, in check_asn1_string() 477 av->value.utf8string->length)) in check_asn1_string()
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | ChangeLog | 1455 * 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 D | template.c | 80 el(utf8string, heim_utf8_string),
|
| /freebsd/crypto/openssl/apps/ |
| H A D | cmp.c | 2082 ASN1_UTF8STRING *utf8string; in add_certProfile() local 2089 if ((utf8string = ASN1_UTF8STRING_new()) == NULL) in add_certProfile() 2091 if (!ASN1_STRING_set(utf8string, name, (int)strlen(name))) { in add_certProfile() 2092 ASN1_STRING_free(utf8string); in add_certProfile() 2096 (void)sk_ASN1_UTF8STRING_push(sk, utf8string); in add_certProfile()
|
| H A D | pkcs12.c | 1299 BIO_printf(out, "%.*s\n", av->value.utf8string->length, in print_attribute() 1300 av->value.utf8string->data); in print_attribute()
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_k_encode.c | 89 DEFCOUNTEDSTRINGTYPE(utf8string, char *, unsigned int, 92 DEFCOUNTEDTYPE(utf8_data, krb5_data, data, length, utf8string);
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | asn1.h | 544 ASN1_UTF8STRING *utf8string; member
|
| H A D | asn1.h.in | 497 ASN1_UTF8STRING *utf8string; member
|
| /freebsd/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 68 ASN1_R_INVALID_UTF8STRING:134:invalid utf8string
|