Symbol: ASN1_STRING
lib/libcrypto/asn1/a_mbstr.c
103
ASN1_STRING *dest;
lib/libcrypto/asn1/a_mbstr.c
88
ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
lib/libcrypto/asn1/a_mbstr.c
96
ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
lib/libcrypto/asn1/a_strex.c
297
do_dump(unsigned long lflags, char_io *io_ch, void *arg, const ASN1_STRING *str)
lib/libcrypto/asn1/a_strex.c
339
const ASN1_STRING *str)
lib/libcrypto/asn1/a_strex.c
435
ASN1_STRING *val;
lib/libcrypto/asn1/a_strex.c
647
ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags)
lib/libcrypto/asn1/a_strex.c
654
ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags)
lib/libcrypto/asn1/a_string.c
102
ASN1_STRING_free(ASN1_STRING *astr)
lib/libcrypto/asn1/a_string.c
114
ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b)
lib/libcrypto/asn1/a_string.c
132
ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *src)
lib/libcrypto/asn1/a_string.c
147
ASN1_STRING *
lib/libcrypto/asn1/a_string.c
148
ASN1_STRING_dup(const ASN1_STRING *src)
lib/libcrypto/asn1/a_string.c
150
ASN1_STRING *astr;
lib/libcrypto/asn1/a_string.c
166
ASN1_STRING_set(ASN1_STRING *astr, const void *_data, int len)
lib/libcrypto/asn1/a_string.c
203
ASN1_STRING_set0(ASN1_STRING *astr, void *data, int len)
lib/libcrypto/asn1/a_string.c
213
ASN1_STRING_length(const ASN1_STRING *astr)
lib/libcrypto/asn1/a_string.c
220
ASN1_STRING_length_set(ASN1_STRING *astr, int len)
lib/libcrypto/asn1/a_string.c
228
ASN1_STRING_type(const ASN1_STRING *astr)
lib/libcrypto/asn1/a_string.c
235
ASN1_STRING_data(ASN1_STRING *astr)
lib/libcrypto/asn1/a_string.c
242
ASN1_STRING_get0_data(const ASN1_STRING *astr)
lib/libcrypto/asn1/a_string.c
249
ASN1_STRING_print(BIO *bp, const ASN1_STRING *astr)
lib/libcrypto/asn1/a_string.c
287
ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in)
lib/libcrypto/asn1/a_string.c
289
ASN1_STRING *astr = NULL;
lib/libcrypto/asn1/a_string.c
326
i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *astr, int type)
lib/libcrypto/asn1/a_string.c
361
a2i_ASN1_STRING(BIO *bp, ASN1_STRING *astr, char *buf, int size)
lib/libcrypto/asn1/a_string.c
68
ASN1_STRING *
lib/libcrypto/asn1/a_string.c
75
ASN1_STRING *
lib/libcrypto/asn1/a_string.c
78
ASN1_STRING *astr;
lib/libcrypto/asn1/a_string.c
80
if ((astr = calloc(1, sizeof(ASN1_STRING))) == NULL) {
lib/libcrypto/asn1/a_string.c
91
ASN1_STRING_clear(ASN1_STRING *astr)
lib/libcrypto/asn1/a_strnid.c
139
ASN1_STRING *
lib/libcrypto/asn1/a_strnid.c
140
ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, int inlen,
lib/libcrypto/asn1/a_strnid.c
144
ASN1_STRING *str = NULL;
lib/libcrypto/asn1/a_time.c
77
.size = sizeof(ASN1_STRING),
lib/libcrypto/asn1/a_type.c
150
ASN1_STRING *sdup;
lib/libcrypto/asn1/a_type.c
201
result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr,
lib/libcrypto/asn1/a_type.c
202
(ASN1_STRING *)b->value.ptr);
lib/libcrypto/asn1/a_type.c
213
ASN1_STRING *os;
lib/libcrypto/asn1/a_type.c
253
ASN1_STRING *sp = NULL;
lib/libcrypto/asn1/a_type.c
284
ASN1_STRING *sp = at->value.sequence;
lib/libcrypto/asn1/asn1.h
434
ASN1_STRING * asn1_string;
lib/libcrypto/asn1/asn1.h
452
ASN1_STRING * set;
lib/libcrypto/asn1/asn1.h
453
ASN1_STRING * sequence;
lib/libcrypto/asn1/asn1.h
526
ASN1_STRING *ASN1_STRING_new(void);
lib/libcrypto/asn1/asn1.h
527
void ASN1_STRING_free(ASN1_STRING *a);
lib/libcrypto/asn1/asn1.h
528
int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
lib/libcrypto/asn1/asn1.h
529
ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
lib/libcrypto/asn1/asn1.h
530
ASN1_STRING *ASN1_STRING_type_new(int type);
lib/libcrypto/asn1/asn1.h
531
int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
lib/libcrypto/asn1/asn1.h
534
int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
lib/libcrypto/asn1/asn1.h
535
void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
lib/libcrypto/asn1/asn1.h
536
int ASN1_STRING_length(const ASN1_STRING *x);
lib/libcrypto/asn1/asn1.h
537
void ASN1_STRING_length_set(ASN1_STRING *x, int n);
lib/libcrypto/asn1/asn1.h
538
int ASN1_STRING_type(const ASN1_STRING *x);
lib/libcrypto/asn1/asn1.h
539
unsigned char *ASN1_STRING_data(ASN1_STRING *x);
lib/libcrypto/asn1/asn1.h
540
const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x);
lib/libcrypto/asn1/asn1.h
619
ASN1_STRING *ASN1_PRINTABLE_new(void);
lib/libcrypto/asn1/asn1.h
620
void ASN1_PRINTABLE_free(ASN1_STRING *a);
lib/libcrypto/asn1/asn1.h
621
ASN1_STRING *d2i_ASN1_PRINTABLE(ASN1_STRING **a, const unsigned char **in, long len);
lib/libcrypto/asn1/asn1.h
622
int i2d_ASN1_PRINTABLE(ASN1_STRING *a, unsigned char **out);
lib/libcrypto/asn1/asn1.h
625
ASN1_STRING *DIRECTORYSTRING_new(void);
lib/libcrypto/asn1/asn1.h
626
void DIRECTORYSTRING_free(ASN1_STRING *a);
lib/libcrypto/asn1/asn1.h
627
ASN1_STRING *d2i_DIRECTORYSTRING(ASN1_STRING **a, const unsigned char **in, long len);
lib/libcrypto/asn1/asn1.h
628
int i2d_DIRECTORYSTRING(ASN1_STRING *a, unsigned char **out);
lib/libcrypto/asn1/asn1.h
630
ASN1_STRING *DISPLAYTEXT_new(void);
lib/libcrypto/asn1/asn1.h
631
void DISPLAYTEXT_free(ASN1_STRING *a);
lib/libcrypto/asn1/asn1.h
632
ASN1_STRING *d2i_DISPLAYTEXT(ASN1_STRING **a, const unsigned char **in, long len);
lib/libcrypto/asn1/asn1.h
633
int i2d_DISPLAYTEXT(ASN1_STRING *a, unsigned char **out);
lib/libcrypto/asn1/asn1.h
695
int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
lib/libcrypto/asn1/asn1.h
696
int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type);
lib/libcrypto/asn1/asn1.h
758
int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str,
lib/libcrypto/asn1/asn1.h
761
int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
lib/libcrypto/asn1/asn1.h
789
int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
lib/libcrypto/asn1/asn1.h
790
int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags);
lib/libcrypto/asn1/asn1.h
808
ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
lib/libcrypto/asn1/asn1.h
810
void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it);
lib/libcrypto/asn1/asn1.h
815
int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
lib/libcrypto/asn1/asn1.h
817
int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
lib/libcrypto/asn1/asn1.h
820
ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,
lib/libcrypto/asn1/asn1_item.c
174
ASN1_STRING *
lib/libcrypto/asn1/asn1_item.c
175
ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
lib/libcrypto/asn1/asn1_item.c
177
ASN1_STRING *octmp;
lib/libcrypto/asn1/asn1_item.c
210
ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it)
lib/libcrypto/asn1/asn1t.h
845
.size = sizeof(ASN1_STRING), \
lib/libcrypto/asn1/p5_pbe.c
131
ASN1_STRING *pbe_str = NULL;
lib/libcrypto/asn1/t_x509.c
345
X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent)
lib/libcrypto/asn1/t_x509.c
371
X509_signature_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig)
lib/libcrypto/asn1/tasn_dec.c
280
ASN1_STRING *astr;
lib/libcrypto/asn1/tasn_dec.c
365
ASN1_STRING_free((ASN1_STRING *)*pval);
lib/libcrypto/asn1/tasn_enc.c
565
ASN1_STRING *strtmp;
lib/libcrypto/asn1/tasn_enc.c
589
strtmp = (ASN1_STRING *)*pval;
lib/libcrypto/asn1/tasn_enc.c
662
strtmp = (ASN1_STRING *)*pval;
lib/libcrypto/asn1/tasn_fre.c
239
ASN1_STRING_free((ASN1_STRING *)*pval);
lib/libcrypto/asn1/tasn_new.c
271
ASN1_STRING *str;
lib/libcrypto/asn1/tasn_prn.c
385
asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent,
lib/libcrypto/asn1/tasn_prn.c
406
ASN1_STRING *str;
lib/libcrypto/asn1/tasn_prn.c
422
str = (ASN1_STRING *)*fld;
lib/libcrypto/asn1/tasn_prn.c
429
str = (ASN1_STRING *)*fld;
lib/libcrypto/asn1/tasn_prn.c
435
str = (ASN1_STRING *)*fld;
lib/libcrypto/asn1/tasn_typ.c
502
.size = sizeof(ASN1_STRING),
lib/libcrypto/asn1/tasn_typ.c
507
ASN1_STRING *
lib/libcrypto/asn1/tasn_typ.c
508
d2i_ASN1_PRINTABLE(ASN1_STRING **a, const unsigned char **in, long len)
lib/libcrypto/asn1/tasn_typ.c
510
return (ASN1_STRING *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
lib/libcrypto/asn1/tasn_typ.c
516
i2d_ASN1_PRINTABLE(ASN1_STRING *a, unsigned char **out)
lib/libcrypto/asn1/tasn_typ.c
522
ASN1_STRING *
lib/libcrypto/asn1/tasn_typ.c
525
return (ASN1_STRING *)ASN1_item_new(&ASN1_PRINTABLE_it);
lib/libcrypto/asn1/tasn_typ.c
530
ASN1_PRINTABLE_free(ASN1_STRING *a)
lib/libcrypto/asn1/tasn_typ.c
543
.size = sizeof(ASN1_STRING),
lib/libcrypto/asn1/tasn_typ.c
548
ASN1_STRING *
lib/libcrypto/asn1/tasn_typ.c
549
d2i_DISPLAYTEXT(ASN1_STRING **a, const unsigned char **in, long len)
lib/libcrypto/asn1/tasn_typ.c
551
return (ASN1_STRING *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
lib/libcrypto/asn1/tasn_typ.c
557
i2d_DISPLAYTEXT(ASN1_STRING *a, unsigned char **out)
lib/libcrypto/asn1/tasn_typ.c
563
ASN1_STRING *
lib/libcrypto/asn1/tasn_typ.c
566
return (ASN1_STRING *)ASN1_item_new(&DISPLAYTEXT_it);
lib/libcrypto/asn1/tasn_typ.c
571
DISPLAYTEXT_free(ASN1_STRING *a)
lib/libcrypto/asn1/tasn_typ.c
584
.size = sizeof(ASN1_STRING),
lib/libcrypto/asn1/tasn_typ.c
589
ASN1_STRING *
lib/libcrypto/asn1/tasn_typ.c
590
d2i_DIRECTORYSTRING(ASN1_STRING **a, const unsigned char **in, long len)
lib/libcrypto/asn1/tasn_typ.c
592
return (ASN1_STRING *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
lib/libcrypto/asn1/tasn_typ.c
598
i2d_DIRECTORYSTRING(ASN1_STRING *a, unsigned char **out)
lib/libcrypto/asn1/tasn_typ.c
604
ASN1_STRING *
lib/libcrypto/asn1/tasn_typ.c
607
return (ASN1_STRING *)ASN1_item_new(&DIRECTORYSTRING_it);
lib/libcrypto/asn1/tasn_typ.c
612
DIRECTORYSTRING_free(ASN1_STRING *a)
lib/libcrypto/asn1/x_name.c
547
asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in)
lib/libcrypto/asn1/x_name.c
84
static int asn1_string_canon(ASN1_STRING *out, ASN1_STRING *in);
lib/libcrypto/cms/cms.h
323
void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, ASN1_STRING **pcid,
lib/libcrypto/cms/cms_ess.c
102
ASN1_STRING *str;
lib/libcrypto/cms/cms_ess.c
189
CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, ASN1_STRING **pcid,
lib/libcrypto/cms/cms_local.h
334
ASN1_STRING *extendedCertificate; /* Obsolete */
lib/libcrypto/cms/cms_local.h
335
ASN1_STRING *v1AttrCert; /* Left encoded for now */
lib/libcrypto/cms/cms_local.h
336
ASN1_STRING *v2AttrCert; /* Left encoded for now */
lib/libcrypto/dh/dh_ameth.c
137
ASN1_STRING *astr = NULL;
lib/libcrypto/dh/dh_ameth.c
197
const ASN1_STRING *astr;
lib/libcrypto/dh/dh_ameth.c
252
ASN1_STRING *astr = NULL;
lib/libcrypto/dh/dh_ameth.c
84
const ASN1_STRING *astr;
lib/libcrypto/dsa/dsa_ameth.c
147
ASN1_STRING *astr = NULL;
lib/libcrypto/dsa/dsa_ameth.c
210
const ASN1_STRING *astr;
lib/libcrypto/dsa/dsa_ameth.c
289
ASN1_STRING *astr = NULL;
lib/libcrypto/dsa/dsa_ameth.c
591
dsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig,
lib/libcrypto/dsa/dsa_ameth.c
82
const ASN1_STRING *astr;
lib/libcrypto/ec/ec_ameth.c
116
ASN1_STRING *astr = NULL;
lib/libcrypto/ec/ec_ameth.c
148
eckey_from_explicit_params(const ASN1_STRING *astr, EC_KEY **out_eckey)
lib/libcrypto/ec/ec_ameth.c
907
ASN1_STRING *wrap_str = NULL;
lib/libcrypto/ec/ec_asn1.c
566
ec_point_from_asn1_string(const EC_GROUP *group, const ASN1_STRING *astr,
lib/libcrypto/ec/ec_asn1.c
598
int form, int type, ASN1_STRING **out_astr)
lib/libcrypto/ec/ec_asn1.c
600
ASN1_STRING *astr = NULL;
lib/libcrypto/evp/evp_local.h
127
const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx);
lib/libcrypto/ocsp/ocsp_ext.c
591
if (!ASN1_STRING_set((ASN1_STRING*)ia5, *urls, -1))
lib/libcrypto/pkcs7/pk7_attr.c
73
ASN1_STRING *seq = NULL;
lib/libcrypto/rsa/rsa_ameth.c
149
ASN1_STRING *str = NULL;
lib/libcrypto/rsa/rsa_ameth.c
241
ASN1_STRING *str = NULL;
lib/libcrypto/rsa/rsa_ameth.c
513
rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig,
lib/libcrypto/rsa/rsa_ameth.c
643
ASN1_STRING *astr = NULL;
lib/libcrypto/rsa/rsa_ameth.c
965
ASN1_STRING *astr = NULL;
lib/libcrypto/rsa/rsa_ameth.c
97
rsa_param_encode(const EVP_PKEY *pkey, ASN1_STRING **pstr, int *pstrtype)
lib/libcrypto/rsa/rsa_ameth.c
994
ASN1_STRING *astr = NULL;
lib/libcrypto/ts/ts_rsp_sign.c
957
ASN1_STRING *seq = NULL;
lib/libcrypto/x509/x509.h
344
int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent);
lib/libcrypto/x509/x509.h
346
const ASN1_STRING *sig);
lib/libcrypto/x509/x509.h
818
ASN1_STRING * X509_NAME_ENTRY_get_data(const X509_NAME_ENTRY *ne);
lib/libcrypto/x509/x509_att.c
285
ASN1_STRING *stmp = NULL;
lib/libcrypto/x509/x509_constraints.c
892
ASN1_STRING *aname;
lib/libcrypto/x509/x509_constraints.c
924
ASN1_STRING *aname;
lib/libcrypto/x509/x509_ia5.c
259
if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str,
lib/libcrypto/x509/x509_local.h
103
ASN1_STRING *value;
lib/libcrypto/x509/x509_obj.c
110
X509_NAME_ENTRY_add_value_cbb(CBB *cbb, const ASN1_STRING *astr)
lib/libcrypto/x509/x509_ocsp.c
266
if (!ASN1_STRING_print(bp, (ASN1_STRING*)a->crlUrl))
lib/libcrypto/x509/x509_utl.c
1030
do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal,
lib/libcrypto/x509/x509_utl.c
1103
ASN1_STRING *cstr;
lib/libcrypto/x509/x509_utl.c
1136
ASN1_STRING *str;
lib/libcrypto/x509/x509name.c
432
ASN1_STRING *
lib/libcrypto/x509/x509name.c
89
ASN1_STRING *data;
lib/libcrypto/x509/x509v3.h
161
ASN1_STRING *nameAssigner;
lib/libcrypto/x509/x509v3.h
162
ASN1_STRING *partyName;
lib/libcrypto/x509/x509v3.h
183
ASN1_STRING *x400Address;
lib/libcrypto/x509/x509v3.h
256
ASN1_STRING *organization;
lib/libcrypto/x509/x509v3.h
262
ASN1_STRING *exptext;
lib/libtls/tls_verify.c
220
const ASN1_STRING *data;
regress/lib/libcrypto/asn1/asn1_string_to_utf8.c
76
ASN1_STRING *str = NULL;
regress/lib/libcrypto/asn1/asn1_string_to_utf8.c
83
if ((str = (ASN1_STRING *)ASN1_item_d2i(NULL, &der, test->der_len,
regress/lib/libcrypto/asn1/asn1basic.c
1247
ASN1_STRING *(*new)(void);
regress/lib/libcrypto/asn1/asn1basic.c
1248
void (*free)(ASN1_STRING *);
regress/lib/libcrypto/asn1/asn1basic.c
1379
ASN1_STRING *astr = NULL;
regress/lib/libcrypto/asn1/asn1basic.c
1467
ASN1_STRING *a = NULL, *b = NULL;
regress/lib/libcrypto/asn1/asn1complex.c
262
ASN1_STRING *astr = NULL;
regress/lib/libcrypto/asn1/asn1string_copy.c
28
ASN1_STRING *src, *dst;
regress/lib/libtls/verify/verifytest.c
409
ASN1_STRING *alt_name_str;
sbin/iked/ca.c
2027
ASN1_STRING *cstr;
usr.bin/openssl/ca.c
153
int old_entry_print(BIO *bp, ASN1_OBJECT *obj, ASN1_STRING *str);
usr.bin/openssl/ca.c
1679
validate_octets(const ASN1_STRING *astr)
usr.bin/openssl/ca.c
1715
ASN1_STRING *str, *str2;
usr.bin/openssl/ca.c
2699
old_entry_print(BIO *bp, ASN1_OBJECT *obj, ASN1_STRING *str)
usr.bin/openssl/cms.c
1850
ASN1_STRING *scid;
usr.bin/openssl/pkcs12.c
1024
hex_print(BIO *out, const ASN1_STRING *str)
usr.sbin/nsd/options.c
2307
ASN1_STRING *common_name_asn1 = NULL;
usr.sbin/rpki-client/ccr.c
195
hex_encode_asn1_string(const ASN1_STRING *str)
usr.sbin/rpki-client/ccr.c
210
copy_asn1_string(const ASN1_STRING *astr, unsigned char *buf, size_t len)
usr.sbin/rpki-client/x509.c
373
valid_printable_string(const char *fn, const char *descr, const ASN1_STRING *as)
usr.sbin/rpki-client/x509.c
413
const ASN1_STRING *as;