Searched refs:PrivateKeyOps (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/ring/src/ec/suite_b/ |
D | private_key.rs | 28 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
|
D | ops.rs | 170 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 …]
|
D | ecdh.rs | 81 private_key_ops: &PrivateKeyOps, in ecdh() argument
|
/external/rust/crates/ring/src/ec/suite_b/ops/ |
D | p384.rs | 69 pub static PRIVATE_KEY_OPS: PrivateKeyOps = PrivateKeyOps {
|
D | p256.rs | 73 pub static PRIVATE_KEY_OPS: PrivateKeyOps = PrivateKeyOps {
|
/external/rust/crates/ring/src/ec/suite_b/ecdsa/ |
D | verification.rs | 197 ops: &PrivateKeyOps, in twin_mul() argument
|
D | signing.rs | 33 private_key_ops: &'static PrivateKeyOps,
|