Searched refs:process_byte (Results 1 – 7 of 7) sorted by relevance
90 hash.process_byte(static_cast<unsigned char>((c >> 0) & 0xFF)); in process_characters()91 hash.process_byte(static_cast<unsigned char>((c >> 8) & 0xFF)); in process_characters()92 hash.process_byte(static_cast<unsigned char>((c >> 16) & 0xFF)); in process_characters()93 hash.process_byte(static_cast<unsigned char>((c >> 24) & 0xFF)); in process_characters()
50 void process_byte(unsigned char byte);89 inline void sha1::process_byte(unsigned char byte) in process_byte() function in boost::uuids::detail::sha1124 process_byte(*begin); in process_block()
50 void process_byte(unsigned char byte) in process_byte() function in boost::uuids::detail::md5
192 void process_byte( unsigned char byte );288 void process_byte( unsigned char byte );1794 crc_basic<Bits>::process_byte in process_byte() function in boost::crc_basic1837 process_byte( *p ); in process_block()2052 BOOST_CRC_OPTIMAL_NAME::process_byte in process_byte() function in boost::BOOST_CRC_OPTIMAL_NAME2145 process_byte( byte ); in operator ()()
235 sha.process_byte(byte); in test_short_messages()
589 crc_2.process_byte( std_data[i] ); in one_bit_polynominal_test()616 boost_crc_1.process_byte( 0u ); in issue_2492_test()621 boost_crc_2.process_byte( 0u ); in issue_2492_test()
268 [[`process_byte`] [An entire byte. The bits within the byte are read in an334 version forwards to `process_byte`, making it suitable to STL algorithms that