Searched refs:px (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | p256-m.c | 1058 const uint32_t px[8], const uint32_t py[8], in scalar_mult() 1086 u256_cmov(rx, px, 1); in scalar_mult() 1126 point_add(rx, ry, rz, px, py_use); in scalar_mult() 1238 uint32_t s[8], px[8], py[8], x[8], y[8]; in p256_ecdh_shared_secret() local 1248 ret = point_from_bytes(px, py, peer); in p256_ecdh_shared_secret() 1254 scalar_mult(x, y, px, py, s); in p256_ecdh_shared_secret() 1435 uint32_t px[8], py[8]; in p256_ecdsa_verify() local 1436 ret = point_from_bytes(px, py, pub); in p256_ecdsa_verify() 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() [all …]
|