SilcBool silc_pkcs_decrypt(SilcPrivateKey private_key, unsigned char *src, SilcUInt32 src_len, unsigned char *dst, SilcUInt32 dst_size, SilcUInt32 *dst_len);
Decrypts with the private key. Returns FALSE on error.