Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c1146 struct crypto_bignum *bn_x = NULL; in crypto_ecdh_set_peerkey() local
1168 bn_x = crypto_bignum_init_set(key, len); in crypto_ecdh_set_peerkey()
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()
1239 crypto_bignum_deinit(bn_x, 1); in crypto_ecdh_set_peerkey()