Searched refs:utf8string (Results 1 – 12 of 12) sorted by relevance
/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 | v3_ncons.c | 661 eml = emltype->value.utf8string; in nc_email_eai()
|
H A D | v3_utl.c | 956 cstr = gen->d.otherName->value->value.utf8string; in do_x509_check()
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_util.c | 226 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 D | rpc.tlsservd.c | 919 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 D | pkcs12.c | 482 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 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 | pkcs12.c | 1152 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 D | asn1.h | 540 ASN1_UTF8STRING *utf8string; member
|
H A D | asn1.h.in | 493 ASN1_UTF8STRING *utf8string; member
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 67 ASN1_R_INVALID_UTF8STRING:134:invalid utf8string
|