Searched refs:DH (Results 151 - 175 of 198) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_cswift.c136 /* DH stuff */
137 /* This function is alised to mod_exp (with the DH and mont dropped). */
138 static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r,
201 "CryptoSwift DH method",
1034 static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c602 static DH *tls_dhe1024 = NULL; /* generating these takes a while, so do it
608 DH *dhparams;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_aep.c146 /* DH stuff */
147 /* This function is aliased to mod_exp (with the DH and mont dropped). */
149 static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
218 "Aep DH method",
856 static int aep_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a,
H A De_chil.c126 /* DH stuff */
127 /* This function is alised to mod_exp (with the DH and mont dropped). */
128 static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r,
210 "CHIL DH method",
1098 static int hwcrhk_mod_exp_dh(const DH *dh, BIGNUM *r,
H A De_cswift.c140 /* DH stuff */
141 /* This function is alised to mod_exp (with the DH and mont dropped). */
142 static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r,
203 "CryptoSwift DH method",
1001 static int cswift_mod_exp_dh(const DH *dh, BIGNUM *r,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_pkey.c663 int DHparams_print_fp(FILE *fp, const DH *x)
680 int DHparams_print(BIO *bp, const DH *x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dia64.S1393 #define DH r22 define
1439 shr.u DH=r34,32
1441 { .mii; setf.sig f7=DH
1462 cmp.eq p6,p7=HH,DH };;
1492 cmp.eq p6,p7=HH,DH };;
H A Dmips3.s654 #define DH v1 define
656 dsrl DH,a2,32
666 beq DH,HH,.L_bn_div_words_skip_div1
667 ddivu zero,a0,DH
699 beq DH,HH,.L_bn_div_words_skip_div2
700 ddivu zero,a0,DH
703 #undef DH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dia64.S1388 #define DH r22 define
1434 shr.u DH=r34,32
1436 { .mii; setf.sig f7=DH
1457 cmp.eq p6,p7=HH,DH };;
1487 cmp.eq p6,p7=HH,DH };;
H A Dmips.pl911 $DH=$v1;
914 $SRL $DH,$a2,4*$BNSZ # bits
925 beq $DH,$HH,.L_bn_div_words_skip_div1
926 $DIVU $zero,$a0,$DH
958 beq $DH,$HH,.L_bn_div_words_skip_div2
959 $DIVU $zero,$a0,$DH
1005 undef $HH; undef $QT; undef $DH;
H A Dmips3.s654 #define DH v1 define
656 dsrl DH,a2,32
666 beq DH,HH,.L_bn_div_words_skip_div1
667 ddivu zero,a0,DH
699 beq DH,HH,.L_bn_div_words_skip_div2
700 ddivu zero,a0,DH
703 #undef DH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dia64.S1388 #define DH r22 define
1434 shr.u DH=r34,32
1436 { .mii; setf.sig f7=DH
1457 cmp.eq p6,p7=HH,DH };;
1487 cmp.eq p6,p7=HH,DH };;
H A Dmips.pl911 $DH=$v1;
914 $SRL $DH,$a2,4*$BNSZ # bits
925 beq $DH,$HH,.L_bn_div_words_skip_div1
926 $DIVU $zero,$a0,$DH
958 beq $DH,$HH,.L_bn_div_words_skip_div2
959 $DIVU $zero,$a0,$DH
1005 undef $HH; undef $QT; undef $DH;
H A Dmips3.s654 #define DH v1 define
656 dsrl DH,a2,32
666 beq DH,HH,.L_bn_div_words_skip_div1
667 ddivu zero,a0,DH
699 beq DH,HH,.L_bn_div_words_skip_div2
700 ddivu zero,a0,DH
703 #undef DH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_clnt.c267 /* Check if it is anon DH/ECDH */
330 /* EAY EAY EAY need to check for DH fix cert
1001 DH *dh=NULL;
1182 /* else anonymous DH, so no certificate or pkey. */
1478 /* TLS does not like anon-DH with client cert */
1843 DH *dh_srvr,*dh_clnt;
1867 /* use the 'p' output buffer for the DH key, but
2290 DH *dh;
H A Ds3_srvr.c303 /* Check if it is anon DH or anon ECDH or KRB5 */
336 /* only send if a DH key exchange, fortezza or
1142 DH *dh=NULL,*dhp;
1657 DH *dh_srvr;
1746 * protocol does not offer such protection for DH ciphersuites).
2004 * protocol does not offer such protection for DH ciphersuites).
H A Dssl.h275 #define SSL_TXT_DH "DH"
1512 DH *(*dh)(SSL *ssl,int is_export,
1515 DH *(*dh)(SSL *ssl,int is_export,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_conf.c413 DH *dh = NULL;
H A Ds3_clnt.c339 /* Check if it is anon DH/ECDH, SRP auth */
434 * EAY EAY EAY need to check for DH fix cert sent back
1379 DH *dh = NULL;
1779 /* else anonymous DH, so no certificate or pkey. */
2088 /* TLS does not like anon-DH with client cert */
2440 static DH *get_server_static_dh_key(SESS_CERT *scert)
2442 DH *dh_srvr = NULL;
2691 DH *dh_srvr, *dh_clnt;
2734 * use the 'p' output buffer for the DH key, but make sure to
3357 * cert exists, if we have a suitable digest for TLS 1.2 if static DH clien
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_dhx_pam.c193 DH *dh;
230 LOG(log_info, logtype_uams, "uams_dhx_pam.c :PAM DH was equal to DH_New... Go figure... -- %s",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_conf.c413 DH *dh = NULL;
H A Ds3_clnt.c339 /* Check if it is anon DH/ECDH, SRP auth */
434 * EAY EAY EAY need to check for DH fix cert sent back
1379 DH *dh = NULL;
1779 /* else anonymous DH, so no certificate or pkey. */
2088 /* TLS does not like anon-DH with client cert */
2440 static DH *get_server_static_dh_key(SESS_CERT *scert)
2442 DH *dh_srvr = NULL;
2691 DH *dh_srvr, *dh_clnt;
2734 * use the 'p' output buffer for the DH key, but make sure to
3357 * cert exists, if we have a suitable digest for TLS 1.2 if static DH clien
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dmakeapps.com71 $!$ PROGRAMS := VERIFY,ASN1PARS,REQ,DGST,DH,ENC,PASSWD,GENDH,ERRSTR,CA,CRL,-
140 $ LIB_FILES = "VERIFY;ASN1PARS;REQ;DGST;DH;DHPARAM;ENC;PASSWD;GENDH;ERRSTR;"+-
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h275 #define SSL_TXT_DH "DH"
1512 DH *(*dh)(SSL *ssl,int is_export,
1515 DH *(*dh)(SSL *ssl,int is_export,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcrypto_openssl.c2082 /* DH */
2090 DH *dh = NULL;
2139 DH *dh = NULL;
2148 /* make DH structure */

Completed in 218 milliseconds

12345678