Lines Matching refs:scratch
64 mp_int *raz4, mp_int scratch[], const ECGroup *group) in ec_GFp_pt_dbl_jm() argument
69 t0 = &scratch[0]; in ec_GFp_pt_dbl_jm()
70 t1 = &scratch[1]; in ec_GFp_pt_dbl_jm()
71 M = &scratch[2]; in ec_GFp_pt_dbl_jm()
72 S = &scratch[3]; in ec_GFp_pt_dbl_jm()
135 mp_int *raz4, mp_int scratch[], const ECGroup *group) in ec_GFp_pt_add_jm_aff() argument
140 A = &scratch[0]; in ec_GFp_pt_add_jm_aff()
141 B = &scratch[1]; in ec_GFp_pt_add_jm_aff()
142 C = &scratch[2]; in ec_GFp_pt_add_jm_aff()
143 D = &scratch[3]; in ec_GFp_pt_add_jm_aff()
144 C2 = &scratch[4]; in ec_GFp_pt_add_jm_aff()
145 C3 = &scratch[5]; in ec_GFp_pt_add_jm_aff()
228 mp_int scratch[MAX_SCRATCH]; in ec_GFp_pt_mul_jm_wNAF() local
241 MP_DIGITS(&scratch[i]) = 0; in ec_GFp_pt_mul_jm_wNAF()
258 MP_CHECKOK(mp_init(&scratch[i], FLAG(n))); in ec_GFp_pt_mul_jm_wNAF()
309 &raz4, scratch, group); in ec_GFp_pt_mul_jm_wNAF()
314 &rz, &raz4, scratch, group); in ec_GFp_pt_mul_jm_wNAF()
323 mp_clear(&scratch[i]); in ec_GFp_pt_mul_jm_wNAF()