Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpoly1305.c117 acc2 = ctx->acc[2]; in poly1305_process()
137 acc2 = (uint32_t) d2; in poly1305_process()
144 mul64( acc2, rs2 ) + in poly1305_process()
148 mul64( acc2, rs3 ) + in poly1305_process()
153 mul64( acc2, r0 ) + in poly1305_process()
169 acc2 = (uint32_t) d2; in poly1305_process()
179 acc2 = (uint32_t) d0; in poly1305_process()
190 ctx->acc[2] = acc2; in poly1305_process()
213 acc2 = ctx->acc[2]; in poly1305_compute_mac()
240 acc2 = ( acc2 & mask_inv ) | ( g2 & mask ); in poly1305_compute_mac()
[all …]

Completed in 5 milliseconds