Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c1141 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() argument
1177 …if (crypto_ec_point_solve_y_coord((struct crypto_ec*)ACCESS_ECDH(&ctx, grp), ec_pt, bn_x, inc_y) !… in crypto_ecdh_set_peerkey()
1217 int len_secret = inc_y ? 2*len : len; in crypto_ecdh_set_peerkey()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h1147 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,