Home
last modified time | relevance | path

Searched refs:ScalarOps (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Ddigest_scalar.rs49 pub fn digest_scalar(ops: &ScalarOps, msg: digest::Digest) -> Scalar { in digest_scalar() argument
54 pub(crate) fn digest_bytes_scalar(ops: &ScalarOps, digest: &[u8]) -> Scalar { in digest_bytes_scalar() argument
60 fn digest_scalar_(ops: &ScalarOps, digest: &[u8]) -> Scalar { in digest_scalar_() argument
Dverification.rs33 ops: &'static ScalarOps,
173 ops: &'static ScalarOps, in split_rs_fixed() argument
183 _ops: &'static ScalarOps, in split_rs_asn1() argument
Dsigning.rs36 format_rs: fn(ops: &'static ScalarOps, r: &Scalar, s: &Scalar, out: &mut [u8]) -> usize,
384 fn format_rs_fixed(ops: &'static ScalarOps, r: &Scalar, s: &Scalar, out: &mut [u8]) -> usize { in format_rs_fixed() argument
396 fn format_rs_asn1(ops: &'static ScalarOps, r: &Scalar, s: &Scalar, out: &mut [u8]) -> usize { in format_rs_asn1() argument
399 fn format_integer_tlv(ops: &ScalarOps, a: &Scalar, out: &mut [u8]) -> usize { in format_rs_asn1() argument
/external/rust/crates/ring/src/ec/suite_b/ops/
Dp384.rs161 pub static SCALAR_OPS: ScalarOps = ScalarOps {
Dp256.rs184 pub static SCALAR_OPS: ScalarOps = ScalarOps {
/external/rust/crates/ring/src/ec/suite_b/
Dops.rs235 pub struct ScalarOps { struct
242 impl ScalarOps { implementation
270 pub scalar_ops: &'static ScalarOps,
312 pub scalar_ops: &'static ScalarOps,
689 fn scalar_mul_test(ops: &ScalarOps, test_file: test::File) { in scalar_mul_test() argument
719 ops: &ScalarOps, in scalar_square_test() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3419 SmallVector<SDValue, 4> ScalarOps; in FoldConstantVectorArithmetic() local
3426 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
3428 ScalarOps.push_back(Op); in FoldConstantVectorArithmetic()
3440 ScalarOps.push_back(ScalarOp); in FoldConstantVectorArithmetic()
3444 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5027 SmallVector<SDValue, 4> ScalarOps; in FoldConstantVectorArithmetic() local
5034 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
5036 ScalarOps.push_back(Op); in FoldConstantVectorArithmetic()
5048 ScalarOps.push_back(ScalarOp); in FoldConstantVectorArithmetic()
5052 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5039 SmallVector<SDValue, 4> ScalarOps; in FoldConstantVectorArithmetic() local
5046 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
5048 ScalarOps.push_back(Op); in FoldConstantVectorArithmetic()
5060 ScalarOps.push_back(ScalarOp); in FoldConstantVectorArithmetic()
5064 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic()