Home
last modified time | relevance | path

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 Decdh_ossl.c25 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 Dec_local.h180 int (*ecdh_compute_key)(unsigned char **pout, size_t *poutlen, member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decdh_ossl.c31 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 Dec_local.h176 int (*ecdh_compute_key)(unsigned char **pout, size_t *poutlen, member