Searched refs:k2t (Results 1 – 1 of 1) sorted by relevance
323 mp_int k1t, k2t; in ECPoints_mul() local327 MP_DIGITS(&k2t) = 0; in ECPoints_mul()345 MP_CHECKOK(mp_init(&k2t, FLAG(k2))); in ECPoints_mul()346 MP_CHECKOK(mp_mod(k2, &group->order, &k2t)); in ECPoints_mul()347 k2p = &k2t; in ECPoints_mul()364 mp_clear(&k2t); in ECPoints_mul()