Searched refs:dh (Results 76 - 100 of 263) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssltest.c368 DH *dh; local
658 dh=get_dh1024dsa();
661 dh=get_dh1024();
663 dh=get_dh512();
664 SSL_CTX_set_tmp_dh(s_ctx,dh);
665 DH_free(dh);
1600 DH *dh; local
1602 if ((dh=DH_new()) == NULL) return(NULL);
1603 dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
1604 dh
1628 DH *dh; local
1666 DH *dh; local
[all...]
H A Ds3_lib.c1098 if (s->s3->tmp.dh != NULL)
1099 DH_free(s->s3->tmp.dh);
1125 if (s->s3->tmp.dh != NULL)
1126 DH_free(s->s3->tmp.dh);
1233 DH *dh = (DH *)parg; local
1234 if (dh == NULL)
1239 if ((dh = DHparams_dup(dh)) == NULL)
1246 if (!DH_generate_key(dh))
1248 DH_free(dh);
1372 DH *new=NULL,*dh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dssltest.c368 DH *dh; local
658 dh=get_dh1024dsa();
661 dh=get_dh1024();
663 dh=get_dh512();
664 SSL_CTX_set_tmp_dh(s_ctx,dh);
665 DH_free(dh);
1600 DH *dh; local
1602 if ((dh=DH_new()) == NULL) return(NULL);
1603 dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
1604 dh
1628 DH *dh; local
1666 DH *dh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtree.c152 gint dh, err, dirlen; local
169 if ((dh = smbc_opendir(path)) < 0) { /* Handle error */
180 while ((err = smbc_getdents(dh, (struct smbc_dirent *)dirbuf,
322 gint dh, err, dirlen, level; local
341 if ((dh = smbc_opendir(get_path(item))) < 0) { /* Handle error */
357 while ((err = smbc_getdents(dh, (struct smbc_dirent *)dirbuf,
439 smbc_closedir(dh);
489 gint dh, err, dirlen; local
502 if ((dh = smbc_opendir("smb://")) < 0) { /* Handle error */
513 while ((err = smbc_getdents(dh, (struc
616 gint err, dh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dtree.c150 gint dh, err, dirlen; local
167 if ((dh = smbc_opendir(path)) < 0) { /* Handle error */
178 while ((err = smbc_getdents(dh, (struct smbc_dirent *)dirbuf,
320 gint dh, err, dirlen, level; local
339 if ((dh = smbc_opendir(get_path(item))) < 0) { /* Handle error */
355 while ((err = smbc_getdents(dh, (struct smbc_dirent *)dirbuf,
437 smbc_closedir(dh);
487 gint dh, err, dirlen; local
500 if ((dh = smbc_opendir("smb://")) < 0) { /* Handle error */
511 while ((err = smbc_getdents(dh, (struc
614 gint err, dh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Droot.c272 struct autofs_dirhash *dh = &sbi->dirhash; local
287 if (autofs_hash_lookup(dh, &dentry->d_name)) {
333 autofs_hash_insert(dh,ent);
353 struct autofs_dirhash *dh = &sbi->dirhash; local
364 ent = autofs_hash_lookup(dh, &dentry->d_name);
393 struct autofs_dirhash *dh = &sbi->dirhash; local
402 ent = autofs_hash_lookup(dh, &dentry->d_name);
429 struct autofs_dirhash *dh = &sbi->dirhash; local
439 ent = autofs_hash_lookup(dh, &dentry->d_name);
469 autofs_hash_insert(dh,en
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c1713 struct fuse_dh *dh = (struct fuse_dh *) (uintptr_t) llfi->fh; local
1715 fi->fh = dh->fh;
1716 fi->fh_old = dh->fh;
1717 return dh;
1725 struct fuse_dh *dh; local
1730 dh = (struct fuse_dh *) malloc(sizeof(struct fuse_dh));
1731 if (dh == NULL) {
1735 memset(dh, 0, sizeof(struct fuse_dh));
1736 dh->fuse = f;
1737 dh
1775 extend_contents(struct fuse_dh *dh, unsigned minsize) argument
1803 struct fuse_dh *dh = (struct fuse_dh *) dh_; local
1848 readdir_fill(struct fuse *f, fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, struct fuse_dh *dh, struct fuse_file_info *fi) argument
1883 struct fuse_dh *dh = get_dirhandle(llfi, &fi); local
1919 struct fuse_dh *dh = get_dirhandle(llfi, &fi); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A DMakefile2 # OpenSSL/crypto/dh/Makefile
5 DIR= dh
25 EXHEADER= dh.h
80 dh_asn1.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
89 dh_check.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h
97 dh_depr.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h
104 dh_err.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h
112 dh_gen.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h
120 dh_key.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h
128 dh_lib.o: ../../include/openssl/dh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_dhx_pam.c35 #include <openssl/dh.h>
40 #include <dh.h>
193 DH *dh; local
225 if (!(dh = DH_new())) {
237 dh->p = pbn;
238 dh->g = gbn;
239 if (DH_generate_key(dh) == 0) {
252 if (BN_num_bytes(dh->pub_key) > KEYSIZE) {
258 i = DH_compute_key(rbuf, bn, dh);
270 BN_bn2bin(dh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_dhx_pam.c35 #include <openssl/dh.h>
40 #include <dh.h>
193 DH *dh; local
225 if (!(dh = DH_new())) {
237 dh->p = pbn;
238 dh->g = gbn;
239 if (DH_generate_key(dh) == 0) {
252 if (BN_num_bytes(dh->pub_key) > KEYSIZE) {
258 i = DH_compute_key(rbuf, bn, dh);
270 BN_bn2bin(dh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/lib/
H A Dpacket_history.h148 const struct dccp_hdr *dh = dccp_hdr(skb); local
151 entry->dccphrx_ccval = dh->dccph_ccval;
152 entry->dccphrx_type = dh->dccph_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c157 static int DH_zencod_bn_mod_exp ( const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
159 static int DH_zencod_generate_key ( DH *dh ) ;
160 static int DH_zencod_compute_key ( unsigned char *key, const BIGNUM *pub_key, DH *dh ) ;
971 static int DH_zencod_generate_key ( DH *dh )
986 if ( dh->priv_key ) {
987 bn_prv = dh->priv_key;
998 if ( dh->pub_key )
999 bn_pub = dh->pub_key;
1007 if ( !bn_wexpand ( bn_prv, dh->p->dmax ) ||
1008 !bn_wexpand ( bn_pub, dh
1089 DH_zencod_bn_mod_exp( const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c157 static int DH_zencod_bn_mod_exp ( const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
159 static int DH_zencod_generate_key ( DH *dh ) ;
160 static int DH_zencod_compute_key ( unsigned char *key, const BIGNUM *pub_key, DH *dh ) ;
971 static int DH_zencod_generate_key ( DH *dh )
986 if ( dh->priv_key ) {
987 bn_prv = dh->priv_key;
998 if ( dh->pub_key )
999 bn_pub = dh->pub_key;
1007 if ( !bn_wexpand ( bn_prv, dh->p->dmax ) ||
1008 !bn_wexpand ( bn_pub, dh
1089 DH_zencod_bn_mod_exp( const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dh/
H A DMakefile2 # SSLeay/crypto/dh/Makefile
5 DIR= dh
30 EXHEADER= dh.h
83 dh_asn1.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
92 dh_check.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h
99 dh_err.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
107 dh_gen.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h
115 dh_key.o: ../../include/openssl/dh.h ../../include/openssl/e_os2.h
123 dh_lib.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dprogs.pl42 elsif ( ($_ =~ /^dh$/) || ($_ =~ /^gendh$/) || ($_ =~ /^dhparam$/))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c153 #include <openssl/dh.h>
412 DH *dh; local
736 dh=get_dh1024dsa();
739 dh=get_dh1024();
741 dh=get_dh512();
742 SSL_CTX_set_tmp_dh(s_ctx,dh);
743 DH_free(dh);
2161 DH *dh; local
2163 if ((dh=DH_new()) == NULL) return(NULL);
2164 dh
2189 DH *dh; local
2227 DH *dh; local
[all...]
H A Dd1_srvr.c125 #include <openssl/dh.h>
770 DH *dh=NULL,*dhp; local
838 if (s->s3->tmp.dh != NULL)
840 DH_free(dh);
845 if ((dh=DHparams_dup(dhp)) == NULL)
851 s->s3->tmp.dh=dh;
856 if(!DH_generate_key(dh))
865 dh->pub_key=BN_dup(dhp->pub_key);
866 dh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c153 #include <openssl/dh.h>
412 DH *dh; local
736 dh=get_dh1024dsa();
739 dh=get_dh1024();
741 dh=get_dh512();
742 SSL_CTX_set_tmp_dh(s_ctx,dh);
743 DH_free(dh);
2161 DH *dh; local
2163 if ((dh=DH_new()) == NULL) return(NULL);
2164 dh
2189 DH *dh; local
2227 DH *dh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dh/
H A DMakefile2 # SSLeay/fips/dh/Makefile
5 DIR= dh
84 fips_dh_check.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
93 fips_dh_gen.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
102 fips_dh_key.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/err/
H A Derr_all.c71 #include <openssl/dh.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr_all.c71 #include <openssl/dh.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dalbumart.c111 DIR * dh; local
134 dh = opendir(dir);
135 if( !dh )
137 while ((dp = readdir(dh)) != NULL)
168 closedir(dh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dalbumart.c103 DIR *dh; local
124 dh = opendir(dir);
125 if( !dh )
127 while ((dp = readdir(dh)) != NULL)
156 closedir(dh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dalbumart.c111 DIR * dh; local
134 dh = opendir(dir);
135 if( !dh )
137 while ((dp = readdir(dh)) != NULL)
168 closedir(dh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dtunala.c187 DH *dh=NULL; local
189 if ((dh=DH_new()) == NULL) return(NULL);
190 dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
191 dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL);
192 if ((dh->p == NULL) || (dh->g == NULL))
194 return(dh);
668 DH *dh = NULL; local
675 if((dh = get_dh512()) == NULL) {
689 if((dh
[all...]

Completed in 362 milliseconds

1234567891011