Searched refs:test_lshift (Results 1 – 1 of 1) sorted by relevance
103 static bool test_lshift(FILE *fp, BN_CTX *ctx, ScopedBIGNUM a);216 if (!test_lshift(bc_file.get(), ctx.get(), std::move(sample))) { in main()222 if (!test_lshift(bc_file.get(), ctx.get(), nullptr)) { in main()622 static bool test_lshift(FILE *fp, BN_CTX *ctx, ScopedBIGNUM a) { in test_lshift() function