Searched refs:dh (Results 176 - 200 of 263) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/hmac/
H A DMakefile85 hmac.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa.h83 # include <openssl/dh.h>
H A Ddsa_lib.c70 #include <openssl/dh.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_openssl.c80 #include <openssl/dh.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A DMakefile87 err_all.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_all.c127 #include <openssl/dh.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A DMakefile104 rsaref.o: ../../../include/openssl/dh.h ../../../include/openssl/dsa.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A DMakefile104 rsaref.o: ../../../include/openssl/dh.h ../../../include/openssl/dsa.h
H A Dhw_ibmca.c121 static int ibmca_mod_exp_dh(const DH *dh, BIGNUM *r,
865 /* This function is aliased to mod_exp (with the dh and mont dropped). */
866 static int ibmca_mod_exp_dh(DH const *dh, BIGNUM *r, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A DMakefile125 rsaref.o: ../../../include/openssl/dh.h ../../../include/openssl/dsa.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A DMakefile104 rsaref.o: ../../../include/openssl/dh.h ../../../include/openssl/dsa.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddsa.h83 # include <openssl/dh.h>
H A Dssl.h1192 #define SSL_CTX_set_tmp_dh(ctx,dh) \
1193 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
1201 #define SSL_set_tmp_dh(ssl,dh) \
1202 SSL_ctrl(ssl,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
1512 DH *(*dh)(SSL *ssl,int is_export,
1515 DH *(*dh)(SSL *ssl,int is_export,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmk1mf.pl67 no-rsa no-dsa no-dh - Skip this public key cipher
739 return("") if $no_dh && $dir =~ /\/dh/;
798 @a=grep(!/(^dh$)|(^gendh$)/,@a) if $no_dh;
800 @a=grep(!/(^dh)|(_sha1$)|(m_dss1$)/,@a) if $no_sha1;
993 "no-dh" => \$no_dh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c748 unsigned short al, unsigned short dh)
754 d1 = dh; d2 = ah; d3 = al;
757 d1 = ah; d2 = al; d3 = dh;
760 d1 = al; d2 = dh; d3 = ah;
746 SiS_WriteDAC(struct SiS_Private *SiS_Pr, unsigned long DACData, unsigned short shiftflag, unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dinode.c748 __u8 dh; local
770 err = ncp_dirhandle_alloc(s, ni->volNumber, ni->DosDirNum, &dh);
774 err = ncp_get_directory_info(s, dh, &vi);
775 ncp_dirhandle_free(s, dh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp.c2139 mblk_t *dh; local
2143 if ((dh = allocb(size, BPRI_MED)) == 0) {
2148 dh->b_datap->db_type = M_PROTO;
2149 dh->b_wptr = dh->b_datap->db_lim;
2150 dh->b_rptr = dh->b_wptr - size;
2152 dlu = (dl_unitdata_ind_t *)dh->b_rptr;
2160 dh->b_cont = mp;
2161 return (dh);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.c2156 mblk_t *dh; local
2160 if ((dh = allocb(size, BPRI_MED)) == 0) {
2165 dh->b_datap->db_type = M_PROTO;
2166 dh->b_wptr = dh->b_datap->db_lim;
2167 dh->b_rptr = dh->b_wptr - size;
2169 dlu = (dl_unitdata_ind_t *)dh->b_rptr;
2177 dh->b_cont = mp;
2178 return (dh);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl.h1192 #define SSL_CTX_set_tmp_dh(ctx,dh) \
1193 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
1201 #define SSL_set_tmp_dh(ssl,dh) \
1202 SSL_ctrl(ssl,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
1512 DH *(*dh)(SSL *ssl,int is_export,
1515 DH *(*dh)(SSL *ssl,int is_export,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c121 static int ibmca_mod_exp_dh(const DH *dh, BIGNUM *r,
865 /* This function is aliased to mod_exp (with the dh and mont dropped). */
866 static int ibmca_mod_exp_dh(DH const *dh, BIGNUM *r, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dinstall.com61 $ EXHEADER_DH := dh.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dinstall.com67 $ EXHEADER_DH := dh.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/aes/
H A DMakefile116 fips_aesavs.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/sha1/
H A DMakefile134 fips_standalone_sha1.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dengine.h77 #include <openssl/dh.h>

Completed in 172 milliseconds

1234567891011