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

/systemd/src/journal/
H A Dfsprg.c341 gcry_mpi_t p, q, n, x, xp, xq, kp, kq, xm; local
357 kq = twopowmodphi(epoch, q); /* compute 2^epoch (mod phi(q)) */
360 gcry_mpi_powm(xq, xq, kq, q); /* compute x^(2^epoch) (mod q) */
376 gcry_mpi_release(kq);

Completed in 306 milliseconds