Could the output of the HMAC be the same if I used different keys and messages?
Example:
Out1 = HMAC(key1, msg1) Out2 = HMAC(key2, msg2)