HomeSort by relevance Sort by last modified time
    Searched refs:test_exp_mod_zero (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/
exptest.c 74 /* test_exp_mod_zero tests that x**0 mod 1 == 0. It returns zero on success. */
75 static int test_exp_mod_zero() { function
232 if (test_exp_mod_zero() != 0)
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
bn_test.c 103 static int test_exp_mod_zero(void);
263 !test_exp_mod_zero()) {
1134 /* test_exp_mod_zero tests that x**0 mod 1 == 0. */
1135 static int test_exp_mod_zero(void) { function

Completed in 1318 milliseconds