Searched refs:DH (Results 51 - 75 of 464) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/dh/
H A Ddh_key.c65 static int generate_key(DH *dh);
66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
67 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
71 static int dh_init(DH *dh);
72 static int dh_finish(DH *dh);
74 int DH_generate_key(DH *dh)
79 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
85 "OpenSSL DH Method",
101 static int generate_key(DH *dh)
174 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *d
[all...]
H A Ddh_lib.c83 int DH_set_method(DH *dh, const DH_METHOD *meth)
102 DH *DH_new(void)
107 DH *DH_new_method(ENGINE *engine)
109 DH *ret;
111 ret=(DH *)OPENSSL_malloc(sizeof(DH));
174 void DH_free(DH *r)
180 REF_PRINT("DH",r);
211 int DH_up_ref(DH *r)
215 REF_PRINT("DH",
[all...]
H A Ddh_gen.c69 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb);
71 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb)
78 /* We generate DH parameters as follows
96 * Since DH should be using a safe prime (both p and q are prime),
103 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb)
H A Dp192.c73 DH *dh;
/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_key.c65 static int generate_key(DH *dh);
66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
67 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
71 static int dh_init(DH *dh);
72 static int dh_finish(DH *dh);
74 int DH_generate_key(DH *dh)
79 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
85 "OpenSSL DH Method",
101 static int generate_key(DH *dh)
174 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *d
[all...]
H A Ddh_lib.c83 int DH_set_method(DH *dh, const DH_METHOD *meth)
102 DH *DH_new(void)
107 DH *DH_new_method(ENGINE *engine)
109 DH *ret;
111 ret=(DH *)OPENSSL_malloc(sizeof(DH));
174 void DH_free(DH *r)
180 REF_PRINT("DH",r);
211 int DH_up_ref(DH *r)
215 REF_PRINT("DH",
[all...]
H A Ddh_gen.c69 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb);
71 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb)
78 /* We generate DH parameters as follows
96 * Since DH should be using a safe prime (both p and q are prime),
103 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/dh/
H A Ddh_lib.c83 int DH_set_method(DH *dh, const DH_METHOD *meth)
102 DH *DH_new(void)
107 DH *DH_new_method(ENGINE *engine)
109 DH *ret;
111 ret=(DH *)OPENSSL_malloc(sizeof(DH));
174 void DH_free(DH *r)
180 REF_PRINT("DH",r);
211 int DH_up_ref(DH *r)
215 REF_PRINT("DH",
[all...]
H A Ddh_gen.c69 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb);
71 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, BN_GENCB *cb)
78 /* We generate DH parameters as follows
96 * Since DH should be using a safe prime (both p and q are prime),
103 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, BN_GENCB *cb)
H A Dp192.c73 DH *dh;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/dh/
H A Ddh_lib.c95 int DH_set_method(DH *dh, const DH_METHOD *meth)
117 DH *DH_new(void)
122 DH *DH_new_method(ENGINE *engine)
124 DH *ret;
126 ret = (DH *)OPENSSL_malloc(sizeof(DH));
182 void DH_free(DH *r)
189 REF_PRINT("DH", r);
228 int DH_up_ref(DH *r)
232 REF_PRINT("DH",
[all...]
H A Ddh_gen.c73 static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
76 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator,
96 * We generate DH parameters as follows
114 * Since DH should be using a safe prime (both p and q are prime),
122 static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
H A Dp192.c73 DH *dh;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/dh/
H A Ddh_lib.c95 int DH_set_method(DH *dh, const DH_METHOD *meth)
117 DH *DH_new(void)
122 DH *DH_new_method(ENGINE *engine)
124 DH *ret;
126 ret = (DH *)OPENSSL_malloc(sizeof(DH));
182 void DH_free(DH *r)
189 REF_PRINT("DH", r);
228 int DH_up_ref(DH *r)
232 REF_PRINT("DH",
[all...]
H A Ddh_gen.c73 static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
76 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator,
96 * We generate DH parameters as follows
114 * Since DH should be using a safe prime (both p and q are prime),
122 static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/dh/
H A Ddh_lib.c95 int DH_set_method(DH *dh, const DH_METHOD *meth)
117 DH *DH_new(void)
122 DH *DH_new_method(ENGINE *engine)
124 DH *ret;
126 ret = (DH *)OPENSSL_malloc(sizeof(DH));
182 void DH_free(DH *r)
189 REF_PRINT("DH", r);
228 int DH_up_ref(DH *r)
232 REF_PRINT("DH",
[all...]
H A Ddh_gen.c73 static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
76 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator,
96 * We generate DH parameters as follows
114 * Since DH should be using a safe prime (both p and q are prime),
122 static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddh-imath.c85 dh_generate_key(DH *dh)
158 dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh)
202 dh_generate_params(DH *dh, int a, int b, BN_GENCB *callback)
209 dh_init(DH *dh)
215 dh_finish(DH *dh)
226 "hcrypto imath DH",
238 * DH implementation using libimath.
240 * @return the DH_METHOD for the DH implementation using libimath.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Ddh-imath.c85 dh_generate_key(DH *dh)
158 dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh)
202 dh_generate_params(DH *dh, int a, int b, BN_GENCB *callback)
209 dh_init(DH *dh)
215 dh_finish(DH *dh)
226 "hcrypto imath DH",
238 * DH implementation using libimath.
240 * @return the DH_METHOD for the DH implementation using libimath.
/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-imath.c85 dh_generate_key(DH *dh)
158 dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh)
202 dh_generate_params(DH *dh, int a, int b, BN_GENCB *callback)
209 dh_init(DH *dh)
215 dh_finish(DH *dh)
226 "hcrypto imath DH",
238 * DH implementation using libimath.
240 * @return the DH_METHOD for the DH implementation using libimath.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcmcrypto/
H A Ddh.c93 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
156 DH *a;
157 DH *b = NULL;
298 int DH_size(const DH *dh)
303 /* We generate DH parameters as follows
321 * Since DH should be using a safe prime (both p and q are prime),
328 DH *
329 DH_generate_parameters(DH* dh, int prime_len, int generator,
333 DH *ret = NULL;
406 DH_check(const DH *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/VMS/
H A Dopenssl_utils.com23 $ DH :== $SSLEXE:OPENSSL DH
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/VMS/
H A Dopenssl_utils.com23 $ DH :== $SSLEXE:OPENSSL DH
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/VMS/
H A Dopenssl_utils.com23 $ DH :== $SSLEXE:OPENSSL DH
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/VMS/
H A Dopenssl_utils.com23 $ DH :== $SSLEXE:OPENSSL DH

Completed in 298 milliseconds

1234567891011>>