Home
last modified time | relevance | path

Searched refs:PrivateKeyOps (Results 1 – 7 of 7) sorted by relevance

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