Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c435 int ret = 0, on_curve = 0; in crypto_ec_point_is_on_curve() local
447 on_curve = 1; in crypto_ec_point_is_on_curve()
455 return (ret == 0) && (on_curve == 1); in crypto_ec_point_is_on_curve()