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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c468 /* smallfelem_expand converts a smallfelem to an felem */
469 static void smallfelem_expand(felem out, const smallfelem in) function
1079 smallfelem_expand(tmp, in);
1192 smallfelem_expand(felem_x_in, x_in);
1193 smallfelem_expand(felem_y_in, y_in);
1194 smallfelem_expand(felem_z_in, z_in);
1405 smallfelem_expand(felem_x1, x1);
1406 smallfelem_expand(felem_y1, y1);
1407 smallfelem_expand(felem_z1, z1);
1693 smallfelem_expand(n
[all...]

Completed in 224 milliseconds