Home
last modified time | relevance | path

Searched refs:acc3 (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
118 acc3 = ctx->acc[3]; in poly1305_process()
134 d3 += (uint64_t) acc3 + ( d2 >> 32U ); in poly1305_process()
138 acc3 = (uint32_t) d3; in poly1305_process()
145 mul64( acc3, rs1 ); in poly1305_process()
149 mul64( acc3, rs2 ) + in poly1305_process()
154 mul64( acc3, rs3 ) + in poly1305_process()
159 mul64( acc3, r0 ) + in poly1305_process()
170 acc3 = (uint32_t) d3; in poly1305_process()
180 d0 = (uint64_t) acc3 + ( d0 >> 32U ); in poly1305_process()
[all …]