Home
last modified time | relevance | path

Searched refs:return_on_null_numbers (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/include/crypto/
H A Ddh.h45 int ossl_dh_check_pairwise(const DH *dh, int return_on_null_numbers);
/src/crypto/openssl/crypto/dh/
H A Ddh_check.c333 int ossl_dh_check_pairwise(const DH *dh, int return_on_null_numbers) in ossl_dh_check_pairwise() argument
346 return return_on_null_numbers; in ossl_dh_check_pairwise()