| /crypto/x509/ |
| A D | v3_utf8.c | 30 ASN1_UTF8STRING *utf8) in i2s_ASN1_UTF8STRING() 45 ASN1_UTF8STRING *s2i_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_UTF8STRING() 48 ASN1_UTF8STRING *utf8; in s2i_ASN1_UTF8STRING()
|
| A D | v3_ist.c | 26 ASN1_SIMPLE(ISSUER_SIGN_TOOL, signTool, ASN1_UTF8STRING), 27 ASN1_SIMPLE(ISSUER_SIGN_TOOL, cATool, ASN1_UTF8STRING), 28 ASN1_SIMPLE(ISSUER_SIGN_TOOL, signToolCert, ASN1_UTF8STRING), 29 ASN1_SIMPLE(ISSUER_SIGN_TOOL, cAToolCert, ASN1_UTF8STRING)
|
| A D | v3_attrdesc.c | 38 ASN1_IMP_OPT(OSSL_ATTRIBUTE_DESCRIPTOR, name, ASN1_UTF8STRING, 0), 39 ASN1_IMP_OPT(OSSL_ATTRIBUTE_DESCRIPTOR, description, ASN1_UTF8STRING, 1),
|
| A D | x_ietfatt.c | 35 ASN1_UTF8STRING *string; 48 ASN1_SIMPLE(OSSL_IETF_ATTR_SYNTAX_VALUE, u.string, ASN1_UTF8STRING),
|
| A D | x_x509a.c | 29 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
|
| A D | v3_ncons.c | 668 ASN1_UTF8STRING *eml; in nc_email_eai()
|
| /crypto/crmf/ |
| A D | crmf_asn.c | 27 value.string, ASN1_UTF8STRING), 146 value.regToken, ASN1_UTF8STRING)), 149 value.authenticator, ASN1_UTF8STRING)), 168 value.utf8Pairs, ASN1_UTF8STRING)),
|
| A D | crmf_local.h | 100 ASN1_UTF8STRING *string;
|
| A D | crmf_lib.c | 116 IMPLEMENT_CRMF_CTRL_FUNC(authenticator, ASN1_UTF8STRING, regCtrl) in IMPLEMENT_CRMF_CTRL_FUNC() 235 IMPLEMENT_CRMF_CTRL_FUNC(utf8Pairs, ASN1_UTF8STRING, regInfo) in IMPLEMENT_CRMF_CTRL_FUNC() argument
|
| /crypto/cmp/ |
| A D | cmp_local.h | 91 ASN1_UTF8STRING *freeText; /* optional string to include each msg */ 279 STACK_OF(ASN1_UTF8STRING) *suppLangTagsValue; 281 STACK_OF(ASN1_UTF8STRING) *certProfile; 820 int ossl_cmp_sk_ASN1_UTF8STRING_push_str(STACK_OF(ASN1_UTF8STRING) *sk, 888 int ossl_cmp_hdr_push0_freeText(OSSL_CMP_PKIHEADER *hdr, ASN1_UTF8STRING *text); 889 int ossl_cmp_hdr_push1_freeText(OSSL_CMP_PKIHEADER *hdr, ASN1_UTF8STRING *text);
|
| A D | cmp_asn.c | 60 ASN1_UTF8STRING) 109 ASN1_UTF8STRING)), 122 ASN1_UTF8STRING)), 232 *OSSL_CMP_ITAV_new0_certProfile(STACK_OF(ASN1_UTF8STRING) *certProfile) in OSSL_CMP_ITAV_new0_certProfile() 244 STACK_OF(ASN1_UTF8STRING) **out) in OSSL_CMP_ITAV_get0_certProfile() 939 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_PKISI, statusString, ASN1_UTF8STRING), 981 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_POLLREP, reason, ASN1_UTF8STRING), 1058 ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_PKIHEADER, freeText, ASN1_UTF8STRING, 7),
|
| A D | cmp_status.c | 162 ASN1_UTF8STRING *text; in snprint_PKIStatusInfo_parts() 269 ASN1_UTF8STRING *utf8_text = NULL; in OSSL_CMP_STATUSINFO_new()
|
| A D | cmp_util.c | 222 int ossl_cmp_sk_ASN1_UTF8STRING_push_str(STACK_OF(ASN1_UTF8STRING) *sk, in ossl_cmp_sk_ASN1_UTF8STRING_push_str() 225 ASN1_UTF8STRING *utf8string; in ossl_cmp_sk_ASN1_UTF8STRING_push_str()
|
| A D | cmp_hdr.c | 138 int ossl_cmp_hdr_push0_freeText(OSSL_CMP_PKIHEADER *hdr, ASN1_UTF8STRING *text) in ossl_cmp_hdr_push0_freeText() 150 int ossl_cmp_hdr_push1_freeText(OSSL_CMP_PKIHEADER *hdr, ASN1_UTF8STRING *text) in ossl_cmp_hdr_push1_freeText()
|
| A D | cmp_client.c | 99 ASN1_UTF8STRING *str = sk_ASN1_UTF8STRING_value(ss, i); in save_statusInfo() 100 ASN1_UTF8STRING *dup = ASN1_STRING_dup(str); in save_statusInfo()
|
| /crypto/asn1/ |
| A D | tasn_typ.c | 32 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTF8STRING)
|
| A D | asn1_lib.c | 435 char *ossl_sk_ASN1_UTF8STRING2text(STACK_OF(ASN1_UTF8STRING) *text, in ossl_sk_ASN1_UTF8STRING2text() 439 ASN1_UTF8STRING *current; in ossl_sk_ASN1_UTF8STRING2text()
|
| A D | asn1_item_list.h | 42 ASN1_ITEM_ref(ASN1_UTF8STRING),
|
| /crypto/ts/ |
| A D | ts_local.h | 97 STACK_OF(ASN1_UTF8STRING) *text;
|
| A D | ts_rsp_verify.c | 27 static char *ts_get_status_text(STACK_OF(ASN1_UTF8STRING) *text); 402 static char *ts_get_status_text(STACK_OF(ASN1_UTF8STRING) *text) in ts_get_status_text()
|
| A D | ts_asn1.c | 126 ASN1_SEQUENCE_OF_OPT(TS_STATUS_INFO, text, ASN1_UTF8STRING),
|
| A D | ts_rsp_utils.c | 356 const STACK_OF(ASN1_UTF8STRING) * in STACK_OF() argument
|
| A D | ts_rsp_sign.c | 289 ASN1_UTF8STRING *utf8_text = NULL; in TS_RESP_CTX_set_status_info()
|