Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpoly1305.c100 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local
116 acc1 = ctx->acc[1]; in poly1305_process()
132 d1 += (uint64_t) acc1 + ( d0 >> 32U ); in poly1305_process()
136 acc1 = (uint32_t) d1; in poly1305_process()
143 mul64( acc1, rs3 ) + in poly1305_process()
147 mul64( acc1, r0 ) + in poly1305_process()
152 mul64( acc1, r1 ) + in poly1305_process()
157 mul64( acc1, r2 ) + in poly1305_process()
168 acc1 = (uint32_t) d1; in poly1305_process()
176 d0 = (uint64_t) acc1 + ( d0 >> 32U ); in poly1305_process()
[all …]