Go to the documentation of this file.
   38         unsigned char bytes[ 4 ];
 
   44     for ( 
unsigned int i = 0; i < 
sizeof( data.bytes ); i++ )
 
   45         Add ( data.bytes[ i ] )
 
   65         unsigned char bytes[ 2 ];
 
   71     for ( 
unsigned int i = 0; i < 
sizeof( data.bytes ); i++ )
 
   72         Add ( data.bytes[ i ] )
 
   89     unsigned char cipher = (
unsigned char)( value ^ ( 
r >> 8 ) );
 
   90     r = ( cipher + 
r ) * 
c1 + 
c2;
 
  108     for ( 
unsigned int i = 0; i < length; i++ )