Lines Matching refs:FileTest
106 static bssl::UniquePtr<BIGNUM> GetBIGNUM(FileTest *t, const char *attribute) { in GetBIGNUM()
120 static bool GetInt(FileTest *t, int *out, const char *attribute) { in GetInt()
135 static bool ExpectBIGNUMsEqual(FileTest *t, const char *operation, in ExpectBIGNUMsEqual()
154 static bool TestSum(FileTest *t, BN_CTX *ctx) { in TestSum()
253 static bool TestLShift1(FileTest *t, BN_CTX *ctx) { in TestLShift1()
294 static bool TestLShift(FileTest *t, BN_CTX *ctx) { in TestLShift()
314 static bool TestRShift(FileTest *t, BN_CTX *ctx) { in TestRShift()
332 static bool TestSquare(FileTest *t, BN_CTX *ctx) { in TestSquare()
388 static bool TestProduct(FileTest *t, BN_CTX *ctx) { in TestProduct()
415 static bool TestQuotient(FileTest *t, BN_CTX *ctx) { in TestQuotient()
480 static bool TestModMul(FileTest *t, BN_CTX *ctx) { in TestModMul()
518 static bool TestModSquare(FileTest *t, BN_CTX *ctx) { in TestModSquare()
566 static bool TestModExp(FileTest *t, BN_CTX *ctx) { in TestModExp()
597 static bool TestExp(FileTest *t, BN_CTX *ctx) { in TestExp()
615 static bool TestModSqrt(FileTest *t, BN_CTX *ctx) { in TestModSqrt()
645 static bool TestNotModSquare(FileTest *t, BN_CTX *ctx) { in TestNotModSquare()
668 static bool TestModInv(FileTest *t, BN_CTX *ctx) { in TestModInv()
688 bool (*func)(FileTest *t, BN_CTX *ctx);
708 static bool RunTest(FileTest *t, void *arg) { in RunTest()