Symbol: felem_square_reduce
crypto/openssl/crypto/ec/ecp_nistp224.c
1373
felem_square_reduce,
crypto/openssl/crypto/ec/ecp_nistp384.c
1044
felem_square_reduce(delta, z_in); /* delta[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1047
felem_square_reduce(gamma, y_in); /* gamma[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1117
felem_square_reduce(ftmp, z1); /* ftmp[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1121
felem_square_reduce(ftmp2, z2); /* ftmp2[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1210
felem_square_reduce(ftmp, ftmp); /* ftmp[i] < 2^56 */
crypto/openssl/crypto/ec/ecp_nistp384.c
1717
felem_square_reduce,
crypto/openssl/crypto/ec/ecp_nistp384.c
788
felem_square_reduce(ftmp, in); /* 2^1 */
crypto/openssl/crypto/ec/ecp_nistp384.c
792
felem_square_reduce(ftmp, ftmp); /* 2^2 + 2^1 */
crypto/openssl/crypto/ec/ecp_nistp384.c
797
felem_square_reduce(ftmp, ftmp); /* 2^5 + 2^4 + 2^3 */
crypto/openssl/crypto/ec/ecp_nistp384.c
802
felem_square_reduce(ftmp, ftmp); /* 2^11 + ... + 2^6 */
crypto/openssl/crypto/ec/ecp_nistp384.c
806
felem_square_reduce(ftmp, ftmp); /* 2^14 + ... + 2^3 */
crypto/openssl/crypto/ec/ecp_nistp384.c
811
felem_square_reduce(ftmp, ftmp); /* 2^29 + ... + 2^15 */
crypto/openssl/crypto/ec/ecp_nistp384.c
816
felem_square_reduce(ftmp, ftmp); /* 2^59 + ... + 2^30 */
crypto/openssl/crypto/ec/ecp_nistp384.c
821
felem_square_reduce(ftmp, ftmp); /* 2^119 + ... + 2^60 */
crypto/openssl/crypto/ec/ecp_nistp384.c
826
felem_square_reduce(ftmp, ftmp); /* 2^239 + ... + 2^120 */
crypto/openssl/crypto/ec/ecp_nistp384.c
830
felem_square_reduce(ftmp, ftmp); /* 2^254 + ... + 2^15 */
crypto/openssl/crypto/ec/ecp_nistp384.c
834
felem_square_reduce(ftmp, ftmp); /* 2^285 + ... + 2^31 */
crypto/openssl/crypto/ec/ecp_nistp384.c
838
felem_square_reduce(ftmp, ftmp); /* 2^287 + ... + 2^33 + 2^31 + ... + 2^2 */
crypto/openssl/crypto/ec/ecp_nistp384.c
842
felem_square_reduce(ftmp, ftmp); /* 2^381 + ... + 2^127 + 2^125 + ... + 2^94 */
crypto/openssl/crypto/ec/ecp_nistp384.c
846
felem_square_reduce(ftmp, ftmp); /* 2^383 + ... + 2^129 + 2^127 + ... + 2^96 + 2^31 + ... + 2^2 */
crypto/openssl/crypto/ec/ecp_nistp521.c
1807
felem_square_reduce,