Searched refs:rs2 (Results 1 – 1 of 1) sorted by relevance
102 uint32_t rs1, rs2, rs3; in poly1305_process() local112 rs2 = r2 + ( r2 >> 2U ); in poly1305_process()144 mul64( acc2, rs2 ) + in poly1305_process()149 mul64( acc3, rs2 ) + in poly1305_process()155 mul64( acc4, rs2 ); in poly1305_process()
Completed in 3 milliseconds