Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpoly1305.c70 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local
88 acc3 = ctx->acc[3]; in poly1305_process()
103 d3 += (uint64_t) acc3 + (d2 >> 32U); in poly1305_process()
107 acc3 = (uint32_t) d3; in poly1305_process()
114 mul64(acc3, rs1); in poly1305_process()
118 mul64(acc3, rs2) + in poly1305_process()
123 mul64(acc3, rs3) + in poly1305_process()
128 mul64(acc3, r0) + in poly1305_process()
139 acc3 = (uint32_t) d3; in poly1305_process()
149 d0 = (uint64_t) acc3 + (d0 >> 32U); in poly1305_process()
[all …]