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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c480 /* smallfelem_expand converts a smallfelem to an felem */
481 static void smallfelem_expand(felem out, const smallfelem in) function
1091 smallfelem_expand(tmp, in);
1204 smallfelem_expand(felem_x_in, x_in);
1205 smallfelem_expand(felem_y_in, y_in);
1206 smallfelem_expand(felem_z_in, z_in);
1417 smallfelem_expand(felem_x1, x1);
1418 smallfelem_expand(felem_y1, y1);
1419 smallfelem_expand(felem_z1, z1);
1705 smallfelem_expand(n
[all...]

Completed in 111 milliseconds