Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dbn_test.cc105 static bool test_rshift(FILE *fp, BN_CTX *ctx);
234 if (!test_rshift(bc_file.get(), ctx.get())) { in main()
551 static bool test_rshift(FILE *fp, BN_CTX *ctx) { in test_rshift() function