Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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.rs170 pub struct PrivateKeyOps { struct
182 impl PrivateKeyOps { impl
775 fn point_sum_test(ops: &PrivateKeyOps, test_file: test::File) { in point_sum_test()
809 ops: &PrivateKeyOps, in point_sum_mixed_test()
866 ops: &PrivateKeyOps, in point_double_test()
906 fn point_mul_tests(ops: &PrivateKeyOps, test_file: test::File) { in point_mul_tests()
933 priv_ops: &PrivateKeyOps, in point_mul_serialized_test()
988 fn point_mul_base_tests(ops: &PrivateKeyOps, test_file: test::File) { in point_mul_base_tests()
1000 ops: &PrivateKeyOps, in assert_point_actual_equals_expected()
1029 ops: &PrivateKeyOps, in consume_jacobian_point()
[all …]
Decdh.rs81 private_key_ops: &PrivateKeyOps, in ecdh()
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/suite_b/ecdsa/
Dverification.rs197 ops: &PrivateKeyOps, in twin_mul()