Home
last modified time | relevance | path

Searched refs:o_pad (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dmessagedigest.cc128 scoped_ptr<uint8[]> o_pad(new uint8[block_len]), i_pad(new uint8[block_len]); in ComputeHmac() local
130 o_pad[i] = 0x5c ^ new_key[i]; in ComputeHmac()
139 digest->Update(o_pad.get(), block_len); in ComputeHmac()