Searched refs:fsquare_fsquare_times (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c281 static __always_inline void fsquare_fsquare_times(u64 *output, u64 *input, function
309 fsquare_fsquare_times(a0, z, 1);
310 fsquare_fsquare_times(t00, a0, 2);
313 fsquare_fsquare_times(t00, a0, 1);
315 fsquare_fsquare_times(t00, b0, 5);
320 fsquare_fsquare_times(t01, b1, 10);
322 fsquare_fsquare_times(t01, c0, 20);
326 fsquare_fsquare_times(t01, b1, 50);
332 fsquare_fsquare_times(t0, c, 100);
520 fsquare_fsquare_times(x
[all...]

Completed in 89 milliseconds