• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/

Lines Matching defs:ASN1_STRING

216 /* This indicates that the ASN1_STRING is not a real value but just a place
232 } ASN1_STRING;
505 ASN1_STRING * asn1_string;
523 ASN1_STRING * set;
524 ASN1_STRING * sequence;
563 #define M_ASN1_BIT_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
565 ASN1_STRING_dup((ASN1_STRING *)a)
567 (ASN1_STRING *)a,(ASN1_STRING *)b)
568 #define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
572 #define M_ASN1_INTEGER_free(a) ASN1_STRING_free((ASN1_STRING *)a)
573 #define M_ASN1_INTEGER_dup(a) (ASN1_INTEGER *)ASN1_STRING_dup((ASN1_STRING *)a)
575 (ASN1_STRING *)a,(ASN1_STRING *)b)
579 #define M_ASN1_ENUMERATED_free(a) ASN1_STRING_free((ASN1_STRING *)a)
580 #define M_ASN1_ENUMERATED_dup(a) (ASN1_ENUMERATED *)ASN1_STRING_dup((ASN1_STRING *)a)
582 (ASN1_STRING *)a,(ASN1_STRING *)b)
586 #define M_ASN1_OCTET_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
588 ASN1_STRING_dup((ASN1_STRING *)a)
590 (ASN1_STRING *)a,(ASN1_STRING *)b)
591 #define M_ASN1_OCTET_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c)
592 #define M_ASN1_OCTET_STRING_print(a,b) ASN1_STRING_print(a,(ASN1_STRING *)b)
594 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_OCTET_STRING,\
626 #define M_ASN1_PRINTABLE_free(a) ASN1_STRING_free((ASN1_STRING *)a)
627 #define M_i2d_ASN1_PRINTABLE(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
630 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
634 #define M_DIRECTORYSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
635 #define M_i2d_DIRECTORYSTRING(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
638 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
642 #define M_DISPLAYTEXT_free(a) ASN1_STRING_free((ASN1_STRING *)a)
643 #define M_i2d_DISPLAYTEXT(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
646 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
651 #define M_ASN1_PRINTABLESTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
653 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_PRINTABLESTRING,\
657 ((ASN1_STRING **)a,pp,l,B_ASN1_PRINTABLESTRING)
661 #define M_ASN1_T61STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
663 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
667 ((ASN1_STRING **)a,pp,l,B_ASN1_T61STRING)
671 #define M_ASN1_IA5STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
673 (ASN1_IA5STRING *)ASN1_STRING_dup((ASN1_STRING *)a)
675 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_IA5STRING,\
678 (ASN1_IA5STRING *)d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l,\
683 #define M_ASN1_UTCTIME_free(a) ASN1_STRING_free((ASN1_STRING *)a)
684 #define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)ASN1_STRING_dup((ASN1_STRING *)a)
688 #define M_ASN1_GENERALIZEDTIME_free(a) ASN1_STRING_free((ASN1_STRING *)a)
690 (ASN1_STRING *)a)
694 #define M_ASN1_TIME_free(a) ASN1_STRING_free((ASN1_STRING *)a)
695 #define M_ASN1_TIME_dup(a) (ASN1_TIME *)ASN1_STRING_dup((ASN1_STRING *)a)
699 #define M_ASN1_GENERALSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
701 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_GENERALSTRING,\
705 ((ASN1_STRING **)a,pp,l,B_ASN1_GENERALSTRING)
709 #define M_ASN1_UNIVERSALSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
711 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UNIVERSALSTRING,\
715 ((ASN1_STRING **)a,pp,l,B_ASN1_UNIVERSALSTRING)
719 #define M_ASN1_BMPSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
721 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_BMPSTRING,\
725 ((ASN1_STRING **)a,pp,l,B_ASN1_BMPSTRING)
729 #define M_ASN1_VISIBLESTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
731 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_VISIBLESTRING,\
735 ((ASN1_STRING **)a,pp,l,B_ASN1_VISIBLESTRING)
739 #define M_ASN1_UTF8STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a)
741 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UTF8STRING,\
745 ((ASN1_STRING **)a,pp,l,B_ASN1_UTF8STRING)
769 ASN1_STRING * ASN1_STRING_new(void);
770 void ASN1_STRING_free(ASN1_STRING *a);
771 ASN1_STRING * ASN1_STRING_dup(ASN1_STRING *a);
772 ASN1_STRING * ASN1_STRING_type_new(int type );
773 int ASN1_STRING_cmp(ASN1_STRING *a, ASN1_STRING *b);
776 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len);
777 int ASN1_STRING_length(ASN1_STRING *x);
778 void ASN1_STRING_length_set(ASN1_STRING *x, int n);
779 int ASN1_STRING_type(ASN1_STRING *x);
780 unsigned char * ASN1_STRING_data(ASN1_STRING *x);
839 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
841 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
842 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
869 int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
870 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type);
892 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass);
893 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
897 ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a,const unsigned char **pp,
952 int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags);
955 int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in);
983 int ASN1_STRING_print(BIO *bp,ASN1_STRING *v);
984 int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags);
1017 void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i);
1018 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it);
1019 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d,
1027 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_OCTET_STRING **oct);
1032 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
1034 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
1038 ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out,