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

/opensolaris-onvv-gate/usr/src/common/openssl/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
/opensolaris-onvv-gate/usr/src/common/openssl/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
/opensolaris-onvv-gate/usr/src/common/openssl/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 =

Completed in 126 milliseconds