Lines Matching refs:ASN1_STRING
140 * This indicates that the ASN1_STRING is not a real value but just a place
154 * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
481 ASN1_STRING *asn1_string;
501 ASN1_STRING *set;
502 ASN1_STRING *sequence;
569 ASN1_STRING *ASN1_STRING_new(void);
570 void ASN1_STRING_free(ASN1_STRING *a);
571 void ASN1_STRING_clear_free(ASN1_STRING *a);
572 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
573 DECLARE_ASN1_DUP_FUNCTION(ASN1_STRING)
574 ASN1_STRING *ASN1_STRING_type_new(int type);
575 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
580 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
581 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
582 int ASN1_STRING_length(const ASN1_STRING *x);
584 OSSL_DEPRECATEDIN_3_0 void ASN1_STRING_length_set(ASN1_STRING *x, int n);
586 int ASN1_STRING_type(const ASN1_STRING *x);
588 OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x);
590 const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x);
660 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
662 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
663 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
696 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
697 int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type);
784 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags);
787 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
813 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
814 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags);
834 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it);
835 void *ASN1_item_unpack_ex(const ASN1_STRING *oct, const ASN1_ITEM *it,
838 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
844 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
846 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
850 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,