Lines Matching full:check
33 * They take a set of core or CRT related RSA parameters and check their
99 * \note This function does not check whether P and Q are primes.
124 * \note This function does not check whether P, Q are
134 * \brief Check validity of core RSA parameters
145 * \param f_rng PRNG to be used for primality check, or NULL
161 * (-,P,-,-,-) and a PRNG amounts to a primality check for P.
170 * \brief Check validity of RSA CRT parameters
179 * \param DP MPI to check for D modulo P-1
180 * \param DQ MPI to check for D modulo P-1
181 * \param QP MPI to check for the modular inverse of Q modulo P.
188 * - \c MBEDTLS_ERR_RSA_KEY_CHECK_FAILED if check failed,
192 * data was provided to check DP, DQ or QP.
196 * parameters (P, -, D, DP, -, -) will check DP = D mod P-1.