Visible to Intel only — GUID: GUID-D0B7A9CD-1CCA-4EE4-852B-F4C406619139
Visible to Intel only — GUID: GUID-D0B7A9CD-1CCA-4EE4-852B-F4C406619139
Functions for Building RSA System
You can use the primitives to build an RSA cryptographic system with the supplied randomized seed and stimulus. The function RSA_GenerateKeys generates key components for the desired RSA cryptographic system.
RSA Primitives and RSA-based schemes (RSA-OAEP Scheme Functions and RSA-SSA Scheme Functions) use IppsRSAPublicKeyState or IppsRSAPrivateKeyState context, which is initialized in a call to the RSA_InitPublicKey, RSA_InitPrivateKeyType1, or RSA_InitPrivateKeyType2 function, as an operational vehicle carrying the RSA public or private keys.
Important
To provide minimum security, the length of the RSA modulus must be equal to or greater than 1024 bits.- RSA_GetSizePublicKey, RSA_GetSizePrivateKeyType1, RSA_GetSizePrivateKeyType2
- RSA_InitPublicKey, RSA_InitPrivateKeyType1, RSA_InitPrivateKeyType2
- RSA_SetPublicKey, RSA_SetPrivateKeyType1, RSA_SetPrivateKeyType2
- RSA_GetPublicKey, RSA_GetPrivateKeyType1, RSA_GetPrivateKeyType2
- RSA_GetBufferSizePublicKey, RSA_GetBufferSizePrivateKey
- RSA_MB_GetBufferSizePublicKey, RSA_MB_GetBufferSizePrivateKey
- RSA_GenerateKeys
- RSA_ValidateKeys