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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp256.c128 /* smallfelem_to_bin32 takes a smallfelem and serialises into a little endian,
130 static void smallfelem_to_bin32(u8 out[32], const smallfelem in) function
176 smallfelem_to_bin32(b_in, in);

Completed in 66 milliseconds