Searched refs:smallfelem (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c108 * A field element with four, 64-bit values is called a 'smallfelem'. Small
117 typedef u64 smallfelem[NLIMBS]; typedef
137 * smallfelem_to_bin32 takes a smallfelem and serialises into a little
140 static void smallfelem_to_bin32(u8 out[32], const smallfelem in)
181 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in)
194 static void smallfelem_one(smallfelem out)
202 static void smallfelem_assign(smallfelem out, const smallfelem in)
228 static void felem_small_sum(felem out, const smallfelem in)
271 static void smallfelem_neg(felem out, const smallfelem smal
[all...]

Completed in 102 milliseconds