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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c106 * 'longfelem'
116 typedef limb longfelem[NLIMBS * 2]; typedef
246 static void longfelem_scalar(longfelem out, const u64 scalar)
342 static void longfelem_diff(longfelem out, const longfelem in)
496 static void smallfelem_square(longfelem out, const smallfelem small)
575 static void felem_square(longfelem out, const felem in)
590 static void smallfelem_mul(longfelem out, const smallfelem small1,
701 static void felem_mul(longfelem out, const felem in1, const felem in2)
717 static void felem_small_mul(longfelem ou
[all...]

Completed in 102 milliseconds