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.h16 int ossl_dh_check_key(OSSL_LIB_CTX *ctx, const DH *dh);
/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c202 int ossl_dh_check_key(OSSL_LIB_CTX *ctx, const DH *dh) in ossl_dh_check_key() function
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c109 && ossl_dh_check_key(pdhctx->libctx, vdh); in dh_init()