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

/freebsd-10.0-release/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.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp224.c765 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed,
769 const felem x_in, const felem y_in, const felem z_in)
774 felem_assign(ftmp, x_in);
775 felem_assign(ftmp2, x_in);
786 felem_mul(tmp, x_in, gamma);
1252 felem z1, z2, x_in, y_in, x_out, y_out; local
1261 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1265 felem_mul(tmp, x_in, z1); felem_reduce(x_in, tmp);
1266 felem_contract(x_out, x_in);
768 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1327 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c1020 /* point_double calculates 2*(x_in, y_in, z_in)
1025 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
1029 const felem x_in, const felem y_in, const felem z_in)
1035 felem_assign(ftmp, x_in);
1037 felem_assign(ftmp2, x_in);
1052 felem_small_mul(tmp, small1, x_in);
1109 const smallfelem x_in, const smallfelem y_in, const smallfelem z_in)
1114 smallfelem_expand(felem_x_in, x_in);
1769 felem z1, z2, x_in, y_in; local
1779 if ((!BN_to_felem(x_in,
1028 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1108 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
1845 smallfelem x_in, y_in, z_in; local
[all...]
H A Decp_nistp521.c940 /* point_double calcuates 2*(x_in, y_in, z_in)
945 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
949 const felem x_in, const felem y_in, const felem z_in)
954 felem_assign(ftmp, x_in);
955 felem_assign(ftmp2, x_in);
966 felem_mul(tmp, x_in, gamma);
1637 felem z1, z2, x_in, y_in, x_out, y_out; local
1646 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1650 felem_mul(tmp, x_in, z1); felem_reduce(x_in, tm
948 point_double(felem x_out, felem y_out, felem z_out, const felem x_in, const felem y_in, const felem z_in) argument
1711 felem x_in, y_in, z_in, x_out, y_out, z_out; local
[all...]

Completed in 81 milliseconds