Home | History | Annotate | Download | only in bn

Lines Matching defs:rshift

328   bssl::UniquePtr<BIGNUM> rshift = GetBIGNUM(t, "RShift");
330 ASSERT_TRUE(rshift);
337 EXPECT_BIGNUMS_EQUAL("A >> N", rshift.get(), ret.get());
660 {"RShift", TestRShift},