Home
last modified time | relevance | path

Searched refs:acc0 (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/library/
Dpoly1305.c70 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local
85 acc0 = ctx->acc[0]; in poly1305_process()
100 d0 += (uint64_t) acc0; in poly1305_process()
104 acc0 = (uint32_t) d0; in poly1305_process()
111 d0 = mul64(acc0, r0) + in poly1305_process()
115 d1 = mul64(acc0, r1) + in poly1305_process()
120 d2 = mul64(acc0, r2) + in poly1305_process()
125 d3 = mul64(acc0, r3) + in poly1305_process()
136 acc0 = (uint32_t) d0; in poly1305_process()
142 d0 = (uint64_t) acc0 + (acc4 >> 2) + (acc4 & 0xFFFFFFFCU); in poly1305_process()
[all …]