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

/freebsd-10-stable/sys/netsmb/
H A Dnetbios.h116 struct sockaddr_in x_in; member in union:nb_tran
136 #define snb_addrin snb_tran.x_in
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c839 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed,
844 const felem x_in, const felem y_in, const felem z_in)
849 felem_assign(ftmp, x_in);
850 felem_assign(ftmp2, x_in);
861 felem_mul(tmp, x_in, gamma);
1343 felem z1, z2, x_in, y_in, x_out, y_out; local
1351 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1357 felem_mul(tmp, x_in, z1);
1358 felem_reduce(x_in, tmp);
1359 felem_contract(x_out, x_in);
843 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1435 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c1106 * point_double calculates 2*(x_in, y_in, z_in)
1111 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
1116 const felem x_in, const felem y_in, const felem z_in)
1122 felem_assign(ftmp, x_in);
1124 felem_assign(ftmp2, x_in);
1139 felem_small_mul(tmp, small1, x_in);
1198 const smallfelem x_in, const smallfelem y_in,
1204 smallfelem_expand(felem_x_in, x_in);
1929 felem z1, z2, x_in, y_in; local
1938 if ((!BN_to_felem(x_in,
1115 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1197 point_double_small(smallfelem x_out, smallfelem y_out, smallfelem z_out, const smallfelem x_in, const smallfelem y_in, const smallfelem z_in) argument
2021 smallfelem x_in, y_in, z_in; local
[all...]
H A Decp_nistp521.c1022 * point_double calcuates 2*(x_in, y_in, z_in)
1027 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
1031 const felem x_in, const felem y_in, const felem z_in)
1036 felem_assign(ftmp, x_in);
1037 felem_assign(ftmp2, x_in);
1048 felem_mul(tmp, x_in, gamma);
1738 felem z1, z2, x_in, y_in, x_out, y_out; local
1746 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1752 felem_mul(tmp, x_in, z1);
1753 felem_reduce(x_in, tm
1030 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1830 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]

Completed in 115 milliseconds