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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c137 * smallfelem_to_bin32 takes a smallfelem and serialises into a little
140 static void smallfelem_to_bin32(u8 out[32], const smallfelem in) function
184 smallfelem_to_bin32(b_in, in);

Completed in 107 milliseconds