Home
last modified time | relevance | path

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

/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 Dx_attrib.c142 av->value.utf8string->length, in ossl_print_attribute_value()
143 av->value.utf8string->data) >= 0; in ossl_print_attribute_value()
A Dv3_ncons.c691 eml = emltype->value.utf8string; in nc_email_eai()
A Dv3_utl.c957 cstr = gen->d.otherName->value->value.utf8string; in do_x509_check()
/crypto/cmp/
A Dcmp_util.c225 ASN1_UTF8STRING *utf8string; in ossl_cmp_sk_ASN1_UTF8STRING_push_str() local
229 if ((utf8string = ASN1_UTF8STRING_new()) == NULL) in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
231 if (!ASN1_STRING_set(utf8string, text, len)) in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
233 if (!sk_ASN1_UTF8STRING_push(sk, utf8string)) in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
238 ASN1_UTF8STRING_free(utf8string); in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
/crypto/err/
A Dopenssl.txt68 ASN1_R_INVALID_UTF8STRING:134:invalid utf8string

Completed in 25 milliseconds