Searched refs:utf8string (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_san.c | 92 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 …]
|
H A D | x_attrib.c | 142 av->value.utf8string->length, in ossl_print_attribute_value() 143 av->value.utf8string->data) >= 0; in ossl_print_attribute_value()
|
H A D | v3_ncons.c | 690 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()
|
/openssl/crypto/cmp/ |
H A D | cmp_util.c | 225 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()
|
/openssl/test/helpers/ |
H A D | pkcs12.c | 490 if (!TEST_mem_eq(txt, strlen(txt), (char *)av->value.utf8string->data, in check_asn1_string() 491 av->value.utf8string->length)) in check_asn1_string()
|
/openssl/apps/ |
H A D | cmp.c | 1964 ASN1_UTF8STRING *utf8string; in add_certProfile() local 1971 if ((utf8string = ASN1_UTF8STRING_new()) == NULL) in add_certProfile() 1973 if (!ASN1_STRING_set(utf8string, name, (int)strlen(name))) { in add_certProfile() 1974 ASN1_STRING_free(utf8string); in add_certProfile() 1978 (void)sk_ASN1_UTF8STRING_push(sk, utf8string); in add_certProfile()
|
H A D | pkcs12.c | 1251 BIO_printf(out, "%.*s\n", av->value.utf8string->length, in print_attribute() 1252 av->value.utf8string->data); in print_attribute()
|
/openssl/include/openssl/ |
H A D | asn1.h.in | 496 ASN1_UTF8STRING *utf8string; member
|
/openssl/crypto/err/ |
H A D | openssl.txt | 68 ASN1_R_INVALID_UTF8STRING:134:invalid utf8string
|
Completed in 54 milliseconds