Searched refs:u_coord (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/src/ecdh/ |
H A D | x25519_448.c | 166 fp_t u_coord, v_coord; in x25519_448_core() local 206 u_coord = &(Q.X); in x25519_448_core() 222 ret = fp_init(u_coord, montgomery_curve.A.ctx); EG(ret, err); in x25519_448_core() 223 ret = fp_set_nn(u_coord, v_coord_nn); EG(ret, err); 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() 296 PTR_NULLIFY(u_coord); in x25519_448_core()
|