Searched refs:acc1 (Results 1 – 1 of 1) sorted by relevance
123 acc1 = ctx->acc[1]; in poly1305_process()143 acc1 = (uint32_t) d1; in poly1305_process()150 mul64( acc1, rs3 ) + in poly1305_process()154 mul64( acc1, r0 ) + in poly1305_process()159 mul64( acc1, r1 ) + in poly1305_process()175 acc1 = (uint32_t) d1; in poly1305_process()184 acc1 = (uint32_t) d0; in poly1305_process()196 ctx->acc[1] = acc1; in poly1305_process()219 acc1 = ctx->acc[1]; in poly1305_compute_mac()246 acc1 = ( acc1 & mask_inv ) | ( g1 & mask ); in poly1305_compute_mac()[all …]
Completed in 3 milliseconds