key8
uint8_t *key8 = key;
key8 = kbuf;
ipad[i] = (key8[i] ^ HMAC_IPAD);
opad[i] = (key8[i] ^ HMAC_OPAD);
u_int8_t key8[16];
#define key8 pfk.key8