Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c322 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
340 y_bit = (y_bit != 0); in crypto_ec_point_solve_y_coord()
350 if (y_bit != mbedtls_mpi_get_bit(y, 0)) in crypto_ec_point_solve_y_coord()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h893 const struct crypto_bignum *x, int y_bit);