Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-64.c66 typedef limb longfelem[NLIMBS * 2]; typedef
174 static void longfelem_scalar(longfelem out, const uint64_t scalar) { in longfelem_scalar()
254 static void longfelem_diff(longfelem out, const longfelem in) { in longfelem_diff()
391 static void smallfelem_square(longfelem out, const smallfelem small) { in smallfelem_square()
467 static void felem_square(longfelem out, const felem in) { in felem_square()
479 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul()
587 static void felem_mul(longfelem out, const felem in1, const felem in2) { in felem_mul()
600 static void felem_small_mul(longfelem out, const smallfelem small1, in felem_small_mul()
626 static void felem_reduce_(felem out, const longfelem in) { in felem_reduce_()
666 static void felem_reduce(felem out, const longfelem in) { in felem_reduce()
[all …]