Searched refs:o_pad (Results 1 – 1 of 1) sorted by relevance
129 scoped_ptr<uint8_t[]> o_pad(new uint8_t[block_len]); in ComputeHmac() local132 o_pad[i] = 0x5c ^ new_key[i]; in ComputeHmac()141 digest->Update(o_pad.get(), block_len); in ComputeHmac()