Lines Matching refs:ASN1_STRING

137  * This indicates that the ASN1_STRING is not a real value but just a place
151 * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
478 ASN1_STRING *asn1_string;
498 ASN1_STRING *set;
499 ASN1_STRING *sequence;
566 ASN1_STRING *ASN1_STRING_new(void);
567 void ASN1_STRING_free(ASN1_STRING *a);
568 void ASN1_STRING_clear_free(ASN1_STRING *a);
569 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
570 DECLARE_ASN1_DUP_FUNCTION(ASN1_STRING)
571 ASN1_STRING *ASN1_STRING_type_new(int type);
572 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
577 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
578 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
579 int ASN1_STRING_length(const ASN1_STRING *x);
581 OSSL_DEPRECATEDIN_3_0 void ASN1_STRING_length_set(ASN1_STRING *x, int n);
583 int ASN1_STRING_type(const ASN1_STRING *x);
585 OSSL_DEPRECATEDIN_1_1_0 unsigned char *ASN1_STRING_data(ASN1_STRING *x);
587 const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x);
657 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
659 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
660 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
693 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
694 int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type);
781 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags);
784 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
810 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
811 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags);
831 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it);
833 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
839 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
841 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
845 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,