Home
last modified time | relevance | path

Searched refs:ecp_sm2p256_precomputed (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/ec/
H A Decp_sm2p256_table.c31 # pragma align 4096(ecp_sm2p256_precomputed)
33 extern const BN_ULONG ecp_sm2p256_precomputed[8 * 32 * 256];
34 const BN_ULONG ecp_sm2p256_precomputed[8 * 32 * 256] = { variable
H A Decp_sm2p256.c27 extern const BN_ULONG ecp_sm2p256_precomputed[8 * 32 * 256];
358 memcpy(R->X, ecp_sm2p256_precomputed + index, 32); in ecp_sm2p256_point_G_mul_by_scalar()
359 memcpy(R->Y, ecp_sm2p256_precomputed + index + P256_LIMBS, 32); in ecp_sm2p256_point_G_mul_by_scalar()
369 memcpy(Q.X, ecp_sm2p256_precomputed + index, 32); in ecp_sm2p256_point_G_mul_by_scalar()
370 memcpy(Q.Y, ecp_sm2p256_precomputed + index + P256_LIMBS, 32); in ecp_sm2p256_point_G_mul_by_scalar()

Completed in 52 milliseconds