Searched refs:k1t (Results 1 – 1 of 1) sorted by relevance
323 mp_int k1t, k2t; in ECPoints_mul() local326 MP_DIGITS(&k1t) = 0; in ECPoints_mul()334 MP_CHECKOK(mp_init(&k1t, FLAG(k1))); in ECPoints_mul()335 MP_CHECKOK(mp_mod(k1, &group->order, &k1t)); in ECPoints_mul()336 k1p = &k1t; in ECPoints_mul()363 mp_clear(&k1t); in ECPoints_mul()