Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/mac/poly1305/
H A Dpoly1305.c168 ulong32 g0,g1,g2,g3,g4; in poly1305_done() local
201 g0 = h0 + 5; c = g0 >> 26; g0 &= 0x3ffffff; in poly1305_done()
209 g0 &= mask; in poly1305_done()
215 h0 = (h0 & mask) | g0; in poly1305_done()
/optee_os/lib/libmbedtls/mbedtls/library/
H A 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()