Searched refs:dh (Results 101 - 125 of 263) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c189 DH *dh=NULL; local
191 if ((dh=DH_new()) == NULL) return(NULL);
192 dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
193 dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL);
194 if ((dh->p == NULL) || (dh->g == NULL))
196 return(dh);
679 DH *dh = NULL; local
686 if((dh = get_dh512()) == NULL) {
700 if((dh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dbat.sh72 return("") if $no_dh && $dir =~ /\/dh/;
124 @a=grep(!/(^dh$)|(^gendh$)/,@a) if $no_dh;
126 @a=grep(!/(^dh)|(_sha1$)|(m_dss1$)/,@a) if $no_sha1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dbat.sh72 return("") if $no_dh && $dir =~ /\/dh/;
124 @a=grep(!/(^dh$)|(^gendh$)/,@a) if $no_dh;
126 @a=grep(!/(^dh)|(_sha1$)|(m_dss1$)/,@a) if $no_sha1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/
H A Dfips_make_sha129 cd ../dh
H A Dfips_test_suite.c174 DH *dh; local
177 dh = DH_generate_parameters(256, 2, NULL, NULL);
178 if (dh)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dsa/
H A DMakefile85 dsa_asn1.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
93 dsa_err.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
105 dsa_gen.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
122 dsa_key.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
132 dsa_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
143 dsa_ossl.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
153 dsa_sign.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
165 dsa_vrf.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_pgp.c33 #include <openssl/dh.h>
37 #include <dh.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_pgp.c33 #include <openssl/dh.h>
37 #include <dh.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_srvr.c137 #include <openssl/dh.h>
648 * I hope that tmp.dh is the only thing that may need to be cleared
651 if (s->s3->tmp.dh != NULL)
653 DH_free(s->s3->tmp.dh);
654 s->s3->tmp.dh = NULL;
1142 DH *dh=NULL,*dhp; local
1217 if (s->s3->tmp.dh != NULL)
1219 DH_free(dh);
1224 if ((dh=DHparams_dup(dhp)) == NULL)
1230 s->s3->tmp.dh
[all...]
H A Ds3_lib.c131 #include <openssl/dh.h>
1603 if (s->s3->tmp.dh != NULL)
1604 DH_free(s->s3->tmp.dh);
1638 if (s->s3->tmp.dh != NULL)
1639 DH_free(s->s3->tmp.dh);
1750 DH *dh = (DH *)parg; local
1751 if (dh == NULL)
1756 if ((dh = DHparams_dup(dh)) == NULL)
1763 if (!DH_generate_key(dh))
1934 DH *new=NULL,*dh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dlibsmbclient.h989 * @param dh Directory handle to close
992 * - EBADF dh is an invalid directory handle
999 int smbc_closedir(int dh);
1010 * @param dh Valid directory as returned by smbc_opendir()
1033 int smbc_getdents(unsigned int dh, struct smbc_dirent *dirp, int count);
1041 * @param dh Valid directory as returned by smbc_opendir()
1053 struct smbc_dirent* smbc_readdir(unsigned int dh);
1064 * @param dh Valid directory as returned by smbc_opendir()
1071 * - EBADF dh is not a valid directory handle
1073 * - ENOTDIR if dh i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dh/
H A Dfips_dh_gen.c1 /* crypto/dh/dh_gen.c */
64 #include <openssl/dh.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestfipsssl92 if ../util/shlib_wrap.sh ../apps/openssl no-dh; then
105 if ../util/shlib_wrap.sh ../apps/openssl no-dh; then
H A Dtestssl124 if ../util/shlib_wrap.sh ../apps/openssl no-dh; then
137 if ../util/shlib_wrap.sh ../apps/openssl no-dh; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dh/
H A Ddh_gen.c1 /* crypto/dh/dh_gen.c */
62 #include <openssl/dh.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_gen.c1 /* crypto/dh/dh_gen.c */
67 #include <openssl/dh.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dp_lib.c265 DH_up_ref(pkey->pkey.dh);
266 return pkey->pkey.dh;
332 DH_free(x->pkey.dh);
H A DMakefile108 bio_b64.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
128 bio_enc.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
148 bio_md.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
167 bio_ok.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
187 c_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
207 c_allc.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
228 c_alld.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
249 digest.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
268 e_aes.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
288 e_bf.o: ../../include/openssl/dh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds3_srvr.c633 * I hope that tmp.dh is the only thing that may need to be cleared
636 if (s->s3->tmp.dh != NULL)
638 DH_free(s->s3->tmp.dh);
639 s->s3->tmp.dh = NULL;
1052 DH *dh=NULL,*dhp; local
1120 if (s->s3->tmp.dh != NULL)
1122 DH_free(dh);
1127 if ((dh=DHparams_dup(dhp)) == NULL)
1133 s->s3->tmp.dh=dh;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c157 #include <openssl/dh.h>
221 DH *dh=NULL; local
223 if ((dh=DH_new()) == NULL) return(NULL);
224 dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
225 dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL);
226 if ((dh->p == NULL) || (dh->g == NULL))
228 return(dh);
973 DH *dh=NULL; local
976 dh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_server.c198 DH *dh=NULL; local
200 if ((dh=DH_new()) == NULL) return(NULL);
201 dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
202 dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL);
203 if ((dh->p == NULL) || (dh->g == NULL))
205 return(dh);
795 DH *dh=NULL; local
798 dh = load_dh_param(dhfile);
800 dh
[all...]
H A DMakefile43 E_EXE= verify asn1pars req dgst dh dhparam enc passwd gendh errstr \
58 E_OBJ= verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o \
65 E_SRC= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c ca.c \
172 app_rand.o: ../include/openssl/des_old.h ../include/openssl/dh.h
195 apps.o: ../include/openssl/des_old.h ../include/openssl/dh.h
219 asn1pars.o: ../include/openssl/des_old.h ../include/openssl/dh.h
243 ca.o: ../include/openssl/des_old.h ../include/openssl/dh.h
268 ciphers.o: ../include/openssl/dh.h ../include/openssl/dsa.h
294 crl.o: ../include/openssl/des_old.h ../include/openssl/dh.h
318 crl2p7.o: ../include/openssl/des_old.h ../include/openssl/dh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A DMakefile96 eng_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
107 eng_cnf.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
119 eng_ctrl.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
131 eng_dyn.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
142 eng_err.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
153 eng_fat.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
165 eng_init.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
177 eng_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
188 eng_list.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
202 eng_openssl.o: ../../include/openssl/des_old.h ../../include/openssl/dh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dmips1.s364 # 322 BN_ULONG dh,dl,q,ret=0,th,tl,t;
435 # 344 dh=(d&BN_MASK2h)>>BN_BITS4;
444 # 348 if ((h>>BN_BITS4) == dh)
452 # 351 q=h/dh;
458 # 355 t=(h-q*dh);
484 # 363 th=q*dh;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dsa/
H A DMakefile104 fips_dsa_gen.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
123 fips_dsa_ossl.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
134 fips_dsa_selftest.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
147 fips_dsatest.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h

Completed in 172 milliseconds

1234567891011