HomeSort by: relevance | last modified time | path
    Searched refs:test_mod_exp_zero (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
exptest.c 44 * test_mod_exp_zero tests that x**0 mod 1 == 0. It returns zero on success.
46 static int test_mod_exp_zero(void) function
232 ADD_TEST(test_mod_exp_zero);
  /src/crypto/external/apache2/openssl/dist/test/
exptest.c 44 * test_mod_exp_zero tests that x**0 mod 1 == 0. It returns zero on success.
46 static int test_mod_exp_zero(void) function
334 ADD_TEST(test_mod_exp_zero);
  /src/crypto/external/bsd/openssl/dist/test/
exptest.c 44 * test_mod_exp_zero tests that x**0 mod 1 == 0. It returns zero on success.
46 static int test_mod_exp_zero(void) function
333 ADD_TEST(test_mod_exp_zero);

Completed in 25 milliseconds