Home
last modified time | relevance | path

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

/mbedtls-latest/3rdparty/p256-m/p256-m/
Dp256-m.c811 static const uint32_t p256_gy[8] = { /* G_y * 2^256 mod p */ variable
1200 scalar_mult(x, y, p256_gx, p256_gy, s); in scalar_gen_with_pub()
1447 scalar_mult(px, py, p256_gx, p256_gy, u1); /* (px, py) = R1 = u1 * G */ in p256_ecdsa_verify()
1503 scalar_mult(x, y, p256_gx, p256_gy, s); in p256_public_from_private()