Searched refs:ASN1_ITEM (Results 1 - 25 of 124) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_bignum.c74 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
75 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
78 const ASN1_ITEM *it);
80 int utype, char *free_cont, const ASN1_ITEM *it);
99 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
108 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
120 const ASN1_ITEM *it)
141 int utype, char *free_cont, const ASN1_ITEM *it)
H A Dx_long.c70 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
74 const ASN1_ITEM *it);
76 int utype, char *free_cont, const ASN1_ITEM *it);
77 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
98 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
104 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
110 const ASN1_ITEM *it)
156 int utype, char *free_cont, const ASN1_ITEM *it)
192 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dtasn_utl.c73 * Given an ASN1_ITEM CHOICE type return the selector value
76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
83 * Given an ASN1_ITEM CHOICE type set the selector value, return old value.
87 const ASN1_ITEM *it)
103 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it)
129 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it)
140 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it)
151 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
165 const ASN1_ITEM *it)
185 const ASN1_ITEM *i
[all...]
H A Dtasn_new.c67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
220 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
256 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
309 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
362 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dnsseq.c66 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
H A Dtasn_fre.c65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
70 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
75 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
80 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
195 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
H A Dasn1t.h82 /* Macros for start and end of ASN1_ITEM definition */
85 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
95 /* Macros for start and end of ASN1_ITEM definition */
98 const ASN1_ITEM * itname##_it(void) \
100 static const ASN1_ITEM local_it = {
135 * This will produce an ASN1_ITEM called stname_it
237 * This will produce an ASN1_ITEM called chname_it
288 /* This helps with the template wrapper form of ASN1_ITEM */
318 # define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
319 # define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)
[all...]
H A Dx_req.c83 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_bignum.c72 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
95 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
102 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
127 int utype, char *free_cont, const ASN1_ITEM *it)
H A Dx_long.c69 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
70 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
72 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
92 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
98 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
103 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
141 int utype, char *free_cont, const ASN1_ITEM *it)
H A Dtasn_utl.c72 /* Given an ASN1_ITEM CHOICE type return
76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
82 /* Given an ASN1_ITEM CHOICE type set
86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it)
101 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it)
128 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it)
139 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it)
151 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
166 const ASN1_ITEM *it)
186 const ASN1_ITEM *i
[all...]
H A Dasn1t.h83 /* Macros for start and end of ASN1_ITEM definition */
86 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
97 /* Macros for start and end of ASN1_ITEM definition */
100 const ASN1_ITEM * itname##_it(void) \
102 static const ASN1_ITEM local_it = {
138 * This will produce an ASN1_ITEM called stname_it
225 * This will produce an ASN1_ITEM called chname_it
276 /* This helps with the template wrapper form of ASN1_ITEM */
306 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
307 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)
[all...]
H A Dtasn_new.c67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
230 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
325 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
376 void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dnsseq.c65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
H A Dx_name.c64 static int x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it,
67 static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
68 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it);
69 static void x509_name_ex_free(ASN1_VALUE **val, const ASN1_ITEM *it);
113 static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it)
136 static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
159 static int x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it,
204 static int x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass)
H A Dtasn_fre.c65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
69 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
74 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine)
206 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_bignum.c74 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
75 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
78 const ASN1_ITEM *it);
80 int utype, char *free_cont, const ASN1_ITEM *it);
99 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
108 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
120 const ASN1_ITEM *it)
141 int utype, char *free_cont, const ASN1_ITEM *it)
H A Dx_long.c70 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
74 const ASN1_ITEM *it);
76 int utype, char *free_cont, const ASN1_ITEM *it);
77 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
98 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
104 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
110 const ASN1_ITEM *it)
156 int utype, char *free_cont, const ASN1_ITEM *it)
192 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dtasn_utl.c73 * Given an ASN1_ITEM CHOICE type return the selector value
76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
83 * Given an ASN1_ITEM CHOICE type set the selector value, return old value.
87 const ASN1_ITEM *it)
103 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it)
129 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it)
140 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it)
151 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
165 const ASN1_ITEM *it)
185 const ASN1_ITEM *i
[all...]
H A Dtasn_new.c67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
220 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it)
256 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
309 int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
362 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *i
[all...]
H A Dnsseq.c66 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
H A Dtasn_fre.c65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
70 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it)
75 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
80 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it,
195 void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
H A Dasn1t.h82 /* Macros for start and end of ASN1_ITEM definition */
85 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
95 /* Macros for start and end of ASN1_ITEM definition */
98 const ASN1_ITEM * itname##_it(void) \
100 static const ASN1_ITEM local_it = {
135 * This will produce an ASN1_ITEM called stname_it
237 * This will produce an ASN1_ITEM called chname_it
288 /* This helps with the template wrapper form of ASN1_ITEM */
318 # define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
319 # define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1t.h83 /* Macros for start and end of ASN1_ITEM definition */
86 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = {
97 /* Macros for start and end of ASN1_ITEM definition */
100 const ASN1_ITEM * itname##_it(void) \
102 static const ASN1_ITEM local_it = {
138 * This will produce an ASN1_ITEM called stname_it
225 * This will produce an ASN1_ITEM called chname_it
276 /* This helps with the template wrapper form of ASN1_ITEM */
306 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
307 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_asn1.c67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)

Completed in 134 milliseconds

12345