Searched refs:precomputed (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecp_sm2p256.c | 385 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 D | ECDSA_sign.pod | 79 (or NULL). The precomputed values or returned in I<kinv> and I<rp> and can be
|
/openssl/include/openssl/ |
H A D | x509v3.h.in | 418 /* EXFLAG_SET is set to indicate that some values have been precomputed */
|
/openssl/ |
H A D | INSTALL.md | 979 Disable using the SM2 precomputed table on aarch64 to make the library smaller.
|
H A D | NEWS.md | 113 * Possibility to customize ECC groups initialization to use precomputed values
|
H A D | CHANGES.md | 246 precomputed values. This is used by the P-256 implementation. 694 * Added optimization for SM2 algorithm on aarch64. It uses a huge precomputed 697 been added to disable the precomputed table. 17347 (meaning that now 2^5 values will be precomputed, which is only 4 KB
|
Completed in 65 milliseconds