crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
506
ASN1_STRING param_str, pubkey_str;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
577
const ASN1_STRING *params;
crypto/openssl/apps/ca.c
139
static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str);
crypto/openssl/apps/ca.c
1501
ASN1_STRING *str, *str2;
crypto/openssl/apps/ca.c
2526
static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str)
crypto/openssl/apps/cms.c
1457
ASN1_STRING *scid;
crypto/openssl/apps/include/apps.h
83
void corrupt_signature(const ASN1_STRING *signature);
crypto/openssl/apps/lib/apps.c
2428
ASN1_STRING *uri;
crypto/openssl/apps/lib/apps.c
3286
void corrupt_signature(const ASN1_STRING *signature)
crypto/openssl/crypto/asn1/a_int.c
332
static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype)
crypto/openssl/crypto/asn1/a_int.c
345
static int asn1_string_set_int64(ASN1_STRING *a, int64_t r, int itype)
crypto/openssl/crypto/asn1/a_int.c
368
static int asn1_string_get_uint64(uint64_t *pr, const ASN1_STRING *a,
crypto/openssl/crypto/asn1/a_int.c
386
static int asn1_string_set_uint64(ASN1_STRING *a, uint64_t r, int itype)
crypto/openssl/crypto/asn1/a_int.c
465
static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai,
crypto/openssl/crypto/asn1/a_mbstr.c
36
int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
crypto/openssl/crypto/asn1/a_mbstr.c
42
int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
crypto/openssl/crypto/asn1/a_mbstr.c
50
ASN1_STRING *dest;
crypto/openssl/crypto/asn1/a_print.c
69
int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v)
crypto/openssl/crypto/asn1/a_strex.c
257
const ASN1_STRING *str)
crypto/openssl/crypto/asn1/a_strex.c
326
const ASN1_STRING *str)
crypto/openssl/crypto/asn1/a_strex.c
426
const ASN1_STRING *val;
crypto/openssl/crypto/asn1/a_strex.c
584
int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags)
crypto/openssl/crypto/asn1/a_strex.c
590
int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags)
crypto/openssl/crypto/asn1/a_strex.c
601
int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in)
crypto/openssl/crypto/asn1/a_strex.c
603
ASN1_STRING stmp, *str = &stmp;
crypto/openssl/crypto/asn1/a_strnid.c
79
ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,
crypto/openssl/crypto/asn1/a_strnid.c
84
ASN1_STRING *str = NULL;
crypto/openssl/crypto/asn1/a_time.c
434
if (s == NULL || ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t))
crypto/openssl/crypto/asn1/a_type.c
101
result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr,
crypto/openssl/crypto/asn1/a_type.c
102
(ASN1_STRING *)b->value.ptr);
crypto/openssl/crypto/asn1/a_type.c
53
ASN1_STRING *sdup;
crypto/openssl/crypto/asn1/ameth_lib.c
382
const ASN1_STRING *sig))
crypto/openssl/crypto/asn1/asn1_lib.c
251
void ossl_asn1_string_set_bits_left(ASN1_STRING *str, unsigned int num)
crypto/openssl/crypto/asn1/asn1_lib.c
257
int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str)
crypto/openssl/crypto/asn1/asn1_lib.c
270
ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str)
crypto/openssl/crypto/asn1/asn1_lib.c
272
ASN1_STRING *ret;
crypto/openssl/crypto/asn1/asn1_lib.c
286
int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len_in)
crypto/openssl/crypto/asn1/asn1_lib.c
339
void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len)
crypto/openssl/crypto/asn1/asn1_lib.c
346
ASN1_STRING *ASN1_STRING_new(void)
crypto/openssl/crypto/asn1/asn1_lib.c
351
ASN1_STRING *ASN1_STRING_type_new(int type)
crypto/openssl/crypto/asn1/asn1_lib.c
353
ASN1_STRING *ret;
crypto/openssl/crypto/asn1/asn1_lib.c
362
void ossl_asn1_string_embed_free(ASN1_STRING *a, int embed)
crypto/openssl/crypto/asn1/asn1_lib.c
372
void ASN1_STRING_free(ASN1_STRING *a)
crypto/openssl/crypto/asn1/asn1_lib.c
379
void ASN1_STRING_clear_free(ASN1_STRING *a)
crypto/openssl/crypto/asn1/asn1_lib.c
388
int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b)
crypto/openssl/crypto/asn1/asn1_lib.c
405
int ASN1_STRING_length(const ASN1_STRING *x)
crypto/openssl/crypto/asn1/asn1_lib.c
411
void ASN1_STRING_length_set(ASN1_STRING *x, int len)
crypto/openssl/crypto/asn1/asn1_lib.c
417
int ASN1_STRING_type(const ASN1_STRING *x)
crypto/openssl/crypto/asn1/asn1_lib.c
422
const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x)
crypto/openssl/crypto/asn1/asn1_lib.c
428
unsigned char *ASN1_STRING_data(ASN1_STRING *x)
crypto/openssl/crypto/asn1/asn1_local.h
50
void ossl_asn1_string_embed_free(ASN1_STRING *a, int embed);
crypto/openssl/crypto/asn1/asn_pack.c
16
ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
crypto/openssl/crypto/asn1/asn_pack.c
18
ASN1_STRING *octmp;
crypto/openssl/crypto/asn1/asn_pack.c
52
void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it)
crypto/openssl/crypto/asn1/asn_pack.c
63
void *ASN1_item_unpack_ex(const ASN1_STRING *oct, const ASN1_ITEM *it,
crypto/openssl/crypto/asn1/evp_asn1.c
18
ASN1_STRING *os;
crypto/openssl/crypto/asn1/f_string.c
16
int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type)
crypto/openssl/crypto/asn1/f_string.c
46
int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size)
crypto/openssl/crypto/asn1/p5_pbe.c
33
ASN1_STRING *pbe_str = NULL;
crypto/openssl/crypto/asn1/tasn_dec.c
862
ASN1_STRING *stmp;
crypto/openssl/crypto/asn1/tasn_dec.c
968
stmp = (ASN1_STRING *)*pval;
crypto/openssl/crypto/asn1/tasn_enc.c
524
ASN1_STRING *strtmp;
crypto/openssl/crypto/asn1/tasn_enc.c
544
strtmp = (ASN1_STRING *)*pval;
crypto/openssl/crypto/asn1/tasn_enc.c
621
strtmp = (ASN1_STRING *)*pval;
crypto/openssl/crypto/asn1/tasn_fre.c
208
ossl_asn1_string_embed_free((ASN1_STRING *)*pval, embed);
crypto/openssl/crypto/asn1/tasn_new.c
263
ASN1_STRING *str;
crypto/openssl/crypto/asn1/tasn_new.c
308
str = *(ASN1_STRING **)pval;
crypto/openssl/crypto/asn1/tasn_prn.c
415
static int asn1_print_obstring(BIO *out, const ASN1_STRING *str, int indent)
crypto/openssl/crypto/asn1/tasn_prn.c
436
ASN1_STRING *str;
crypto/openssl/crypto/asn1/tasn_prn.c
446
str = (ASN1_STRING *)*fld;
crypto/openssl/crypto/asn1/tasn_prn.c
453
str = (ASN1_STRING *)*fld;
crypto/openssl/crypto/asn1/tasn_prn.c
459
str = (ASN1_STRING *)*fld;
crypto/openssl/crypto/asn1/tasn_typ.c
58
IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
crypto/openssl/crypto/asn1/tasn_typ.c
61
IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
crypto/openssl/crypto/asn1/tasn_typ.c
64
IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
crypto/openssl/crypto/asn1/x_algor.c
181
ASN1_STRING *stmp = NULL;
crypto/openssl/crypto/cmp/cmp_protect.c
198
ASN1_STRING *pbm_str = NULL;
crypto/openssl/crypto/cmp/cmp_protect.c
62
ASN1_STRING *pbm_str = NULL;
crypto/openssl/crypto/cmp/cmp_protect.c
81
pbm_str = (ASN1_STRING *)ppval;
crypto/openssl/crypto/cms/cms_dh.c
205
ASN1_STRING *wrap_str;
crypto/openssl/crypto/cms/cms_ec.c
265
ASN1_STRING *wrap_str;
crypto/openssl/crypto/cms/cms_ec.c
28
const ASN1_STRING *pstr = pval;
crypto/openssl/crypto/cms/cms_ess.c
193
ASN1_STRING **pcid,
crypto/openssl/crypto/cms/cms_ess.c
28
ASN1_STRING *str;
crypto/openssl/crypto/cms/cms_ess.c
55
ASN1_STRING *str;
crypto/openssl/crypto/cms/cms_ess.c
82
ASN1_STRING *str;
crypto/openssl/crypto/cms/cms_local.h
312
ASN1_STRING *extendedCertificate; /* Obsolete */
crypto/openssl/crypto/cms/cms_local.h
313
ASN1_STRING *v1AttrCert; /* Left encoded for now */
crypto/openssl/crypto/cms/cms_local.h
314
ASN1_STRING *v2AttrCert; /* Left encoded for now */
crypto/openssl/crypto/cms/cms_rsa.c
125
ASN1_STRING *os = NULL;
crypto/openssl/crypto/cms/cms_rsa.c
227
ASN1_STRING *os = NULL;
crypto/openssl/crypto/cms/cms_sd.c
298
ASN1_STRING *seq = NULL;
crypto/openssl/crypto/cms/cms_sd.c
323
ASN1_STRING *seq = NULL;
crypto/openssl/crypto/crmf/crmf_lib.c
120
IMPLEMENT_CRMF_CTRL_FUNC(regToken, ASN1_STRING, regCtrl)
crypto/openssl/crypto/dh/dh_ameth.c
117
ASN1_STRING *str;
crypto/openssl/crypto/dh/dh_ameth.c
179
ASN1_STRING *params = NULL;
crypto/openssl/crypto/dh/dh_ameth.c
66
const ASN1_STRING *pstr;
crypto/openssl/crypto/dh/dh_backend.c
187
const ASN1_STRING *pstr;
crypto/openssl/crypto/dsa/dsa_ameth.c
164
ASN1_STRING *params = NULL;
crypto/openssl/crypto/dsa/dsa_ameth.c
35
const ASN1_STRING *pstr;
crypto/openssl/crypto/dsa/dsa_ameth.c
375
const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx)
crypto/openssl/crypto/dsa/dsa_ameth.c
92
ASN1_STRING *str = NULL;
crypto/openssl/crypto/dsa/dsa_backend.c
128
const ASN1_STRING *pstr;
crypto/openssl/crypto/ec/ec_ameth.c
52
ASN1_STRING *pstr = NULL;
crypto/openssl/crypto/ec/ec_backend.c
741
const ASN1_STRING *str = pval;
crypto/openssl/crypto/ec/ec_backend.c
774
const ASN1_STRING *pstr = pval;
crypto/openssl/crypto/ec/ecx_meth.c
582
const ASN1_STRING *sig)
crypto/openssl/crypto/ec/ecx_meth.c
598
const ASN1_STRING *sig)
crypto/openssl/crypto/ocsp/ocsp_ext.c
449
if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1))
crypto/openssl/crypto/ocsp/v3_ocsp.c
97
if (!ASN1_STRING_print(bp, (ASN1_STRING *)a->crlUrl))
crypto/openssl/crypto/pkcs7/pk7_attr.c
23
ASN1_STRING *seq;
crypto/openssl/crypto/rsa/rsa_ameth.c
149
ASN1_STRING *str;
crypto/openssl/crypto/rsa/rsa_ameth.c
30
ASN1_STRING **pstr, int *pstrtype)
crypto/openssl/crypto/rsa/rsa_ameth.c
402
const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx)
crypto/openssl/crypto/rsa/rsa_ameth.c
522
ASN1_STRING *ossl_rsa_ctx_to_pss_string(EVP_PKEY_CTX *pkctx)
crypto/openssl/crypto/rsa/rsa_ameth.c
525
ASN1_STRING *os;
crypto/openssl/crypto/rsa/rsa_ameth.c
57
ASN1_STRING *str;
crypto/openssl/crypto/rsa/rsa_ameth.c
667
ASN1_STRING *os1 = NULL;
crypto/openssl/crypto/rsa/rsa_ameth.c
674
ASN1_STRING *os2 = ASN1_STRING_dup(os1);
crypto/openssl/crypto/rsa/rsa_ameth.c
723
const ASN1_STRING *sig)
crypto/openssl/crypto/ts/ts_rsp_sign.c
635
ASN1_STRING *seq = NULL;
crypto/openssl/crypto/ts/ts_rsp_sign.c
662
ASN1_STRING *seq = NULL;
crypto/openssl/crypto/x509/t_x509.c
264
int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent)
crypto/openssl/crypto/x509/t_x509.c
288
const ASN1_STRING *sig)
crypto/openssl/crypto/x509/v3_ac_tgt.c
109
ASN1_STRING *sig;
crypto/openssl/crypto/x509/v3_admis.c
174
ASN1_STRING *val = sk_ASN1_STRING_value(pinfo->professionItems, k);
crypto/openssl/crypto/x509/v3_admis.c
229
const ASN1_STRING *NAMING_AUTHORITY_get0_authorityText(const NAMING_AUTHORITY *n)
crypto/openssl/crypto/x509/v3_admis.c
234
void NAMING_AUTHORITY_set0_authorityText(NAMING_AUTHORITY *n, ASN1_STRING *t)
crypto/openssl/crypto/x509/v3_admis.c
321
const STACK_OF(ASN1_STRING) *PROFESSION_INFO_get0_professionItems(const PROFESSION_INFO *pi)
crypto/openssl/crypto/x509/v3_admis.c
327
STACK_OF(ASN1_STRING) *as)
crypto/openssl/crypto/x509/v3_admis.h
16
ASN1_STRING *namingAuthorityText; /* i.e. DIRECTORYSTRING */
crypto/openssl/crypto/x509/v3_admis.h
21
STACK_OF(ASN1_STRING) *professionItems; /* i.e. DIRECTORYSTRING */
crypto/openssl/crypto/x509/v3_ia5.c
53
if (!ASN1_STRING_set((ASN1_STRING *)ia5, str, strlen(str))) {
crypto/openssl/crypto/x509/v3_lib.c
138
ASN1_STRING *extvalue;
crypto/openssl/crypto/x509/v3_ncons.c
341
static int cn2dnsid(ASN1_STRING *cn, unsigned char **dnsid, size_t *idlen)
crypto/openssl/crypto/x509/v3_ncons.c
441
ASN1_STRING stmp;
crypto/openssl/crypto/x509/v3_ncons.c
453
ASN1_STRING *cn;
crypto/openssl/crypto/x509/v3_utf8.c
56
if (!ASN1_STRING_set((ASN1_STRING *)utf8, str, strlen(str))) {
crypto/openssl/crypto/x509/v3_utl.c
824
static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal,
crypto/openssl/crypto/x509/v3_utl.c
908
ASN1_STRING *cstr;
crypto/openssl/crypto/x509/v3_utl.c
990
const ASN1_STRING *str = X509_NAME_ENTRY_get_data(ne);
crypto/openssl/crypto/x509/x509_att.c
351
ASN1_STRING *stmp = NULL;
crypto/openssl/crypto/x509/x509_set.c
213
const ASN1_STRING *sig, const EVP_PKEY *pubkey)
crypto/openssl/crypto/x509/x509aset.c
15
static int replace_gentime(ASN1_STRING **dest, const ASN1_GENERALIZEDTIME *src)
crypto/openssl/crypto/x509/x509aset.c
17
ASN1_STRING *s;
crypto/openssl/crypto/x509/x509name.c
34
const ASN1_STRING *data;
crypto/openssl/crypto/x509/x509name.c
351
ASN1_STRING *X509_NAME_ENTRY_get_data(const X509_NAME_ENTRY *ne)
crypto/openssl/crypto/x509/x_attrib.c
81
ASN1_STRING *str;
crypto/openssl/crypto/x509/x_crl.c
350
return (ASN1_STRING_cmp((ASN1_STRING *)&(*a)->serialNumber,
crypto/openssl/crypto/x509/x_crl.c
351
(ASN1_STRING *)&(*b)->serialNumber));
crypto/openssl/crypto/x509/x_name.c
38
static int asn1_string_canon(ASN1_STRING *out, const ASN1_STRING *in);
crypto/openssl/crypto/x509/x_name.c
393
static int asn1_string_canon(ASN1_STRING *out, const ASN1_STRING *in)
crypto/openssl/include/crypto/asn1.h
150
void ossl_asn1_string_set_bits_left(ASN1_STRING *str, unsigned int num);
crypto/openssl/include/crypto/asn1.h
50
const X509_ALGOR *sigalg, const ASN1_STRING *sig,
crypto/openssl/include/crypto/asn1.h
66
const ASN1_STRING *sig);
crypto/openssl/include/crypto/rsa.h
123
ASN1_STRING *ossl_rsa_ctx_to_pss_string(EVP_PKEY_CTX *pkctx);
crypto/openssl/include/crypto/x509.h
33
ASN1_STRING *value; /* AttributeValue */
crypto/openssl/include/openssl/asn1.h
1003
int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
crypto/openssl/include/openssl/asn1.h
1005
int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
crypto/openssl/include/openssl/asn1.h
1009
ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,
crypto/openssl/include/openssl/asn1.h
529
ASN1_STRING *asn1_string;
crypto/openssl/include/openssl/asn1.h
549
ASN1_STRING *set;
crypto/openssl/include/openssl/asn1.h
550
ASN1_STRING *sequence;
crypto/openssl/include/openssl/asn1.h
652
ASN1_STRING *ASN1_STRING_new(void);
crypto/openssl/include/openssl/asn1.h
653
void ASN1_STRING_free(ASN1_STRING *a);
crypto/openssl/include/openssl/asn1.h
654
void ASN1_STRING_clear_free(ASN1_STRING *a);
crypto/openssl/include/openssl/asn1.h
655
int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
crypto/openssl/include/openssl/asn1.h
656
DECLARE_ASN1_DUP_FUNCTION(ASN1_STRING)
crypto/openssl/include/openssl/asn1.h
657
ASN1_STRING *ASN1_STRING_type_new(int type);
crypto/openssl/include/openssl/asn1.h
658
int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
crypto/openssl/include/openssl/asn1.h
663
int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
crypto/openssl/include/openssl/asn1.h
664
void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
crypto/openssl/include/openssl/asn1.h
665
int ASN1_STRING_length(const ASN1_STRING *x);
crypto/openssl/include/openssl/asn1.h
667
OSSL_DEPRECATEDIN_3_0 void ASN1_STRING_length_set(ASN1_STRING *x, int n);
crypto/openssl/include/openssl/asn1.h
669
int ASN1_STRING_type(const ASN1_STRING *x);
crypto/openssl/include/openssl/asn1.h
671
OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x);
crypto/openssl/include/openssl/asn1.h
673
const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x);
crypto/openssl/include/openssl/asn1.h
820
DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
crypto/openssl/include/openssl/asn1.h
822
DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
crypto/openssl/include/openssl/asn1.h
823
DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
crypto/openssl/include/openssl/asn1.h
856
int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
crypto/openssl/include/openssl/asn1.h
857
int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type);
crypto/openssl/include/openssl/asn1.h
943
int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags);
crypto/openssl/include/openssl/asn1.h
946
int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
crypto/openssl/include/openssl/asn1.h
972
int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
crypto/openssl/include/openssl/asn1.h
973
int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags);
crypto/openssl/include/openssl/asn1.h
993
void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it);
crypto/openssl/include/openssl/asn1.h
994
void *ASN1_item_unpack_ex(const ASN1_STRING *oct, const ASN1_ITEM *it,
crypto/openssl/include/openssl/asn1.h
997
ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
crypto/openssl/include/openssl/asn1t.h
761
mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname ASN1_ITEM_end(itname)
crypto/openssl/include/openssl/cms.h
470
ASN1_STRING **pcid,
crypto/openssl/include/openssl/evp.h
1687
const ASN1_STRING *sig));
crypto/openssl/include/openssl/types.h
45
#define ASN1_INTEGER ASN1_STRING
crypto/openssl/include/openssl/types.h
46
#define ASN1_ENUMERATED ASN1_STRING
crypto/openssl/include/openssl/types.h
47
#define ASN1_BIT_STRING ASN1_STRING
crypto/openssl/include/openssl/types.h
48
#define ASN1_OCTET_STRING ASN1_STRING
crypto/openssl/include/openssl/types.h
49
#define ASN1_PRINTABLESTRING ASN1_STRING
crypto/openssl/include/openssl/types.h
50
#define ASN1_T61STRING ASN1_STRING
crypto/openssl/include/openssl/types.h
51
#define ASN1_IA5STRING ASN1_STRING
crypto/openssl/include/openssl/types.h
52
#define ASN1_UTCTIME ASN1_STRING
crypto/openssl/include/openssl/types.h
53
#define ASN1_GENERALIZEDTIME ASN1_STRING
crypto/openssl/include/openssl/types.h
54
#define ASN1_TIME ASN1_STRING
crypto/openssl/include/openssl/types.h
55
#define ASN1_GENERALSTRING ASN1_STRING
crypto/openssl/include/openssl/types.h
56
#define ASN1_UNIVERSALSTRING ASN1_STRING
crypto/openssl/include/openssl/types.h
57
#define ASN1_BMPSTRING ASN1_STRING
crypto/openssl/include/openssl/types.h
58
#define ASN1_VISIBLESTRING ASN1_STRING
crypto/openssl/include/openssl/types.h
59
#define ASN1_UTF8STRING ASN1_STRING
crypto/openssl/include/openssl/x509.h
1080
ASN1_STRING *X509_NAME_ENTRY_get_data(const X509_NAME_ENTRY *ne);
crypto/openssl/include/openssl/x509.h
540
int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent);
crypto/openssl/include/openssl/x509.h
542
const ASN1_STRING *sig);
crypto/openssl/include/openssl/x509v3.h
1350
SKM_DEFINE_STACK_OF_INTERNAL(ASN1_STRING, ASN1_STRING, ASN1_STRING)
crypto/openssl/include/openssl/x509v3.h
1352
#define sk_ASN1_STRING_value(sk, idx) ((ASN1_STRING *)OPENSSL_sk_value(ossl_check_const_ASN1_STRING_sk_type(sk), (idx)))
crypto/openssl/include/openssl/x509v3.h
1353
#define sk_ASN1_STRING_new(cmp) ((STACK_OF(ASN1_STRING) *)OPENSSL_sk_new(ossl_check_ASN1_STRING_compfunc_type(cmp)))
crypto/openssl/include/openssl/x509v3.h
1354
#define sk_ASN1_STRING_new_null() ((STACK_OF(ASN1_STRING) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/x509v3.h
1355
#define sk_ASN1_STRING_new_reserve(cmp, n) ((STACK_OF(ASN1_STRING) *)OPENSSL_sk_new_reserve(ossl_check_ASN1_STRING_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/x509v3.h
1359
#define sk_ASN1_STRING_delete(sk, i) ((ASN1_STRING *)OPENSSL_sk_delete(ossl_check_ASN1_STRING_sk_type(sk), (i)))
crypto/openssl/include/openssl/x509v3.h
1360
#define sk_ASN1_STRING_delete_ptr(sk, ptr) ((ASN1_STRING *)OPENSSL_sk_delete_ptr(ossl_check_ASN1_STRING_sk_type(sk), ossl_check_ASN1_STRING_type(ptr)))
crypto/openssl/include/openssl/x509v3.h
1363
#define sk_ASN1_STRING_pop(sk) ((ASN1_STRING *)OPENSSL_sk_pop(ossl_check_ASN1_STRING_sk_type(sk)))
crypto/openssl/include/openssl/x509v3.h
1364
#define sk_ASN1_STRING_shift(sk) ((ASN1_STRING *)OPENSSL_sk_shift(ossl_check_ASN1_STRING_sk_type(sk)))
crypto/openssl/include/openssl/x509v3.h
1367
#define sk_ASN1_STRING_set(sk, idx, ptr) ((ASN1_STRING *)OPENSSL_sk_set(ossl_check_ASN1_STRING_sk_type(sk), (idx), ossl_check_ASN1_STRING_type(ptr)))
crypto/openssl/include/openssl/x509v3.h
1373
#define sk_ASN1_STRING_dup(sk) ((STACK_OF(ASN1_STRING) *)OPENSSL_sk_dup(ossl_check_const_ASN1_STRING_sk_type(sk)))
crypto/openssl/include/openssl/x509v3.h
1374
#define sk_ASN1_STRING_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(ASN1_STRING) *)OPENSSL_sk_deep_copy(ossl_check_const_ASN1_STRING_sk_type(sk), ossl_check_ASN1_STRING_copyfunc_type(copyfunc), ossl_check_ASN1_STRING_freefunc_type(freefunc)))
crypto/openssl/include/openssl/x509v3.h
1451
const ASN1_STRING *NAMING_AUTHORITY_get0_authorityText(
crypto/openssl/include/openssl/x509v3.h
1458
ASN1_STRING *namingAuthorityText);
crypto/openssl/include/openssl/x509v3.h
1482
const STACK_OF(ASN1_STRING) *PROFESSION_INFO_get0_professionItems(
crypto/openssl/include/openssl/x509v3.h
1485
PROFESSION_INFO *pi, STACK_OF(ASN1_STRING) *as);
crypto/openssl/include/openssl/x509v3.h
1591
ASN1_STRING *content;
crypto/openssl/include/openssl/x509v3.h
1603
ASN1_STRING *attributeSyntax;
crypto/openssl/include/openssl/x509v3.h
171
ASN1_STRING *nameAssigner;
crypto/openssl/include/openssl/x509v3.h
172
ASN1_STRING *partyName;
crypto/openssl/include/openssl/x509v3.h
191
ASN1_STRING *x400Address;
crypto/openssl/include/openssl/x509v3.h
425
ASN1_STRING *organization;
crypto/openssl/include/openssl/x509v3.h
431
ASN1_STRING *exptext;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
456
ASN1_STRING *params = ASN1_STRING_new();
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
561
ASN1_STRING *params = ASN1_STRING_new();
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
661
ASN1_STRING *params = ASN1_STRING_new();
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
928
ASN1_STRING *astr = NULL;
crypto/openssl/test/asn1_decode_test.c
235
ASN1_STRING *invalidDirString;
crypto/openssl/test/asn1_encode_test.c
865
ASN1_STRING *invalidDirString;
crypto/openssl/test/asn1_internal_test.c
280
ASN1_STRING *str = NULL;
lib/libfetch/common.c
979
ASN1_STRING *namedata;
usr.sbin/uefisign/uefisign.c
155
ASN1_STRING *s;