bool silc_cipher_encrypt(SilcCipher cipher, const unsigned char *src, unsigned char *dst, SilcUInt32 len, unsigned char *iv);
Encrypts data from `src' into `dst' with the specified cipher and Initial Vector (IV). The `src' and `dst' maybe same buffer.