Searched refs:compute_key (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Dech_key.c80 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
H A Dech_locl.h67 int (*compute_key) (void *key, size_t outlen, const EC_POINT *pub_key, member in struct:ecdh_method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Dech_key.c80 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
H A Dech_locl.h67 int (*compute_key) (void *key, size_t outlen, const EC_POINT *pub_key, member in struct:ecdh_method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Dech_key.c82 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
H A Dech_locl.h68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, member in struct:ecdh_method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_key.c66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
94 return dh->meth->compute_key(key, pub_key, dh);
100 rv = dh->meth->compute_key(key, pub_key, dh);
114 compute_key,
208 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_key.c66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
94 return dh->meth->compute_key(key, pub_key, dh);
100 rv = dh->meth->compute_key(key, pub_key, dh);
114 compute_key,
208 static int 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/crypto/dh/
H A Ddh_key.c66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
81 return dh->meth->compute_key(key, pub_key, dh);
87 compute_key,
174 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
H A Ddh.h102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_nuron.c385 nuron_dh.compute_key = meth3->compute_key;
H A De_atalla.c257 atalla_dh.compute_key = meth3->compute_key;
H A De_ubsec.c255 ubsec_dh.compute_key = meth3->compute_key;
911 ret = meth->compute_key(key, pub_key, dh);
929 ret = meth->compute_key(key, pub_key, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_nuron.c385 nuron_dh.compute_key=meth3->compute_key;
H A De_atalla.c252 atalla_dh.compute_key = meth3->compute_key;
H A De_ubsec.c251 ubsec_dh.compute_key = meth3->compute_key;
889 ret = meth->compute_key(key, pub_key, dh);
905 ret = meth->compute_key(key, pub_key, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_nuron.c385 nuron_dh.compute_key = meth3->compute_key;
H A De_atalla.c257 atalla_dh.compute_key = meth3->compute_key;
H A De_ubsec.c255 ubsec_dh.compute_key = meth3->compute_key;
911 ret = meth->compute_key(key, pub_key, dh);
929 ret = meth->compute_key(key, pub_key, dh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddh.h102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh); member in struct:dh_method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c980 return ((meth->compute_key)(key, pub_key, dh));
1004 dhret = (meth->compute_key)(key, pub_key, dh);
1118 cryptodev_dh.compute_key = dh_meth->compute_key;
1123 cryptodev_dh.compute_key =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c1387 return ((meth->compute_key) (key, pub_key, dh));
1411 dhret = (meth->compute_key) (key, pub_key, dh);
1521 cryptodev_dh.compute_key = dh_meth->compute_key;
1526 cryptodev_dh.compute_key = cryptodev_dh_compute_key;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c1387 return ((meth->compute_key) (key, pub_key, dh));
1411 dhret = (meth->compute_key) (key, pub_key, dh);
1521 cryptodev_dh.compute_key = dh_meth->compute_key;
1526 cryptodev_dh.compute_key = cryptodev_dh_compute_key;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/ibmca/
H A Dhw_ibmca.c272 ibmca_dh.compute_key = meth3->compute_key;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dhw_ibmca.c270 ibmca_dh.compute_key = meth3->compute_key;

Completed in 114 milliseconds

12