Searched refs:scalar_mult (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | p256-m.c | 1057 static void scalar_mult(uint32_t rx[8], uint32_t ry[8], in scalar_mult() function 1200 scalar_mult(x, y, p256_gx, p256_gy, s); in scalar_gen_with_pub() 1254 scalar_mult(x, y, px, py, s); in p256_ecdh_shared_secret() 1440 scalar_mult(e, s, px, py, u2); /* (e, s) = R2 = u2 * Qu */ in p256_ecdsa_verify() 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()
|
D | README.md | 503 - The bit size of the curve's order is hard-coded in `scalar_mult()`. For 505 - The `scalar_mult()` function exploits the fact that the second least
|