Home
last modified time | relevance | path

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

/openssl-master/crypto/x509/
A Dv3_san.c92 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
100 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
116 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
227 gen->d.otherName->value->value.utf8string->length, in GENERAL_NAME_print()
228 gen->d.otherName->value->value.utf8string->data); in GENERAL_NAME_print()
232 gen->d.otherName->value->value.utf8string->length, in GENERAL_NAME_print()
233 gen->d.otherName->value->value.utf8string->data); in GENERAL_NAME_print()
242 gen->d.otherName->value->value.utf8string->length, in GENERAL_NAME_print()
243 gen->d.otherName->value->value.utf8string->data); in GENERAL_NAME_print()
247 gen->d.otherName->value->value.utf8string->length, in GENERAL_NAME_print()
[all …]
A Dv3_ncons.c647 eml = emltype->value.utf8string; in nc_email_eai()
A Dv3_utl.c910 cstr = gen->d.otherName->value->value.utf8string; in do_x509_check()
/openssl-master/crypto/cmp/
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()
/openssl-master/test/helpers/
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()
/openssl-master/apps/
A Dpkcs12.c1145 BIO_printf(out, "%.*s\n", av->value.utf8string->length, in print_attribute()
1146 av->value.utf8string->data); in print_attribute()
/openssl-master/include/openssl/
A Dasn1.h.in493 ASN1_UTF8STRING *utf8string; member
/openssl-master/crypto/err/
A Dopenssl.txt67 ASN1_R_INVALID_UTF8STRING:134:invalid utf8string

Completed in 16 milliseconds