Lines Matching refs:scratch
66 mp_int *raz4, mp_int scratch[], const ECGroup *group) in ec_GFp_pt_dbl_jm() argument
71 t0 = &scratch[0]; in ec_GFp_pt_dbl_jm()
72 t1 = &scratch[1]; in ec_GFp_pt_dbl_jm()
73 M = &scratch[2]; in ec_GFp_pt_dbl_jm()
74 S = &scratch[3]; in ec_GFp_pt_dbl_jm()
137 mp_int *raz4, mp_int scratch[], const ECGroup *group) in ec_GFp_pt_add_jm_aff() argument
142 A = &scratch[0]; in ec_GFp_pt_add_jm_aff()
143 B = &scratch[1]; in ec_GFp_pt_add_jm_aff()
144 C = &scratch[2]; in ec_GFp_pt_add_jm_aff()
145 D = &scratch[3]; in ec_GFp_pt_add_jm_aff()
146 C2 = &scratch[4]; in ec_GFp_pt_add_jm_aff()
147 C3 = &scratch[5]; in ec_GFp_pt_add_jm_aff()
230 mp_int scratch[MAX_SCRATCH]; in ec_GFp_pt_mul_jm_wNAF() local
243 MP_DIGITS(&scratch[i]) = 0; in ec_GFp_pt_mul_jm_wNAF()
260 MP_CHECKOK(mp_init(&scratch[i], FLAG(n))); in ec_GFp_pt_mul_jm_wNAF()
311 &raz4, scratch, group); in ec_GFp_pt_mul_jm_wNAF()
316 &rz, &raz4, scratch, group); in ec_GFp_pt_mul_jm_wNAF()
325 mp_clear(&scratch[i]); in ec_GFp_pt_mul_jm_wNAF()