RSA_RawPublic - Transforms raw data using an RSA public key.RSA_RawPrivate - Transforms raw data using an RSA private key.RSA_EncodeMsg - Creates an EME or EMSA encoded message block according to PKCS#1.RSA_DecodeMsg - Decodes an EME or EMSA encoded message block according to PKCS#1.RSA_KemWrap - Wraps (encrypts) secret key material using RSA-KEM with the recipient's RSA public key.RSA_KemUnwrap - Unwraps (decrypts) secret key material using RSA-KEM with the recipient's RSA private key.