Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Ddh.h45 int ossl_dh_check_pairwise(const DH *dh);
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_check.c332 int ossl_dh_check_pairwise(const DH *dh) in ossl_dh_check_pairwise() function
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c440 ok = ok && ossl_dh_check_pairwise(dh); in dh_validate()