Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp256.c907 longfelem longtmp; in smallfelem_square_contract() local
910 smallfelem_square(longtmp, in); in smallfelem_square_contract()
911 felem_reduce(tmp, longtmp); in smallfelem_square_contract()
918 longfelem longtmp; in smallfelem_mul_contract() local
921 smallfelem_mul(longtmp, in1, in2); in smallfelem_mul_contract()
922 felem_reduce(tmp, longtmp); in smallfelem_mul_contract()