Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_nistp256.c912 longfelem longtmp; in smallfelem_square_contract() local
915 smallfelem_square(longtmp, in); in smallfelem_square_contract()
916 felem_reduce(tmp, longtmp); in smallfelem_square_contract()
923 longfelem longtmp; in smallfelem_mul_contract() local
926 smallfelem_mul(longtmp, in1, in2); in smallfelem_mul_contract()
927 felem_reduce(tmp, longtmp); in smallfelem_mul_contract()

Completed in 7 milliseconds