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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp256.c103 * A field element with four, 64-bit values is called a 'smallfelem'. Small
112 typedef u64 smallfelem[NLIMBS]; typedef
128 /* smallfelem_to_bin32 takes a smallfelem and serialises into a little endian,
130 static void smallfelem_to_bin32(u8 out[32], const smallfelem in)
173 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in)
185 static void smallfelem_one(smallfelem out)
193 static void smallfelem_assign(smallfelem out, const smallfelem in)
219 static void felem_small_sum(felem out, const smallfelem in)
260 static void smallfelem_neg(felem out, const smallfelem smal
[all...]

Completed in 96 milliseconds