Searched refs:ecdh_compute_key (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ecdh_ossl.c | 25 if (ecdh->group->meth->ecdh_compute_key == NULL) { in ossl_ecdh_compute_key() 30 return ecdh->group->meth->ecdh_compute_key(psec, pseclen, pub_key, ecdh); in ossl_ecdh_compute_key()
|
H A D | ec_local.h | 180 int (*ecdh_compute_key)(unsigned char **pout, size_t *poutlen, member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ecdh_ossl.c | 31 if (ecdh->group->meth->ecdh_compute_key == NULL) { in ossl_ecdh_compute_key() 36 return ecdh->group->meth->ecdh_compute_key(psec, pseclen, pub_key, ecdh); in ossl_ecdh_compute_key()
|
H A D | ec_local.h | 176 int (*ecdh_compute_key)(unsigned char **pout, size_t *poutlen, member
|