Home
last modified time | relevance | path

Searched refs:longtmp (Results 1 – 1 of 1) sorted by relevance

/openssl-master/crypto/ec/
A Decp_nistp256.c910 longfelem longtmp; in smallfelem_square_contract() local
913 smallfelem_square(longtmp, in); in smallfelem_square_contract()
914 felem_reduce(tmp, longtmp); in smallfelem_square_contract()
921 longfelem longtmp; in smallfelem_mul_contract() local
924 smallfelem_mul(longtmp, in1, in2); in smallfelem_mul_contract()
925 felem_reduce(tmp, longtmp); in smallfelem_mul_contract()

Completed in 6 milliseconds