Home | History | Annotate | Download | only in bn

Lines Matching full:temp

280 			*temp  = (BN_ULONG *)(table+16*8*8+8*8);
286 temp[0] = 0-m[0]; temp[1] = ~m[1];
287 temp[2] = ~m[2]; temp[3] = ~m[3];
288 temp[4] = ~m[4]; temp[5] = ~m[5];
289 temp[6] = ~m[6]; temp[7] = ~m[7];
290 rsaz_512_scatter4(table, temp, 0);
297 rsaz_512_sqr(temp, a_inv, m, k0, 1);
298 rsaz_512_scatter4(table, temp, 2);
301 rsaz_512_mul_scatter4(temp, a_inv, m, k0, table, index);
306 rsaz_512_gather4(temp, table, wvalue>>4);
307 rsaz_512_sqr(temp, temp, m, k0, 4);
308 rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue&0xf);
313 rsaz_512_sqr(temp, temp, m, k0, 4);
314 rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue>>4);
316 rsaz_512_sqr(temp, temp, m, k0, 4);
317 rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue&0x0f);
321 rsaz_512_mul_by_one(result, temp, m, k0);