Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpoly1305.c175 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local
197 g2 = (uint32_t) d; in poly1305_compute_mac()
209 acc2 = (acc2 & mask_inv) | (g2 & mask); in poly1305_compute_mac()