Searched refs:longfelem (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/ec/ |
D | p256-64.c | 69 typedef limb longfelem[NLIMBS * 2]; typedef 167 static void longfelem_scalar(longfelem out, const u64 scalar) { in longfelem_scalar() 247 static void longfelem_diff(longfelem out, const longfelem in) { in longfelem_diff() 383 static void smallfelem_square(longfelem out, const smallfelem small) { in smallfelem_square() 459 static void felem_square(longfelem out, const felem in) { in felem_square() 471 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul() 579 static void felem_mul(longfelem out, const felem in1, const felem in2) { in felem_mul() 592 static void felem_small_mul(longfelem out, const smallfelem small1, in felem_small_mul() 618 static void felem_reduce_(felem out, const longfelem in) { in felem_reduce_() 658 static void felem_reduce(felem out, const longfelem in) { in felem_reduce() [all …]
|