Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dbn_test.cc112 static bool test_mont(FILE *fp, BN_CTX *ctx);
276 if (!test_mont(bc_file.get(), ctx.get())) { in main()
886 static bool test_mont(FILE *fp, BN_CTX *ctx) { in test_mont() function