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