Searched refs:ASN1_VALUE (Results 1 - 25 of 249) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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)
97 *pval = (ASN1_VALUE *)BN_new();
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)
126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
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);
74 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
94 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
100 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
105 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
142 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
175 static int long_print(BIO *out, ASN1_VALUE **pva
[all...]
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
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)
165 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
185 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval,
203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pva
[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);
70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
75 ASN1_VALUE *ret = NULL;
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,
96 ASN1_VALUE **pseqval;
230 static void asn1_item_clear(ASN1_VALUE **pva
[all...]
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)
120 ASN1_VALUE **pchval;
165 ASN1_VALUE **pseqval;
183 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
188 STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval;
191 ASN1_VALUE *vtm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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);
77 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
79 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
99 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
101 *pval = (ASN1_VALUE *)BN_new();
108 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
119 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
140 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
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);
73 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
75 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
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)
109 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
155 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
192 static int long_print(BIO *out, ASN1_VALUE **pva
[all...]
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value,
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)
164 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
184 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval,
201 ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pva
[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);
70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
75 ASN1_VALUE *ret = NULL;
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,
96 ASN1_VALUE **pseqval;
220 static void asn1_item_clear(ASN1_VALUE **pva
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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)
97 *pval = (ASN1_VALUE *)BN_new();
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)
126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
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);
74 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
94 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
100 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
105 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
142 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
175 static int long_print(BIO *out, ASN1_VALUE **pva
[all...]
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
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)
165 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
185 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval,
203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pva
[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);
70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
75 ASN1_VALUE *ret = NULL;
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,
96 ASN1_VALUE **pseqval;
230 static void asn1_item_clear(ASN1_VALUE **pva
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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);
77 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
79 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
99 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
101 *pval = (ASN1_VALUE *)BN_new();
108 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
119 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
140 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
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);
73 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
75 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
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)
109 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
155 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
192 static int long_print(BIO *out, ASN1_VALUE **pva
[all...]
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value,
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)
164 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
184 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval,
201 ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pva
[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);
70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
75 ASN1_VALUE *ret = NULL;
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,
96 ASN1_VALUE **pseqval;
220 static void asn1_item_clear(ASN1_VALUE **pva
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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)
97 *pval = (ASN1_VALUE *)BN_new();
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)
126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
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);
74 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
94 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
100 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
105 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it)
142 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
175 static int long_print(BIO *out, ASN1_VALUE **pva
[all...]
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
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)
165 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
185 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval,
203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pva
[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);
70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
75 ASN1_VALUE *ret = NULL;
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,
96 ASN1_VALUE **pseqval;
230 static void asn1_item_clear(ASN1_VALUE **pva
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);
77 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
79 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
99 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it)
101 *pval = (ASN1_VALUE *)BN_new();
108 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
119 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
140 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
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);
73 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
75 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
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)
109 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
155 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
192 static int long_print(BIO *out, ASN1_VALUE **pva
[all...]
H A Dtasn_utl.c76 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it)
86 int asn1_set_choice_selector(ASN1_VALUE **pval, int value,
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)
164 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
184 int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval,
201 ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pva
[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);
70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it)
75 ASN1_VALUE *ret = NULL;
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,
96 ASN1_VALUE **pseqval;
220 static void asn1_item_clear(ASN1_VALUE **pva
[all...]

Completed in 248 milliseconds

12345678910