Searched refs:CRT_decompose (Results 1 – 1 of 1) sorted by relevance
194 static void CRT_decompose(gcry_mpi_t *xp, gcry_mpi_t *xq, const gcry_mpi_t x, const gcry_mpi_t p, c… in CRT_decompose() function348 CRT_decompose(&xp, &xq, x, p, q); /* split (mod n) into (mod p) and (mod q) using CRT */ in FSPRG_Seek()