Home
last modified time | relevance | path

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

/hostap-3.7.0/src/crypto/
Dcrypto_mbedtls_alt.c2094 struct crypto_ec_point *ec_pt = NULL; in crypto_ecdh_set_peerkey_owe() local
2122 ec_pt = crypto_ec_point_init((struct crypto_ec *)ACCESS_ECDH(&ctx, grp)); in crypto_ecdh_set_peerkey_owe()
2123 if (!ec_pt) in crypto_ecdh_set_peerkey_owe()
2128 …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_owe()
2143 if (crypto_ec_point_to_bin((struct crypto_ec *)ACCESS_ECDH(&ctx, grp), ec_pt, px, py) != 0) in crypto_ecdh_set_peerkey_owe()
2199 crypto_ec_point_deinit(ec_pt, 1); in crypto_ecdh_set_peerkey_owe()