• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/

Lines Matching refs:ASN1_STRING

220  * This indicates that the ASN1_STRING is not a real value but just a place
234 * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING
529 ASN1_STRING *asn1_string;
549 ASN1_STRING *set;
550 ASN1_STRING *sequence;
583 # define M_ASN1_BIT_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
585 ASN1_STRING_dup((const ASN1_STRING *)a)
587 (const ASN1_STRING *)a,(const ASN1_STRING *)b)
588 # define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
592 # define M_ASN1_INTEGER_free(a) ASN1_STRING_free((ASN1_STRING *)a)
594 ASN1_STRING_dup((const ASN1_STRING *)a)
596 (const ASN1_STRING *)a,(const ASN1_STRING *)b)
600 # define M_ASN1_ENUMERATED_free(a) ASN1_STRING_free((ASN1_STRING *)a)
602 ASN1_STRING_dup((const ASN1_STRING *)a)
604 (const ASN1_STRING *)a,(const ASN1_STRING *)b)
608 # define M_ASN1_OCTET_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
610 ASN1_STRING_dup((const ASN1_STRING *)a)
612 (const ASN1_STRING *)a,(const ASN1_STRING *)b)
613 # define M_ASN1_OCTET_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
614 # define M_ASN1_OCTET_STRING_print(a,b) ASN1_STRING_print(a,(ASN1_STRING *)b)
616 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_OCTET_STRING,\
649 # define M_ASN1_PRINTABLE_free(a) ASN1_STRING_free((ASN1_STRING *)a)
650 # define M_i2d_ASN1_PRINTABLE(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
653 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
657 # define M_DIRECTORYSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
658 # define M_i2d_DIRECTORYSTRING(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
661 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
665 # define M_DISPLAYTEXT_free(a) ASN1_STRING_free((ASN1_STRING *)a)
666 # define M_i2d_DISPLAYTEXT(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
669 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
674 # define M_ASN1_PRINTABLESTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
676 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_PRINTABLESTRING,\
680 ((ASN1_STRING **)a,pp,l,B_ASN1_PRINTABLESTRING)
684 # define M_ASN1_T61STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
686 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
690 ((ASN1_STRING **)a,pp,l,B_ASN1_T61STRING)
694 # define M_ASN1_IA5STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
696 (ASN1_IA5STRING *)ASN1_STRING_dup((const ASN1_STRING *)a)
698 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_IA5STRING,\
701 (ASN1_IA5STRING *)d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l,\
706 # define M_ASN1_UTCTIME_free(a) ASN1_STRING_free((ASN1_STRING *)a)
708 ASN1_STRING_dup((const ASN1_STRING *)a)
712 # define M_ASN1_GENERALIZEDTIME_free(a) ASN1_STRING_free((ASN1_STRING *)a)
714 (const ASN1_STRING *)a)
718 # define M_ASN1_TIME_free(a) ASN1_STRING_free((ASN1_STRING *)a)
720 ASN1_STRING_dup((const ASN1_STRING *)a)
724 # define M_ASN1_GENERALSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
726 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_GENERALSTRING,\
730 ((ASN1_STRING **)a,pp,l,B_ASN1_GENERALSTRING)
734 # define M_ASN1_UNIVERSALSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
736 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UNIVERSALSTRING,\
740 ((ASN1_STRING **)a,pp,l,B_ASN1_UNIVERSALSTRING)
744 # define M_ASN1_BMPSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
746 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_BMPSTRING,\
750 ((ASN1_STRING **)a,pp,l,B_ASN1_BMPSTRING)
754 # define M_ASN1_VISIBLESTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
756 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_VISIBLESTRING,\
760 ((ASN1_STRING **)a,pp,l,B_ASN1_VISIBLESTRING)
764 # define M_ASN1_UTF8STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
766 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UTF8STRING,\
770 ((ASN1_STRING **)a,pp,l,B_ASN1_UTF8STRING)
796 ASN1_STRING *ASN1_STRING_new(void);
797 void ASN1_STRING_free(ASN1_STRING *a);
798 void ASN1_STRING_clear_free(ASN1_STRING *a);
799 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
800 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
801 ASN1_STRING *ASN1_STRING_type_new(int type);
802 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
807 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
808 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
809 int ASN1_STRING_length(const ASN1_STRING *x);
810 void ASN1_STRING_length_set(ASN1_STRING *x, int n);
811 int ASN1_STRING_type(ASN1_STRING *x);
812 unsigned char *ASN1_STRING_data(ASN1_STRING *x);
882 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
884 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
885 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
918 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
919 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type);
941 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass);
942 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
946 ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp,
1007 int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags);
1010 int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in);
1038 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
1039 int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags);
1066 void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i);
1067 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it);
1068 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d,
1076 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it,
1082 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
1084 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
1088 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,