Searched refs:i_pad (Results 1 – 1 of 1) sorted by relevance
130 scoped_ptr<uint8_t[]> i_pad(new uint8_t[block_len]); in ComputeHmac() local133 i_pad[i] = 0x36 ^ new_key[i]; in ComputeHmac()137 digest->Update(i_pad.get(), block_len); in ComputeHmac()