Searched refs:Put224Bits (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/crypto/
H A Dp224.cc628 // Put224Bits performs the inverse operation to Get224Bits: taking 28 bits from
631 void Put224Bits(uint32* out, const uint32* in) { function in namespace:__anon7949
697 Put224Bits(outwords, x);
698 Put224Bits(outwords + 7, y);

Completed in 89 milliseconds