Symbol: felem_mul_reduce
crypto/openssl/crypto/ec/ecp_nistp224.c
1379
felem_mul_reduce,
crypto/openssl/crypto/ec/ecp_nistp384.c
1050
felem_mul_reduce(beta, x_in, gamma); /* beta[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1056
felem_mul_reduce(alpha, ftmp, ftmp2); /* alpha[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1124
felem_mul_reduce(ftmp3, x1, ftmp2); /* ftmp3[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1137
felem_mul_reduce(ftmp2, ftmp2, z2); /* ftmp2[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1140
felem_mul_reduce(ftmp6, y1, ftmp2); /* ftmp6[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1167
felem_mul_reduce(z_out, ftmp5, ftmp4); /* z_out[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1170
felem_mul_reduce(ftmp, ftmp, z1); /* ftmp[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1213
felem_mul_reduce(ftmp2, ftmp4, ftmp); /* ftmp2[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1216
felem_mul_reduce(ftmp4, ftmp3, ftmp); /* ftmp4[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1719
felem_mul_reduce,
crypto/openssl/crypto/ec/ecp_nistp384.c
789
felem_mul_reduce(ftmp, ftmp, in); /* 2^1 + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
793
felem_mul_reduce(ftmp, ftmp, in); /* 2^2 + 2^1 * 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
798
felem_mul_reduce(ftmp, ftmp3, ftmp); /* 2^5 + 2^4 + 2^3 + 2^2 + 2^1 + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
803
felem_mul_reduce(ftmp, ftmp4, ftmp); /* 2^11 + ... + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
807
felem_mul_reduce(ftmp, ftmp3, ftmp); /* 2^14 + ... + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
812
felem_mul_reduce(ftmp, ftmp5, ftmp); /* 2^29 + ... + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
817
felem_mul_reduce(ftmp, ftmp6, ftmp); /* 2^59 + ... + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
822
felem_mul_reduce(ftmp, ftmp4, ftmp); /* 2^119 + ... + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
827
felem_mul_reduce(ftmp, ftmp4, ftmp); /* 2^239 + ... + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
831
felem_mul_reduce(ftmp, ftmp5, ftmp); /* 2^254 + ... + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
835
felem_mul_reduce(ftmp, ftmp6, ftmp); /* 2^285 + ... + 2^31 + 2^29 + ... + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
839
felem_mul_reduce(ftmp, ftmp2, ftmp); /* 2^287 + ... + 2^33 + 2^31 + ... + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
843
felem_mul_reduce(ftmp, ftmp6, ftmp); /* 2^381 + ... + 2^127 + 2^125 + ... + 2^94 + 2^29 + ... + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp384.c
847
felem_mul_reduce(ftmp, in, ftmp); /* 2^383 + ... + 2^129 + 2^127 + ... + 2^96 + 2^31 + ... + 2^2 + 2^0 */
crypto/openssl/crypto/ec/ecp_nistp521.c
1813
felem_mul_reduce,