Home
last modified time | relevance | path

Searched refs:ossl_dh_check_key (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/common/include/prov/
H A Dsecuritycheck.h31 int ossl_dh_check_key(const DH *dh);
/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c195 int ossl_dh_check_key(const DH *dh) in ossl_dh_check_key() function
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c101 int key_approved = ossl_dh_check_key(ctx->dh); in dh_check_key()