Home | History | Annotate | Download | only in openssl

Lines Matching refs:ASN1_STRING

123  * This indicates that the ASN1_STRING is not a real value but just a place
137 * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
449 ASN1_STRING *asn1_string;
469 ASN1_STRING *set;
470 ASN1_STRING *sequence;
538 ASN1_STRING *ASN1_STRING_new(void);
539 void ASN1_STRING_free(ASN1_STRING *a);
540 void ASN1_STRING_clear_free(ASN1_STRING *a);
541 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
542 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
543 ASN1_STRING *ASN1_STRING_type_new(int type);
544 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
549 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
550 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
551 int ASN1_STRING_length(const ASN1_STRING *x);
552 void ASN1_STRING_length_set(ASN1_STRING *x, int n);
553 int ASN1_STRING_type(const ASN1_STRING *x);
554 DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
555 const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x);
612 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
614 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
615 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
644 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
645 int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type);
731 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags);
734 int ASN1_STRING_to_UTF8(unsigned char **out, const ASN1_STRING *in);
761 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
762 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags);
782 void *ASN1_item_unpack(const ASN1_STRING *oct, const ASN1_ITEM *it);
784 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
790 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
792 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
796 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,