Searched refs:longfelem (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c106 * 'longfelem'
116 typedef limb longfelem[NLIMBS * 2]; typedef
232 static void longfelem_scalar(longfelem out, const u64 scalar)
328 static void longfelem_diff(longfelem out, const longfelem in)
484 static void smallfelem_square(longfelem out, const smallfelem small)
563 static void felem_square(longfelem out, const felem in)
578 static void smallfelem_mul(longfelem out, const smallfelem small1,
689 static void felem_mul(longfelem out, const felem in1, const felem in2)
705 static void felem_small_mul(longfelem ou
[all...]

Completed in 133 milliseconds