Std_ReturnType Cry_HsmRsaDecryptKeyPlain(const Rsa_PublicKey *const pubKey, const uint32 keyType, const uint32 keyLen, const uint32 *const dataCipher, const uint32 dataCipherLen, uint32 *const dataPlain, const uint32 dataPlainLen, HsmCmd_Callback callback)
使用RSA公钥解密数据(通常用于解密由私钥加密的数据,如签名验证中的场景)