hmac_sha1
hmac_sha1(key, 16, buf, len, hash);
hmac_sha1(key, key_len, buf, buf_len, mac);
void hmac_sha1(unsigned char *, unsigned int,