Home
last modified time | relevance | path

Searched refs:ECDH_size (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
H A Decdh.h94 int ECDH_size(const EC_KEY *ecdh);
/dragonfly/crypto/libressl/crypto/ecdh/
H A Dech_lib.c239 ECDH_size(const EC_KEY *d) in ECDH_size() function
H A Dech_key.c149 buflen = ECDH_size(ecdh); in ecdh_compute_key()
/dragonfly/crypto/libressl/ssl/
H A Dssl_kex.c405 if ((key_len = ECDH_size(ecdh)) <= 0) in ssl_kex_derive_ecdhe_ecp()