Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
Dp256-m.c1013 static int point_from_bytes(uint32_t x[8], uint32_t y[8], const uint8_t p[64]) in point_from_bytes() function
1248 ret = point_from_bytes(px, py, peer); in p256_ecdh_shared_secret()
1436 ret = point_from_bytes(px, py, pub); in p256_ecdsa_verify()
1478 int ret = point_from_bytes(x, y, pub); in p256_validate_pubkey()