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.rs170 pub struct PrivateKeyOps { struct
182 impl PrivateKeyOps { impl
279 pub private_key_ops: &'static PrivateKeyOps,
774 fn point_sum_test(ops: &PrivateKeyOps, test_file: test::File) { in point_sum_test() argument
808 ops: &PrivateKeyOps, in point_sum_mixed_test() argument
865 ops: &PrivateKeyOps, in point_double_test() argument
905 fn point_mul_tests(ops: &PrivateKeyOps, test_file: test::File) { in point_mul_tests() argument
932 priv_ops: &PrivateKeyOps, in point_mul_serialized_test() argument
987 fn point_mul_base_tests(ops: &PrivateKeyOps, test_file: test::File) { in point_mul_base_tests() argument
999 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.rs69 pub static PRIVATE_KEY_OPS: PrivateKeyOps = PrivateKeyOps {
Dp256.rs73 pub static PRIVATE_KEY_OPS: PrivateKeyOps = PrivateKeyOps {
/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Dverification.rs197 ops: &PrivateKeyOps, in twin_mul() argument
Dsigning.rs33 private_key_ops: &'static PrivateKeyOps,