Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpoly1305.c118 acc3 = ctx->acc[3]; 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()
181 acc3 = (uint32_t) d0; in poly1305_process()
191 ctx->acc[3] = acc3; in poly1305_process()
214 acc3 = ctx->acc[3]; in poly1305_compute_mac()
[all …]

Completed in 2 milliseconds