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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c478 * smallfelem_square sets |out| = |small|^2
484 static void smallfelem_square(longfelem out, const smallfelem small) function
567 smallfelem_square(out, small);
912 smallfelem_square(longtmp, in);
1144 smallfelem_square(tmp, small2);
1170 smallfelem_square(tmp2, small1);
1250 smallfelem_square(tmp, small3);
1257 smallfelem_square(tmp, z2);
1363 smallfelem_square(tmp, small1);

Completed in 71 milliseconds