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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp256.c118 /* bin32_to_felem takes a little-endian byte array and converts it into felem
120 static void bin32_to_felem(felem out, const u8 in[32]) function
168 bin32_to_felem(out, b_out);

Completed in 42 milliseconds