Home
last modified time | relevance | path

Searched refs:g1 (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
195 g1 = (uint32_t) d; in poly1305_compute_mac()
208 acc1 = (acc1 & mask_inv) | (g1 & mask); in poly1305_compute_mac()