void silc_hmac_init_with_key(SilcHmac hmac, const unsigned char *key, SilcUInt32 key_len);
Same as silc_hmac_init but initializes with specific key. The key that may have been set with silc_hmac_set_key is ignored.