Searched refs:DH_compute_key (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Ddh.h124 int DH_compute_key(unsigned char *key, unsigned char *pubbuf, int buflen, DH *dh);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dh/
H A Ddhtest.c155 aout=DH_compute_key(abuf,b->pub_key,a);
167 bout=DH_compute_key(bbuf,a->pub_key,b);
H A Ddh.h172 int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
H A Ddh_key.c81 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Ddhtest.c155 aout=DH_compute_key(abuf,b->pub_key,a);
167 bout=DH_compute_key(bbuf,a->pub_key,b);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddhtest.c168 aout=DH_compute_key(abuf,b->pub_key,a);
180 bout=DH_compute_key(bbuf,a->pub_key,b);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddhtest.c168 aout=DH_compute_key(abuf,b->pub_key,a);
180 bout=DH_compute_key(bbuf,a->pub_key,b);
H A Ddh.h196 int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
H A Ddh_key.c79 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/dh/
H A Dfips_dh_key.c84 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Ddh.h172 int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddh.h196 int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_dhx_passwd.c160 i = DH_compute_key((unsigned char *)rbuf, bn, dh);
H A Duams_dhx_pam.c258 i = DH_compute_key(rbuf, bn, dh);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_clnt.c926 n=DH_compute_key(p,dh_srvr->pub_key,dh_clnt);
H A Ds3_clnt.c1870 n=DH_compute_key(p,dh_srvr->pub_key,dh_clnt);
H A Ds3_srvr.c1831 i=DH_compute_key(p,pub,dh_srvr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Ds3_clnt.c1666 n=DH_compute_key(p,dh_srvr->pub_key,dh_clnt);
H A Ds3_srvr.c1553 i=DH_compute_key(p,pub,dh_srvr);

Completed in 299 milliseconds