Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/ec/suite_b/
Dprivate_key.rs28 ops: &PrivateKeyOps, in random_scalar()
39 ops: &PrivateKeyOps, in generate_private_scalar_bytes()
93 pub fn private_key_as_scalar(ops: &PrivateKeyOps, private_key: &ec::Seed) -> Scalar { in private_key_as_scalar()
99 ops: &PrivateKeyOps, in check_scalar_big_endian_bytes()
112 ops: &PrivateKeyOps, in scalar_from_big_endian_bytes()
134 ops: &PrivateKeyOps, in public_from_private()
151 ops: &PrivateKeyOps, in affine_from_jacobian()
186 ops: &PrivateKeyOps, in big_endian_affine_from_jacobian()
Dops.rs166 pub struct PrivateKeyOps { struct
178 impl PrivateKeyOps { implementation
778 fn point_sum_test(ops: &PrivateKeyOps, test_file: test::File) { in point_sum_test()
817 ops: &PrivateKeyOps, in point_sum_mixed_test()
874 ops: &PrivateKeyOps, in point_double_test()
914 fn point_mul_tests(ops: &PrivateKeyOps, test_file: test::File) { in point_mul_tests()
941 priv_ops: &PrivateKeyOps, in point_mul_serialized_test()
996 fn point_mul_base_tests(ops: &PrivateKeyOps, test_file: test::File) { in point_mul_base_tests()
1008 ops: &PrivateKeyOps, in assert_point_actual_equals_expected()
1037 ops: &PrivateKeyOps, in consume_jacobian_point()
[all …]
Decdh.rs81 private_key_ops: &PrivateKeyOps, in ecdh()
/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Dverification.rs194 ops: &PrivateKeyOps, in twin_mul()