Searched refs:ossl_dh_check_key (Results 1 – 3 of 3) sorted by relevance
31 int ossl_dh_check_key(const DH *dh);
195 int ossl_dh_check_key(const DH *dh) in ossl_dh_check_key() function
101 int key_approved = ossl_dh_check_key(ctx->dh); in dh_check_key()