Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/
A Dpoly1305.c19 ulong32 h0,h1,h2,h3,h4; in s_poly1305_block() local
35 h0 = st->h[0]; in s_poly1305_block()
62 h0 += c * 5; c = (h0 >> 26); h0 = h0 & 0x3ffffff; in s_poly1305_block()
69 st->h[0] = h0; in s_poly1305_block()
167 ulong32 h0,h1,h2,h3,h4,c; in poly1305_done() local
187 h0 = st->h[0]; in poly1305_done()
197 h0 += c * 5; c = h0 >> 26; h0 = h0 & 0x3ffffff; in poly1305_done()
215 h0 = (h0 & mask) | g0; in poly1305_done()
222 h0 = ((h0 ) | (h1 << 26)) & 0xffffffff; in poly1305_done()
228 f = (ulong64)h0 + st->pad[0] ; h0 = (ulong32)f; in poly1305_done()
[all …]

Completed in 3 milliseconds