Lines Matching refs:CRT
3277 RSA key which includes the CRT parameters\footnote{As of v0.99 the PK\_PRIVATE\_OPTIMIZED type has been deprecated, and has been replaced by the
6358 /* ---- (optional) rsa optimized math (for internal CRT) ---- */
6449 private key operations it uses the CRT approach to lower the time required. It is passed an RSA key with the following format.
6466 /** The 1/q mod p CRT param */
6468 /** The d mod (p - 1) CRT param */
6470 /** The d mod (q - 1) CRT param */
6479 Since the function is given the entire RSA key (for private keys only) CRT is possible as prescribed in the PKCS \#1 v2.1 specification.