Home
last modified time | relevance | path

Searched refs:h3 (Results 1 – 4 of 4) 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
38 h3 = st->h[3]; in s_poly1305_block()
72 st->h[3] = h3; in s_poly1305_block()
167 ulong32 h0,h1,h2,h3,h4,c; in poly1305_done() local
190 h3 = st->h[3]; in poly1305_done()
195 h3 += c; c = h3 >> 26; h3 = h3 & 0x3ffffff; in poly1305_done()
204 g3 = h3 + c; c = g3 >> 26; g3 &= 0x3ffffff; in poly1305_done()
218 h3 = (h3 & mask) | g3; in poly1305_done()
225 h3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff; in poly1305_done()
231 f = (ulong64)h3 + st->pad[3] + (f >> 32); h3 = (ulong32)f; in poly1305_done()
[all …]
/optee_os-3.20.0/core/arch/arm/include/crypto/
A Dghash-ce-core.h14 uint64_t h3[2]; member
/optee_os-3.20.0/core/arch/arm/crypto/
A Daes-gcm-ce.c61 ghash_reflect(state->ghash_key.h3, h); in internal_aes_gcm_set_key()
/optee_os-3.20.0/
A DCHANGELOG.md803 * rcar-h3: standard
941 * rcar-h3: standard
1071 * rcar-h3: standard
1162 * [#1093][issue1093] rcar-h3: xtest 6010 hangs
1163 * [#1092][issue1092] rcar-h3: xtest 4010 fails
1183 * rcar-h3: standard, pass except issues [#1092][issue1092] and [#1093][issue1093]

Completed in 6 milliseconds