Home
last modified time | relevance | path

Searched defs:TestPoint (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/ec/suite_b/
Dops.rs1010 expected_point: &TestPoint, in assert_point_actual_equals_expected()
1082 enum TestPoint { enum
1087 fn consume_point(ops: &PrivateKeyOps, test_case: &mut test::TestCase, name: &str) -> TestPoint { in consume_point()