Searched refs:DSA (Results 1 - 25 of 375) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddsa.h62 typedef struct DSA DSA; typedef in typeref:struct:DSA
73 DSA_SIG * (*dsa_do_sign)(const unsigned char *, int, DSA *);
74 int (*dsa_sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **);
75 int (*dsa_do_verify)(const unsigned char *, int, DSA_SIG *, DSA *);
76 int (*dsa_mod_exp)(DSA *, BIGNUM *, BIGNUM *, BIGNUM *,
79 int (*bn_mod_exp)(DSA *, BIGNUM *, BIGNUM *, const BIGNUM *,
82 int (*init)(DSA *);
83 int (*finish)(DSA *);
88 struct DSA { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddsa.h62 typedef struct DSA DSA; typedef in typeref:struct:DSA
73 DSA_SIG * (*dsa_do_sign)(const unsigned char *, int, DSA *);
74 int (*dsa_sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **);
75 int (*dsa_do_verify)(const unsigned char *, int, DSA_SIG *, DSA *);
76 int (*dsa_mod_exp)(DSA *, BIGNUM *, BIGNUM *, BIGNUM *,
79 int (*bn_mod_exp)(DSA *, BIGNUM *, BIGNUM *, const BIGNUM *,
82 int (*init)(DSA *);
83 int (*finish)(DSA *);
88 struct DSA { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddsa.h62 typedef struct DSA DSA; typedef in typeref:struct:DSA
73 DSA_SIG * (*dsa_do_sign)(const unsigned char *, int, DSA *);
74 int (*dsa_sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **);
75 int (*dsa_do_verify)(const unsigned char *, int, DSA_SIG *, DSA *);
76 int (*dsa_mod_exp)(DSA *, BIGNUM *, BIGNUM *, BIGNUM *,
79 int (*bn_mod_exp)(DSA *, BIGNUM *, BIGNUM *, const BIGNUM *,
82 int (*init)(DSA *);
83 int (*finish)(DSA *);
88 struct DSA { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/dsa/
H A Ddsa_asn1.c101 DSA_free((DSA *)*pval);
109 ASN1_SIMPLE(DSA, version, LONG),
110 ASN1_SIMPLE(DSA, p, BIGNUM),
111 ASN1_SIMPLE(DSA, q, BIGNUM),
112 ASN1_SIMPLE(DSA, g, BIGNUM),
113 ASN1_SIMPLE(DSA, pub_key, BIGNUM),
114 ASN1_SIMPLE(DSA, priv_key, BIGNUM)
115 } ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey)
117 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey)
120 ASN1_SIMPLE(DSA,
[all...]
H A Ddsa.h71 #error DSA is disabled.
92 #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA
105 /* typedef struct dsa_st DSA; */
117 DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
118 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
121 DSA_SIG *sig, DSA *dsa);
122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
128 int (*init)(DSA *dsa);
129 int (*finish)(DSA *ds
[all...]
H A Ddsa_locl.h57 int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/dsa/
H A Ddsa_asn1.c101 DSA_free((DSA *)*pval);
109 ASN1_SIMPLE(DSA, version, LONG),
110 ASN1_SIMPLE(DSA, p, BIGNUM),
111 ASN1_SIMPLE(DSA, q, BIGNUM),
112 ASN1_SIMPLE(DSA, g, BIGNUM),
113 ASN1_SIMPLE(DSA, pub_key, BIGNUM),
114 ASN1_SIMPLE(DSA, priv_key, BIGNUM)
115 } ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey)
117 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey)
120 ASN1_SIMPLE(DSA,
[all...]
H A Ddsa.h71 #error DSA is disabled.
92 #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA
105 /* typedef struct dsa_st DSA; */
117 DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
118 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
121 DSA_SIG *sig, DSA *dsa);
122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
128 int (*init)(DSA *dsa);
129 int (*finish)(DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/dsa/
H A Ddsa_asn1.c101 DSA_free((DSA *)*pval);
109 ASN1_SIMPLE(DSA, version, LONG),
110 ASN1_SIMPLE(DSA, p, BIGNUM),
111 ASN1_SIMPLE(DSA, q, BIGNUM),
112 ASN1_SIMPLE(DSA, g, BIGNUM),
113 ASN1_SIMPLE(DSA, pub_key, BIGNUM),
114 ASN1_SIMPLE(DSA, priv_key, BIGNUM)
115 } ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey)
117 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey)
120 ASN1_SIMPLE(DSA,
[all...]
H A Ddsa.h71 #error DSA is disabled.
92 #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA
105 /* typedef struct dsa_st DSA; */
117 DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
118 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
121 DSA_SIG *sig, DSA *dsa);
122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
128 int (*init)(DSA *dsa);
129 int (*finish)(DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Ddsa.h71 # error DSA is disabled.
93 * new with 0.9.7h; the built-in DSA implementation now uses constant time
100 * If this flag is set the DSA method is FIPS compliant and can be used in
121 /* typedef struct dsa_st DSA; */
131 DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa);
132 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
135 DSA_SIG *sig, DSA *dsa);
136 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
142 int (*init) (DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Ddsa.h71 #error DSA is disabled.
92 #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA
105 /* typedef struct dsa_st DSA; */
117 DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
118 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
121 DSA_SIG *sig, DSA *dsa);
122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
128 int (*init)(DSA *dsa);
129 int (*finish)(DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Ddsa.h71 #error DSA is disabled.
92 #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA
105 /* typedef struct dsa_st DSA; */
117 DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
118 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
121 DSA_SIG *sig, DSA *dsa);
122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
128 int (*init)(DSA *dsa);
129 int (*finish)(DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/dsa/
H A Ddsa.h71 # error DSA is disabled.
93 * new with 0.9.7h; the built-in DSA implementation now uses constant time
100 * If this flag is set the DSA method is FIPS compliant and can be used in
121 /* typedef struct dsa_st DSA; */
131 DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa);
132 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
135 DSA_SIG *sig, DSA *dsa);
136 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
142 int (*init) (DSA *ds
[all...]
H A Ddsa_asn1.c103 DSA_free((DSA *)*pval);
111 ASN1_SIMPLE(DSA, version, LONG),
112 ASN1_SIMPLE(DSA, p, BIGNUM),
113 ASN1_SIMPLE(DSA, q, BIGNUM),
114 ASN1_SIMPLE(DSA, g, BIGNUM),
115 ASN1_SIMPLE(DSA, pub_key, BIGNUM),
116 ASN1_SIMPLE(DSA, priv_key, BIGNUM)
117 } ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey)
119 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey)
122 ASN1_SIMPLE(DSA,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Ddsa.h71 # error DSA is disabled.
93 * new with 0.9.7h; the built-in DSA implementation now uses constant time
100 * If this flag is set the DSA method is FIPS compliant and can be used in
121 /* typedef struct dsa_st DSA; */
131 DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa);
132 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
135 DSA_SIG *sig, DSA *dsa);
136 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
142 int (*init) (DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/dsa/
H A Ddsa.h71 # error DSA is disabled.
93 * new with 0.9.7h; the built-in DSA implementation now uses constant time
100 * If this flag is set the DSA method is FIPS compliant and can be used in
121 /* typedef struct dsa_st DSA; */
131 DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa);
132 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
135 DSA_SIG *sig, DSA *dsa);
136 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
142 int (*init) (DSA *ds
[all...]
H A Ddsa_asn1.c103 DSA_free((DSA *)*pval);
111 ASN1_SIMPLE(DSA, version, LONG),
112 ASN1_SIMPLE(DSA, p, BIGNUM),
113 ASN1_SIMPLE(DSA, q, BIGNUM),
114 ASN1_SIMPLE(DSA, g, BIGNUM),
115 ASN1_SIMPLE(DSA, pub_key, BIGNUM),
116 ASN1_SIMPLE(DSA, priv_key, BIGNUM)
117 } ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey)
119 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey)
122 ASN1_SIMPLE(DSA,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Ddsa.h71 # error DSA is disabled.
93 * new with 0.9.7h; the built-in DSA implementation now uses constant time
100 * If this flag is set the DSA method is FIPS compliant and can be used in
121 /* typedef struct dsa_st DSA; */
131 DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa);
132 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
135 DSA_SIG *sig, DSA *dsa);
136 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
142 int (*init) (DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Ddsa.h71 #error DSA is disabled.
92 #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA
105 /* typedef struct dsa_st DSA; */
117 DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
118 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
121 DSA_SIG *sig, DSA *dsa);
122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
128 int (*init)(DSA *dsa);
129 int (*finish)(DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Ddsa.h71 #error DSA is disabled.
92 #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA
105 /* typedef struct dsa_st DSA; */
117 DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
118 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
121 DSA_SIG *sig, DSA *dsa);
122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
128 int (*init)(DSA *dsa);
129 int (*finish)(DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/openssl/
H A Ddsa.h71 #error DSA is disabled.
92 #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA
105 /* typedef struct dsa_st DSA; */
117 DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
118 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
121 DSA_SIG *sig, DSA *dsa);
122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
128 int (*init)(DSA *dsa);
129 int (*finish)(DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/openssl/
H A Ddsa.h71 #error DSA is disabled.
92 #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA
105 /* typedef struct dsa_st DSA; */
117 DSA_SIG * (*dsa_do_sign)(const unsigned char *dgst, int dlen, DSA *dsa);
118 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
121 DSA_SIG *sig, DSA *dsa);
122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
125 int (*bn_mod_exp)(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
128 int (*init)(DSA *dsa);
129 int (*finish)(DSA *ds
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/dsa/
H A Ddsa.h71 # error DSA is disabled.
93 * new with 0.9.7h; the built-in DSA implementation now uses constant time
100 * If this flag is set the DSA method is FIPS compliant and can be used in
121 /* typedef struct dsa_st DSA; */
131 DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa);
132 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
135 DSA_SIG *sig, DSA *dsa);
136 int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
140 int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p,
142 int (*init) (DSA *ds
[all...]
H A Ddsa_asn1.c103 DSA_free((DSA *)*pval);
111 ASN1_SIMPLE(DSA, version, LONG),
112 ASN1_SIMPLE(DSA, p, BIGNUM),
113 ASN1_SIMPLE(DSA, q, BIGNUM),
114 ASN1_SIMPLE(DSA, g, BIGNUM),
115 ASN1_SIMPLE(DSA, pub_key, BIGNUM),
116 ASN1_SIMPLE(DSA, priv_key, BIGNUM)
117 } ASN1_SEQUENCE_END_cb(DSA, DSAPrivateKey)
119 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DSA, DSAPrivateKey, DSAPrivateKey)
122 ASN1_SIMPLE(DSA,
[all...]

Completed in 217 milliseconds

1234567891011>>