Searched refs:DH (Results 1 - 17 of 17) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Ddh.h91 /* Place holders if we want to do X9.42 DH */
97 } DH; typedef in typeref:struct:dh_st
114 DH * DH_new(void);
115 void DH_free(DH *dh);
116 int DH_generate_key(unsigned char *key,DH *dh);
117 int DH_compute_key(unsigned char *key,unsigned char *pubbuf,int buflen,DH *dh);
118 DH *DH_init(unsigned char *pbuf, int plen, int g);
121 int DH_size(const DH *dh);
122 DH * DH_generate_parameters(DH *d
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Ddh.h91 /* Place holders if we want to do X9.42 DH */
97 } DH; typedef in typeref:struct:dh_st
114 DH * DH_new(void);
115 void DH_free(DH *dh);
116 int DH_generate_key(unsigned char *key,DH *dh);
117 int DH_compute_key(unsigned char *key,unsigned char *pubbuf,int buflen,DH *dh);
118 DH *DH_init(unsigned char *pbuf, int plen, int g);
121 int DH_size(const DH *dh);
122 DH * DH_generate_parameters(DH *d
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Ddh.h65 #error DH is disabled.
77 #define DH_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DH
90 /* typedef struct dh_st DH; */
97 int (*generate_key)(DH *dh);
98 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
99 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
103 int (*init)(DH *dh);
104 int (*finish)(DH *dh);
108 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
114 * a DH i
[all...]
H A Dossl_typ.h122 typedef struct dh_st DH; typedef in typeref:struct:dh_st
H A Ddsa.h243 /* Convert DSA structure (key or just parameters) into DH structure
245 DH *DSA_dup_DH(const DSA *r);
H A Dssl3.h200 #define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA"
201 #define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA"
202 #define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA"
203 #define SSL3_TXT_DH_RSA_DES_40_CBC_SHA "EXP-DH-RSA-DES-CBC-SHA"
204 #define SSL3_TXT_DH_RSA_DES_64_CBC_SHA "DH-RSA-DES-CBC-SHA"
205 #define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA "DH-RSA-DES-CBC3-SHA"
410 DH *dh;
H A Dpem.h130 #define PEM_STRING_DHPARAMS "DH PARAMETERS"
452 #define PEM_read_DHparams(fp,x,cb,u) (DH *)PEM_ASN1_read( \
515 #define PEM_read_bio_DHparams(bp,x,cb,u) (DH *)PEM_ASN1_read_bio( \
636 DECLARE_PEM_rw_const(DHparams, DH)
H A Dssl.h275 #define SSL_TXT_DH "DH"
1485 DH *(*dh)(SSL *ssl,int is_export,
1488 DH *(*dh)(SSL *ssl,int is_export,
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Ddh.h63 #error DH is disabled.
79 typedef struct dh_st DH; typedef in typeref:struct:dh_st
84 int (*generate_key)(DH *dh);
85 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
86 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
90 int (*init)(DH *dh);
91 int (*finish)(DH *dh);
99 * a DH is passed instead of a EVP_PKEY */
110 /* Place holders if we want to do X9.42 DH */
137 #define DHparams_dup(x) (DH *)ASN1_du
[all...]
H A Ddsa.h214 /* Convert DSA structure (key or just parameters) into DH structure
216 DH *DSA_dup_DH(const DSA *r);
H A Dssl3.h194 #define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA"
195 #define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA"
196 #define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA"
197 #define SSL3_TXT_DH_RSA_DES_40_CBC_SHA "EXP-DH-RSA-DES-CBC-SHA"
198 #define SSL3_TXT_DH_RSA_DES_64_CBC_SHA "DH-RSA-DES-CBC-SHA"
199 #define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA "DH-RSA-DES-CBC3-SHA"
393 DH *dh;
H A Dpem.h126 #define PEM_STRING_DHPARAMS "DH PARAMETERS"
398 #define PEM_read_DHparams(fp,x,cb,u) (DH *)PEM_ASN1_read( \
466 #define PEM_read_bio_DHparams(bp,x,cb,u) (DH *)PEM_ASN1_read_bio( \
579 DECLARE_PEM_rw(DHparams, DH)
H A Dssl.h263 #define SSL_TXT_DH "DH"
1457 DH *(*dh)(SSL *ssl,int is_export,
1460 DH *(*dh)(SSL *ssl,int is_export,
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dcrypto.c145 DH *a;
146 DH *b=NULL;
207 fprintf(stderr,"Error in DH routines\n");
220 int DH_size(const DH *dh)
H A Dbtnsetup.c80 // DH *DH_new();
81 // int CreatePubPrivKey(DH *dh, int rand, char *pub, char *priv);
82 // int CreateSharedKey(DH *dh, char *pub, char *shared);
83 // int DH_free(DH *dh);
110 DH *dh;
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dcrypto.c145 DH *a;
146 DH *b=NULL;
207 fprintf(stderr,"Error in DH routines\n");
220 int DH_size(const DH *dh)
H A Dbtnsetup.c80 // DH *DH_new();
81 // int CreatePubPrivKey(DH *dh, int rand, char *pub, char *priv);
82 // int CreateSharedKey(DH *dh, char *pub, char *shared);
83 // int DH_free(DH *dh);
110 DH *dh;

Completed in 197 milliseconds