.. _rsa-ssa-scheme-functions: RSA-SSA Scheme Functions ======================== This subsection describes functions implementing RSASSA-PSS_5 signature scheme with appendix [`PKCS 1.2.1 `__]. To invoke `RSASign_PSS `__ or `RSAVerify_PSS `__ primitive, supply the IppsRSAPrivateKeyState and/or IppsRSAPublicKeyState context initialized by a suitable function (see `RSA_InitPublicKey, RSA_InitPrivateKeyType1, or RSA_InitPrivateKeyType2 `__ for details). .. toctree:: :maxdepth: 1 rsasign_pss rsa_mb_sign_pss_rmf rsaverify_pss rsa_mb_verify_pss_rmf