/openssl/include/internal/ |
H A D | crmf.h | 19 ASN1_UTF8STRING *regToken; 22 ASN1_UTF8STRING *authenticator; 40 ASN1_UTF8STRING *utf8Pairs;
|
/openssl/crypto/x509/ |
H 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()
|
H 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)
|
H A D | x_ietfatt.c | 35 ASN1_UTF8STRING *string; 48 ASN1_SIMPLE(OSSL_IETF_ATTR_SYNTAX_VALUE, u.string, ASN1_UTF8STRING),
|
H 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),
|
/openssl/include/openssl/ |
H A D | crmf.h.in | 98 const ASN1_UTF8STRING *tok); 99 ASN1_UTF8STRING 102 const ASN1_UTF8STRING *auth); 103 ASN1_UTF8STRING 134 const ASN1_UTF8STRING *utf8pairs); 135 ASN1_UTF8STRING
|
H A D | types.h | 59 # define ASN1_UTF8STRING ASN1_STRING macro 77 typedef struct asn1_string_st ASN1_UTF8STRING; typedef
|
H A D | x509v3.h.in | 264 ASN1_UTF8STRING *signTool; 265 ASN1_UTF8STRING *cATool; 266 ASN1_UTF8STRING *signToolCert; 267 ASN1_UTF8STRING *cAToolCert; 398 #define EXT_UTF8STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_UTF8STRING), \ 553 char *i2s_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, ASN1_UTF8STRING *utf8); 554 ASN1_UTF8STRING *s2i_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, 1084 ASN1_UTF8STRING *name; 1085 ASN1_UTF8STRING *description;
|
/openssl/doc/man3/ |
H A D | OSSL_CRMF_MSG_set1_regCtrl_regToken.pod | 25 ASN1_UTF8STRING 28 const ASN1_UTF8STRING *tok); 29 ASN1_UTF8STRING 32 const ASN1_UTF8STRING *auth);
|
H A D | s2i_ASN1_IA5STRING.pod | 35 ASN1_UTF8STRING *utf8); 36 ASN1_UTF8STRING *s2i_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, 81 B<ASN1_UTF8STRING> structure or NULL if an error occurs.
|
H A D | OSSL_CRMF_MSG_set1_regInfo_certReq.pod | 15 ASN1_UTF8STRING 18 const ASN1_UTF8STRING *utf8pairs);
|
H A D | OSSL_CMP_ITAV_set0.pod | 26 *OSSL_CMP_ITAV_new0_certProfile(STACK_OF(ASN1_UTF8STRING) *certProfile); 28 STACK_OF(ASN1_UTF8STRING) **out);
|
/openssl/crypto/crmf/ |
H A D | crmf_asn.c | 31 value.string, ASN1_UTF8STRING), 135 value.regToken, ASN1_UTF8STRING)), 138 value.authenticator, ASN1_UTF8STRING)), 157 value.utf8Pairs, ASN1_UTF8STRING)),
|
H A D | crmf_local.h | 89 ASN1_UTF8STRING *string;
|
/openssl/crypto/cmp/ |
H A D | cmp_local.h | 100 ASN1_UTF8STRING *freeText; /* optional string to include each msg */ 288 STACK_OF(ASN1_UTF8STRING) *suppLangTagsValue; 290 STACK_OF(ASN1_UTF8STRING) *certProfile; 829 int ossl_cmp_sk_ASN1_UTF8STRING_push_str(STACK_OF(ASN1_UTF8STRING) *sk, 897 int ossl_cmp_hdr_push0_freeText(OSSL_CMP_PKIHEADER *hdr, ASN1_UTF8STRING *text); 898 int ossl_cmp_hdr_push1_freeText(OSSL_CMP_PKIHEADER *hdr, ASN1_UTF8STRING *text);
|
H A D | cmp_status.c | 175 ASN1_UTF8STRING *text; in snprint_PKIStatusInfo_parts() 282 ASN1_UTF8STRING *utf8_text = NULL; in OSSL_CMP_STATUSINFO_new()
|
H A D | cmp_asn.c | 64 ASN1_UTF8STRING) 113 ASN1_UTF8STRING)), 126 ASN1_UTF8STRING)), 236 *OSSL_CMP_ITAV_new0_certProfile(STACK_OF(ASN1_UTF8STRING) *certProfile) in OSSL_CMP_ITAV_new0_certProfile() 248 STACK_OF(ASN1_UTF8STRING) **out) in OSSL_CMP_ITAV_get0_certProfile() 941 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_PKISI, statusString, ASN1_UTF8STRING), 983 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_POLLREP, reason, ASN1_UTF8STRING), 1060 ASN1_EXP_SEQUENCE_OF_OPT(OSSL_CMP_PKIHEADER, freeText, ASN1_UTF8STRING, 7),
|
H 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()
|
H A D | cmp_hdr.c | 144 int ossl_cmp_hdr_push0_freeText(OSSL_CMP_PKIHEADER *hdr, ASN1_UTF8STRING *text) in ossl_cmp_hdr_push0_freeText() 156 int ossl_cmp_hdr_push1_freeText(OSSL_CMP_PKIHEADER *hdr, ASN1_UTF8STRING *text) in ossl_cmp_hdr_push1_freeText()
|
/openssl/doc/internal/man3/ |
H A D | ossl_cmp_hdr_init.pod | 45 ASN1_UTF8STRING *text); 47 ASN1_UTF8STRING *text); 84 ossl_cmp_hdr_push0_freeText() pushes an ASN1_UTF8STRING to 87 ossl_cmp_hdr_push1_freeText() pushes an ASN1_UTF8STRING to
|
/openssl/test/ |
H A D | cmp_hdr_test.c | 246 ASN1_UTF8STRING *text = ASN1_UTF8STRING_new(); in execute_HDR_push0_freeText_test() 277 ASN1_UTF8STRING *text = ASN1_UTF8STRING_new(); in execute_HDR_push1_freeText_test() 278 ASN1_UTF8STRING *pushed_text; in execute_HDR_push1_freeText_test()
|
H A D | cmp_status_test.c | 44 ASN1_UTF8STRING *statusString = NULL; in execute_PKISI_test()
|
/openssl/crypto/asn1/ |
H A D | tasn_typ.c | 32 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_UTF8STRING)
|
H 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()
|
/openssl/crypto/ts/ |
H A D | ts_local.h | 97 STACK_OF(ASN1_UTF8STRING) *text;
|