Home
last modified time | relevance | path

Searched refs:precomputed (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/ec/
H A Decp_sm2p256.c385 ALIGN64 P256_POINT precomputed[16]; in ecp_sm2p256_point_P_mul_by_scalar() local
393 memcpy(precomputed[1].X, P.X, 32); in ecp_sm2p256_point_P_mul_by_scalar()
394 memcpy(precomputed[1].Y, P.Y, 32); in ecp_sm2p256_point_P_mul_by_scalar()
395 precomputed[1].Z[0] = 1; in ecp_sm2p256_point_P_mul_by_scalar()
396 precomputed[1].Z[1] = 0; in ecp_sm2p256_point_P_mul_by_scalar()
397 precomputed[1].Z[2] = 0; in ecp_sm2p256_point_P_mul_by_scalar()
398 precomputed[1].Z[3] = 0; in ecp_sm2p256_point_P_mul_by_scalar()
401 ecp_sm2p256_point_double(&precomputed[2], &precomputed[1]); in ecp_sm2p256_point_P_mul_by_scalar()
405 ecp_sm2p256_point_add_affine(&precomputed[i], &precomputed[i - 1], &P); in ecp_sm2p256_point_P_mul_by_scalar()
412 memcpy(R, &precomputed[index], sizeof(P256_POINT)); in ecp_sm2p256_point_P_mul_by_scalar()
[all …]
/openssl/doc/man3/
H A DECDSA_sign.pod79 (or NULL). The precomputed values or returned in I<kinv> and I<rp> and can be
/openssl/include/openssl/
H A Dx509v3.h.in418 /* EXFLAG_SET is set to indicate that some values have been precomputed */
/openssl/
H A DINSTALL.md966 Disable using the SM2 precomputed table on aarch64 to make the library smaller.
H A DNEWS.md106 * Possibility to customize ECC groups initialization to use precomputed values
H A DCHANGES.md201 precomputed values. This is used by the P-256 implementation.
631 * Added optimization for SM2 algorithm on aarch64. It uses a huge precomputed
634 been added to disable the precomputed table.
17283 (meaning that now 2^5 values will be precomputed, which is only 4 KB

Completed in 65 milliseconds