Searched refs:ASN1_STRING (Results 1 - 25 of 143) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dossl_typ.h61 #define ASN1_INTEGER ASN1_STRING
62 #define ASN1_ENUMERATED ASN1_STRING
63 #define ASN1_BIT_STRING ASN1_STRING
64 #define ASN1_OCTET_STRING ASN1_STRING
65 #define ASN1_PRINTABLESTRING ASN1_STRING
66 #define ASN1_T61STRING ASN1_STRING
67 #define ASN1_IA5STRING ASN1_STRING
68 #define ASN1_UTCTIME ASN1_STRING
69 #define ASN1_GENERALIZEDTIME ASN1_STRING
70 #define ASN1_TIME ASN1_STRING
[all...]
H A Dasn1.h216 /* This indicates that the ASN1_STRING is not a real value but just a place
232 } ASN1_STRING; typedef in typeref:struct:asn1_string_st
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 *)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dossl_typ.h61 #define ASN1_INTEGER ASN1_STRING
62 #define ASN1_ENUMERATED ASN1_STRING
63 #define ASN1_BIT_STRING ASN1_STRING
64 #define ASN1_OCTET_STRING ASN1_STRING
65 #define ASN1_PRINTABLESTRING ASN1_STRING
66 #define ASN1_T61STRING ASN1_STRING
67 #define ASN1_IA5STRING ASN1_STRING
68 #define ASN1_UTCTIME ASN1_STRING
69 #define ASN1_GENERALIZEDTIME ASN1_STRING
70 #define ASN1_TIME ASN1_STRING
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dossl_typ.h65 # define ASN1_INTEGER ASN1_STRING
66 # define ASN1_ENUMERATED ASN1_STRING
67 # define ASN1_BIT_STRING ASN1_STRING
68 # define ASN1_OCTET_STRING ASN1_STRING
69 # define ASN1_PRINTABLESTRING ASN1_STRING
70 # define ASN1_T61STRING ASN1_STRING
71 # define ASN1_IA5STRING ASN1_STRING
72 # define ASN1_UTCTIME ASN1_STRING
73 # define ASN1_GENERALIZEDTIME ASN1_STRING
74 # define ASN1_TIME ASN1_STRING
98 typedef struct asn1_string_st ASN1_STRING; typedef in typeref:struct:asn1_string_st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dossl_typ.h65 # define ASN1_INTEGER ASN1_STRING
66 # define ASN1_ENUMERATED ASN1_STRING
67 # define ASN1_BIT_STRING ASN1_STRING
68 # define ASN1_OCTET_STRING ASN1_STRING
69 # define ASN1_PRINTABLESTRING ASN1_STRING
70 # define ASN1_T61STRING ASN1_STRING
71 # define ASN1_IA5STRING ASN1_STRING
72 # define ASN1_UTCTIME ASN1_STRING
73 # define ASN1_GENERALIZEDTIME ASN1_STRING
74 # define ASN1_TIME ASN1_STRING
98 typedef struct asn1_string_st ASN1_STRING; typedef in typeref:struct:asn1_string_st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dasn1.h220 * 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 *)
[all...]
H A Dasn_pack.c112 /* Extract an ASN1 object from an ASN1_STRING */
114 void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i)
125 /* Pack an ASN1 object into an ASN1_STRING */
127 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, ASN1_STRING **oct)
130 ASN1_STRING *octmp;
166 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
168 ASN1_STRING *octmp;
196 /* Extract an ASN1 object from an ASN1_STRING */
[all...]
H A Dasn1_lib.c332 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str)
343 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str)
345 ASN1_STRING *ret;
358 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len)
391 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len)
399 ASN1_STRING *ASN1_STRING_new(void)
404 ASN1_STRING *ASN1_STRING_type_new(int type)
406 ASN1_STRING *re
[all...]
H A Da_bytes.c63 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c);
67 ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp,
70 ASN1_STRING *ret = NULL;
129 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass)
157 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
160 ASN1_STRING *ret = NULL;
245 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c)
247 ASN1_STRING *o
[all...]
H A Dtasn_typ.c115 /* Just swallow an ASN1_SEQUENCE in an ASN1_STRING */
123 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
126 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
129 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
H A Da_type.c97 ASN1_STRING *sdup;
149 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr,
150 (ASN1_STRING *)b->value.ptr);
H A Da_time.c81 ASN1_STRING tmpstr;
86 tmpstr = *(ASN1_STRING *)a;
95 return (i2d_ASN1_bytes((ASN1_STRING *)a, pp,
195 if (s && !ASN1_STRING_copy((ASN1_STRING *)s, (ASN1_STRING *)&t))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dasn1.h220 * 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 *)
[all...]
H A Dasn_pack.c112 /* Extract an ASN1 object from an ASN1_STRING */
114 void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i)
125 /* Pack an ASN1 object into an ASN1_STRING */
127 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, ASN1_STRING **oct)
130 ASN1_STRING *octmp;
166 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
168 ASN1_STRING *octmp;
196 /* Extract an ASN1 object from an ASN1_STRING */
[all...]
H A Dasn1_lib.c332 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str)
343 ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *str)
345 ASN1_STRING *ret;
358 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len)
391 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len)
399 ASN1_STRING *ASN1_STRING_new(void)
404 ASN1_STRING *ASN1_STRING_type_new(int type)
406 ASN1_STRING *re
[all...]
H A Da_bytes.c63 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c);
67 ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp,
70 ASN1_STRING *ret = NULL;
129 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass)
157 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
160 ASN1_STRING *ret = NULL;
245 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c)
247 ASN1_STRING *o
[all...]
H A Dtasn_typ.c115 /* Just swallow an ASN1_SEQUENCE in an ASN1_STRING */
123 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
126 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
129 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
H A Da_type.c97 ASN1_STRING *sdup;
149 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr,
150 (ASN1_STRING *)b->value.ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1.h216 /* This indicates that the ASN1_STRING is not a real value but just a place
232 } ASN1_STRING; typedef in typeref:struct:asn1_string_st
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 *)
[all...]
H A Dasn_pack.c107 /* Extract an ASN1 object from an ASN1_STRING */
109 void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i)
120 /* Pack an ASN1 object into an ASN1_STRING */
122 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, ASN1_STRING **oct)
125 ASN1_STRING *octmp;
152 ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_STRING **oct)
154 ASN1_STRING *octmp;
180 /* Extract an ASN1 object from an ASN1_STRING */
[all...]
H A Dtasn_typ.c114 /* Just swallow an ASN1_SEQUENCE in an ASN1_STRING */
122 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE)
125 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
128 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING)
H A Dasn1_lib.c343 ASN1_STRING *ASN1_STRING_dup(ASN1_STRING *str)
345 ASN1_STRING *ret;
359 int ASN1_STRING_set(ASN1_STRING *str, const void *_data, int len)
396 ASN1_STRING *ASN1_STRING_new(void)
402 ASN1_STRING *ASN1_STRING_type_new(int type)
404 ASN1_STRING *ret;
406 ret=(ASN1_STRING *)OPENSSL_malloc(sizeof(ASN1_STRING));
419 void ASN1_STRING_free(ASN1_STRING *
[all...]
H A Da_bytes.c63 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c);
66 ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp,
69 ASN1_STRING *ret=NULL;
131 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass)
157 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
160 ASN1_STRING *ret=NULL;
252 static int asn1_collate_primitive(ASN1_STRING *a, ASN1_const_CTX *c)
254 ASN1_STRING *o
[all...]
H A Da_time.c80 ASN1_STRING tmpstr;
85 tmpstr = *(ASN1_STRING *)a;
93 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,
H A Da_gentm.c75 ASN1_STRING tmpstr = *(ASN1_STRING *)a;
83 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,
93 ret=(ASN1_GENERALIZEDTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length,
195 if (!ASN1_STRING_set((ASN1_STRING *)s,

Completed in 152 milliseconds

123456