Searched refs:v_coord (Results 1 – 1 of 1) sorted by relevance
166 fp_t u_coord, v_coord; in x25519_448_core() local207 v_coord = &(Q.Y); in x25519_448_core()208 v_coord_nn = &(v_coord->fp_val); in x25519_448_core()226 ret = compute_v_from_u(u_coord, v_coord, &montgomery_curve); EG(ret, err); in x25519_448_core()251 ret = aff_pt_montgomery_init_from_coords(&_Tmp, &montgomery_curve, u_coord, v_coord); EG(ret, err); in x25519_448_core()297 PTR_NULLIFY(v_coord); in x25519_448_core()