Searched refs:rs3 (Results 1 – 1 of 1) sorted by relevance
109 uint32_t rs1, rs2, rs3; in poly1305_process() local120 rs3 = r3 + ( r3 >> 2U ); in poly1305_process()150 mul64( acc1, rs3 ) + in poly1305_process()155 mul64( acc2, rs3 ) + in poly1305_process()161 mul64( acc3, rs3 ) + in poly1305_process()167 mul64( acc4, rs3 ); in poly1305_process()
Completed in 2 milliseconds