Searched refs:inc_y (Results 1 – 2 of 2) sorted by relevance
1141 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() argument1177 …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()
1147 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,