Searched refs:DH (Results 1 - 25 of 464) 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 Ddh.h64 typedef struct DH DH; typedef in typeref:struct:DH
72 int (*generate_key)(DH *);
73 int (*compute_key)(unsigned char *,const BIGNUM *,DH *);
74 int (*bn_mod_exp)(const DH *, BIGNUM *, const BIGNUM *,
77 int (*init)(DH *);
78 int (*finish)(DH *);
81 int (*generate_params)(DH *, int, int, BN_GENCB *);
84 struct DH { struct
119 DH * DH_ne
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddh.h64 typedef struct DH DH; typedef in typeref:struct:DH
72 int (*generate_key)(DH *);
73 int (*compute_key)(unsigned char *,const BIGNUM *,DH *);
74 int (*bn_mod_exp)(const DH *, BIGNUM *, const BIGNUM *,
77 int (*init)(DH *);
78 int (*finish)(DH *);
81 int (*generate_params)(DH *, int, int, BN_GENCB *);
84 struct DH { struct
119 DH * DH_ne
[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 Ddh.h64 typedef struct DH DH; typedef in typeref:struct:DH
72 int (*generate_key)(DH *);
73 int (*compute_key)(unsigned char *,const BIGNUM *,DH *);
74 int (*bn_mod_exp)(const DH *, BIGNUM *, const BIGNUM *,
77 int (*init)(DH *);
78 int (*finish)(DH *);
81 int (*generate_params)(DH *, int, int, BN_GENCB *);
84 struct DH { struct
119 DH * DH_ne
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/bcmcrypto/
H A Ddh.h106 /* Place holders if we want to do X9.42 DH */
112 } DH; typedef in typeref:struct:dh_st
129 DH * DH_new(void);
130 void DH_free(DH *dh);
131 int DH_generate_key(unsigned char *key,DH *dh);
132 int DH_compute_key(unsigned char *key,unsigned char *pubbuf,int buflen,DH *dh);
133 DH *DH_init(unsigned char *pbuf, int plen, int g);
136 int DH_size(const DH *dh);
137 DH * DH_generate_parameters(DH *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/bcmcrypto/
H A Ddh.h106 /* Place holders if we want to do X9.42 DH */
112 } DH; typedef in typeref:struct:dh_st
129 DH * DH_new(void);
130 void DH_free(DH *dh);
131 int DH_generate_key(unsigned char *key,DH *dh);
132 int DH_compute_key(unsigned char *key,unsigned char *pubbuf,int buflen,DH *dh);
133 DH *DH_init(unsigned char *pbuf, int plen, int g);
136 int DH_size(const DH *dh);
137 DH * DH_generate_parameters(DH *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/bcmcrypto/
H A Ddh.h106 /* Place holders if we want to do X9.42 DH */
112 } DH; typedef in typeref:struct:dh_st
129 DH * DH_new(void);
130 void DH_free(DH *dh);
131 int DH_generate_key(unsigned char *key,DH *dh);
132 int DH_compute_key(unsigned char *key,unsigned char *pubbuf,int buflen,DH *dh);
133 DH *DH_init(unsigned char *pbuf, int plen, int g);
136 int DH_size(const DH *dh);
137 DH * DH_generate_parameters(DH *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Ddh.h65 #error DH is disabled.
81 #define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
94 /* typedef struct dh_st DH; */
101 int (*generate_key)(DH *dh);
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
107 int (*init)(DH *dh);
108 int (*finish)(DH *dh);
112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
118 * a DH i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/dh/
H A Ddh.h65 #error DH is disabled.
81 #define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
94 /* typedef struct dh_st DH; */
101 int (*generate_key)(DH *dh);
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
107 int (*init)(DH *dh);
108 int (*finish)(DH *dh);
112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
118 * a DH i
[all...]
H A Ddh_asn1.c75 DH_free((DH *)*pval);
83 ASN1_SIMPLE(DH, p, BIGNUM),
84 ASN1_SIMPLE(DH, g, BIGNUM),
85 ASN1_OPT(DH, length, ZLONG),
86 } ASN1_SEQUENCE_END_cb(DH, DHparams)
88 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DH, DHparams, DHparams)
90 DH *DHparams_dup(DH *dh)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Ddh.h65 #error DH is disabled.
81 #define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
94 /* typedef struct dh_st DH; */
101 int (*generate_key)(DH *dh);
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
107 int (*init)(DH *dh);
108 int (*finish)(DH *dh);
112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
118 * a DH i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/dh/
H A Ddh.h65 #error DH is disabled.
81 #define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
94 /* typedef struct dh_st DH; */
101 int (*generate_key)(DH *dh);
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
107 int (*init)(DH *dh);
108 int (*finish)(DH *dh);
112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
118 * a DH i
[all...]
H A Ddh_asn1.c75 DH_free((DH *)*pval);
83 ASN1_SIMPLE(DH, p, BIGNUM),
84 ASN1_SIMPLE(DH, g, BIGNUM),
85 ASN1_OPT(DH, length, ZLONG),
86 } ASN1_SEQUENCE_END_cb(DH, DHparams)
88 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DH, DHparams, DHparams)
90 DH *DHparams_dup(DH *dh)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Ddh.h65 #error DH is disabled.
81 #define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
94 /* typedef struct dh_st DH; */
101 int (*generate_key)(DH *dh);
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
107 int (*init)(DH *dh);
108 int (*finish)(DH *dh);
112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
118 * a DH i
[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 Ddh.h65 #error DH is disabled.
81 #define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
94 /* typedef struct dh_st DH; */
101 int (*generate_key)(DH *dh);
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
107 int (*init)(DH *dh);
108 int (*finish)(DH *dh);
112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
118 * a DH i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/dh/
H A Ddh.h65 #error DH is disabled.
81 #define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
94 /* typedef struct dh_st DH; */
101 int (*generate_key)(DH *dh);
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
107 int (*init)(DH *dh);
108 int (*finish)(DH *dh);
112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
118 * a DH i
[all...]
H A Ddh_asn1.c75 DH_free((DH *)*pval);
83 ASN1_SIMPLE(DH, p, BIGNUM),
84 ASN1_SIMPLE(DH, g, BIGNUM),
85 ASN1_OPT(DH, length, ZLONG),
86 } ASN1_SEQUENCE_END_cb(DH, DHparams)
88 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DH, DHparams, DHparams)
90 DH *DHparams_dup(DH *dh)
/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 Ddh.h65 #error DH is disabled.
81 #define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
94 /* typedef struct dh_st DH; */
101 int (*generate_key)(DH *dh);
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
107 int (*init)(DH *dh);
108 int (*finish)(DH *dh);
112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
118 * a DH i
[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 Ddh.h65 #error DH is disabled.
81 #define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
94 /* typedef struct dh_st DH; */
101 int (*generate_key)(DH *dh);
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
107 int (*init)(DH *dh);
108 int (*finish)(DH *dh);
112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
118 * a DH i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/bcmcrypto/
H A Ddh.h97 /* Place holders if we want to do X9.42 DH */
103 } DH; typedef in typeref:struct:dh_st
121 DH * DH_new(void);
122 void DH_free(DH *dh);
123 int DH_generate_key(unsigned char *key, DH *dh);
124 int DH_compute_key(unsigned char *key, unsigned char *pubbuf, int buflen, DH *dh);
125 int DH_compute_key_bn(unsigned char *key, BIGNUM *peer_key, DH *dh);
126 DH *DH_init(unsigned char *pbuf, int plen, int g);
129 int DH_size(const DH *dh);
130 DH * DH_generate_parameter
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Ddh.h65 # error DH is disabled.
83 * new with 0.9.7h; the built-in DH
93 * If this flag is set the DH method is FIPS compliant and can be used in
114 /* typedef struct dh_st DH; */
120 int (*generate_key) (DH *dh);
121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
126 int (*init) (DH *dh);
127 int (*finish) (DH *dh);
131 int (*generate_params) (DH *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/dh/
H A Ddh.h65 # error DH is disabled.
83 * new with 0.9.7h; the built-in DH
93 * If this flag is set the DH method is FIPS compliant and can be used in
114 /* typedef struct dh_st DH; */
120 int (*generate_key) (DH *dh);
121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
126 int (*init) (DH *dh);
127 int (*finish) (DH *dh);
131 int (*generate_params) (DH *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Ddh.h65 # error DH is disabled.
83 * new with 0.9.7h; the built-in DH
93 * If this flag is set the DH method is FIPS compliant and can be used in
114 /* typedef struct dh_st DH; */
120 int (*generate_key) (DH *dh);
121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
126 int (*init) (DH *dh);
127 int (*finish) (DH *dh);
131 int (*generate_params) (DH *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/dh/
H A Ddh.h65 # error DH is disabled.
83 * new with 0.9.7h; the built-in DH
93 * If this flag is set the DH method is FIPS compliant and can be used in
114 /* typedef struct dh_st DH; */
120 int (*generate_key) (DH *dh);
121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
126 int (*init) (DH *dh);
127 int (*finish) (DH *dh);
131 int (*generate_params) (DH *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Ddh.h65 # error DH is disabled.
83 * new with 0.9.7h; the built-in DH
93 * If this flag is set the DH method is FIPS compliant and can be used in
114 /* typedef struct dh_st DH; */
120 int (*generate_key) (DH *dh);
121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
126 int (*init) (DH *dh);
127 int (*finish) (DH *dh);
131 int (*generate_params) (DH *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/dh/
H A Ddh.h65 # error DH is disabled.
83 * new with 0.9.7h; the built-in DH
93 * If this flag is set the DH method is FIPS compliant and can be used in
114 /* typedef struct dh_st DH; */
120 int (*generate_key) (DH *dh);
121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
123 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
126 int (*init) (DH *dh);
127 int (*finish) (DH *dh);
131 int (*generate_params) (DH *d
[all...]

Completed in 113 milliseconds

1234567891011>>