Home
last modified time | relevance | path

Searched refs:h4 (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
39 h4 = st->h[4]; in s_poly1305_block()
47 LOAD32L(tmp, in+12); h4 += (tmp >> 8) | hibit; in s_poly1305_block()
61 d4 += c; c = (ulong32)(d4 >> 26); h4 = (ulong32)d4 & 0x3ffffff; in s_poly1305_block()
73 st->h[4] = h4; in s_poly1305_block()
167 ulong32 h0,h1,h2,h3,h4,c; in poly1305_done() local
191 h4 = st->h[4]; in poly1305_done()
196 h4 += c; c = h4 >> 26; h4 = h4 & 0x3ffffff; in poly1305_done()
205 g4 = h4 + c - (1UL << 26); in poly1305_done()
219 h4 = (h4 & mask) | g4; in poly1305_done()
[all …]
/optee_os-3.20.0/core/arch/arm/include/crypto/
A Dghash-ce-core.h15 uint64_t h4[2]; member
/optee_os-3.20.0/core/arch/arm/crypto/
A Daes-gcm-ce.c64 ghash_reflect(state->ghash_key.h4, h); in internal_aes_gcm_set_key()

Completed in 3 milliseconds