Searched refs:longfelem (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/ec/ |
D | p256-64.c | 91 typedef limb longfelem[NLIMBS * 2]; typedef 204 static void longfelem_scalar(longfelem out, const u64 scalar) { in longfelem_scalar() 282 static void longfelem_diff(longfelem out, const longfelem in) { in longfelem_diff() 419 static void smallfelem_square(longfelem out, const smallfelem small) { in smallfelem_square() 495 static void felem_square(longfelem out, const felem in) { in felem_square() 507 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul() 615 static void felem_mul(longfelem out, const felem in1, const felem in2) { in felem_mul() 628 static void felem_small_mul(longfelem out, const smallfelem small1, in felem_small_mul() 654 static void felem_reduce_(felem out, const longfelem in) { in felem_reduce_() 694 static void felem_reduce(felem out, const longfelem in) { in felem_reduce() [all …]
|