silc_cipher_alloc_full

SYNOPSIS

    SilcBool silc_cipher_alloc_full(const char *alg_name,
                                    SilcUInt32 key_len,
                                    SilcCipherMode mode,
                                    SilcCipher *new_cipher);

DESCRIPTION

Same as silc_cipher_alloc but takes the cipher algorithm name, key length and mode as separate arguments.

See Cipher-Algorithms for supported algorithms.