silc_mac_init_with_key

SYNOPSIS

    void silc_mac_init_with_key(SilcMac mac, const unsigned char *key,
                                SilcUInt32 key_len);

DESCRIPTION

Same as silc_mac_init but initializes with specific key. The key that may have been set with silc_mac_set_key is ignored.