Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpoly1305.c116 acc1 = ctx->acc[1]; 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()
168 acc1 = (uint32_t) d1; in poly1305_process()
177 acc1 = (uint32_t) d0; in poly1305_process()
189 ctx->acc[1] = acc1; in poly1305_process()
212 acc1 = ctx->acc[1]; in poly1305_compute_mac()
239 acc1 = ( acc1 & mask_inv ) | ( g1 & mask ); in poly1305_compute_mac()
[all …]

Completed in 2 milliseconds