Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Dpoly1305.c175 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local
193 g0 = (uint32_t) d; in poly1305_compute_mac()
207 acc0 = (acc0 & mask_inv) | (g0 & mask); in poly1305_compute_mac()