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

12

/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Ddh.h124 int DH_compute_key(unsigned char *key, unsigned char *pubbuf, int buflen, DH *dh);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost94_keyx.c37 key_size = DH_compute_key(be_key, pub_key, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost94_keyx.c37 key_size = DH_compute_key(be_key, pub_key, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_key.c85 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
H A Ddh.h223 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
H A Ddhtest.c180 aout = DH_compute_key(abuf, b->pub_key, a);
191 bout = DH_compute_key(bbuf, a->pub_key, b);
566 if (DH_compute_key(Z1, dhB->pub_key, dhA) == -1)
568 if (DH_compute_key(Z2, dhA->pub_key, dhB) == -1)
605 if (DH_compute_key(Z1, bady, dhA) != -1) {
607 * DH_compute_key should fail with -1. If we get here we unexpectedly
H A Ddh_pmeth.c446 ret = DH_compute_key(key, dhpub, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_key.c85 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
H A Ddh.h223 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
H A Ddhtest.c180 aout = DH_compute_key(abuf, b->pub_key, a);
191 bout = DH_compute_key(bbuf, a->pub_key, b);
566 if (DH_compute_key(Z1, dhB->pub_key, dhA) == -1)
568 if (DH_compute_key(Z2, dhA->pub_key, dhB) == -1)
605 if (DH_compute_key(Z1, bady, dhA) != -1) {
607 * DH_compute_key should fail with -1. If we get here we unexpectedly
H A Ddh_pmeth.c446 ret = DH_compute_key(key, dhpub, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpdh.c152 /* return the length of the shared secret key like DH_compute_key */
190 #define dh_compute_key(dh, pub, len, secret) DH_compute_key(secret, pub, dh)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_dhx_passwd.c155 i = DH_compute_key((unsigned char *)rbuf, bn, dh);
H A Duams_dhx_pam.c258 i = DH_compute_key(rbuf, bn, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcrypto.c167 len = DH_compute_key( secret, bn, dh );
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcrypto_openssl.c2167 if ((l = DH_compute_key(v, dh_pub, dh)) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c2376 i = DH_compute_key(p, pub, dh_srvr);

Completed in 137 milliseconds

12