Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/ec/
HDecp_nistp256.c921 longfelem longtmp; in smallfelem_square_contract() local
924 smallfelem_square(longtmp, in); in smallfelem_square_contract()
925 felem_reduce(tmp, longtmp); in smallfelem_square_contract()
932 longfelem longtmp; in smallfelem_mul_contract() local
935 smallfelem_mul(longtmp, in1, in2); in smallfelem_mul_contract()
936 felem_reduce(tmp, longtmp); in smallfelem_mul_contract()