Lines Matching refs:exponentiation
3107 PKCS \#1 RSA Encryption amounts to OAEP padding of the input message followed by the modular exponentiation. As far as this portion of
3245 designed for fast exponentiation (requires 16 squarings and one multiplication).
3281 \subsection{RSA Exponentiation}
6270 /* ---- exponentiation ---- */
6272 /** Modular exponentiation
6375 /** RSA exponentiation
6448 The RSA Modular Exponentiation (ME) function is used by the RSA API to perform exponentiations for private and public key operations. In particular for
6475 The call reads the \textit{in} buffer as an unsigned char array in big endian format. Then it performs the exponentiation and stores the output in big endian format
6477 for RSA--1024 the output is always 128 bytes regardless of how small the numerical value of the exponentiation is.