Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpoly1305.c70 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local
87 acc2 = ctx->acc[2]; in poly1305_process()
102 d2 += (uint64_t) acc2 + (d1 >> 32U); in poly1305_process()
106 acc2 = (uint32_t) d2; in poly1305_process()
113 mul64(acc2, rs2) + in poly1305_process()
117 mul64(acc2, rs3) + in poly1305_process()
122 mul64(acc2, r0) + in poly1305_process()
127 mul64(acc2, r1) + in poly1305_process()
138 acc2 = (uint32_t) d2; in poly1305_process()
147 d0 = (uint64_t) acc2 + (d0 >> 32U); in poly1305_process()
[all …]