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

/external/libchrome/crypto/
H A Dp224.cc632 // Put224Bits performs the inverse operation to Get224Bits: taking 28 bits from
635 void Put224Bits(uint32_t* out, const uint32_t* in) { function in namespace:__anon10267
701 Put224Bits(outwords, xx);
702 Put224Bits(outwords + 7, yy);

Completed in 523 milliseconds