Searched refs:acc1 (Results 1 – 1 of 1) sorted by relevance
70 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local86 acc1 = ctx->acc[1]; in poly1305_process()101 d1 += (uint64_t) acc1 + (d0 >> 32U); in poly1305_process()105 acc1 = (uint32_t) d1; in poly1305_process()112 mul64(acc1, rs3) + in poly1305_process()116 mul64(acc1, r0) + in poly1305_process()121 mul64(acc1, r1) + in poly1305_process()126 mul64(acc1, r2) + in poly1305_process()137 acc1 = (uint32_t) d1; in poly1305_process()145 d0 = (uint64_t) acc1 + (d0 >> 32U); in poly1305_process()[all …]