Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dpoly1305.c122 acc0 = ctx->acc[0]; in poly1305_process()
138 d0 += (uint64_t) acc0; in poly1305_process()
142 acc0 = (uint32_t) d0; in poly1305_process()
149 d0 = mul64( acc0, r0 ) + in poly1305_process()
153 d1 = mul64( acc0, r1 ) + in poly1305_process()
174 acc0 = (uint32_t) d0; in poly1305_process()
182 acc0 = (uint32_t) d0; in poly1305_process()
195 ctx->acc[0] = acc0; in poly1305_process()
218 acc0 = ctx->acc[0]; in poly1305_compute_mac()
245 acc0 = ( acc0 & mask_inv ) | ( g0 & mask ); in poly1305_compute_mac()
[all …]

Completed in 3 milliseconds