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

/freebsd-11-stable/sys/netsmb/
H A Dnetbios.h112 struct sockaddr_in x_in; member in union:nb_tran
132 #define snb_addrin snb_tran.x_in
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c825 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed,
830 const felem x_in, const felem y_in, const felem z_in)
835 felem_assign(ftmp, x_in);
836 felem_assign(ftmp2, x_in);
847 felem_mul(tmp, x_in, gamma);
1329 felem z1, z2, x_in, y_in, x_out, y_out; local
1337 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1343 felem_mul(tmp, x_in, z1);
1344 felem_reduce(x_in, tmp);
1345 felem_contract(x_out, x_in);
829 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1419 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c1094 * point_double calculates 2*(x_in, y_in, z_in)
1099 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
1104 const felem x_in, const felem y_in, const felem z_in)
1110 felem_assign(ftmp, x_in);
1112 felem_assign(ftmp2, x_in);
1127 felem_small_mul(tmp, small1, x_in);
1186 const smallfelem x_in, const smallfelem y_in,
1192 smallfelem_expand(felem_x_in, x_in);
1917 felem z1, z2, x_in, y_in; local
1926 if ((!BN_to_felem(x_in,
1103 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1185 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
2008 smallfelem x_in, y_in, z_in; local
[all...]
H A Decp_nistp521.c1013 * point_double calcuates 2*(x_in, y_in, z_in)
1018 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
1022 const felem x_in, const felem y_in, const felem z_in)
1027 felem_assign(ftmp, x_in);
1028 felem_assign(ftmp2, x_in);
1039 felem_mul(tmp, x_in, gamma);
1729 felem z1, z2, x_in, y_in, x_out, y_out; local
1737 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1743 felem_mul(tmp, x_in, z1);
1744 felem_reduce(x_in, tm
1021 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1820 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]

Completed in 210 milliseconds