Searched refs:DH_check (Results 1 – 3 of 3) sorted by relevance
176 OPENSSL_EXPORT int DH_check(const DH *dh, int *out_flags);
113 int DH_check(const DH *dh, int *ret) { in DH_check() function
121 if (!DH_check(a.get(), &check_result)) { in RunBasicTests()