Home | History | Annotate | Download | only in bn

Lines Matching defs:rshift

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