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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c490 * smallfelem_square sets |out| = |small|^2
496 static void smallfelem_square(longfelem out, const smallfelem small) function
579 smallfelem_square(out, small);
924 smallfelem_square(longtmp, in);
1156 smallfelem_square(tmp, small2);
1182 smallfelem_square(tmp2, small1);
1262 smallfelem_square(tmp, small3);
1269 smallfelem_square(tmp, z2);
1375 smallfelem_square(tmp, small1);

Completed in 173 milliseconds