Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 3 of 3) 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
37 h2 = st->h[2]; in s_poly1305_block()
71 st->h[2] = h2; in s_poly1305_block()
167 ulong32 h0,h1,h2,h3,h4,c; in poly1305_done() local
189 h2 = st->h[2]; in poly1305_done()
194 h2 += c; c = h2 >> 26; h2 = h2 & 0x3ffffff; in poly1305_done()
203 g2 = h2 + c; c = g2 >> 26; g2 &= 0x3ffffff; in poly1305_done()
217 h2 = (h2 & mask) | g2; in poly1305_done()
224 h2 = ((h2 >> 12) | (h3 << 14)) & 0xffffffff; in poly1305_done()
230 f = (ulong64)h2 + st->pad[2] + (f >> 32); h2 = (ulong32)f; in poly1305_done()
[all …]
/optee_os-3.20.0/core/arch/arm/include/crypto/
A Dghash-ce-core.h13 uint64_t h2[2]; member
/optee_os-3.20.0/core/arch/arm/crypto/
A Daes-gcm-ce.c58 ghash_reflect(state->ghash_key.h2, h); in internal_aes_gcm_set_key()

Completed in 3 milliseconds