Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
Dp256-m.c1179 static int scalar_gen_with_pub(uint8_t sbytes[32], uint32_t s[8], in scalar_gen_with_pub() function
1215 int ret = scalar_gen_with_pub(priv, s, x, y); in p256_gen_keypair()
1343 ret = scalar_gen_with_pub(kb, k, xr, t3); /* xr = x_coord(k * G) */ in p256_ecdsa_sign()