Searched refs:h3 (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/mac/poly1305/ |
A D | poly1305.c | 26 ulong32 h0,h1,h2,h3,h4; in _poly1305_block() local 45 h3 = st->h[3]; in _poly1305_block() 79 st->h[3] = h3; in _poly1305_block() 174 ulong32 h0,h1,h2,h3,h4,c; in poly1305_done() local 197 h3 = st->h[3]; in poly1305_done() 202 h3 += c; c = h3 >> 26; h3 = h3 & 0x3ffffff; in poly1305_done() 211 g3 = h3 + c; c = g3 >> 26; g3 &= 0x3ffffff; in poly1305_done() 225 h3 = (h3 & mask) | g3; in poly1305_done() 232 h3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff; in poly1305_done() 238 f = (ulong64)h3 + st->pad[3] + (f >> 32); h3 = (ulong32)f; in poly1305_done() [all …]
|
/optee_os/core/arch/arm/include/crypto/ |
A D | ghash-ce-core.h | 14 uint64_t h3[2]; member
|
/optee_os/core/arch/arm/crypto/ |
A D | aes-gcm-ce.c | 61 ghash_reflect(state->ghash_key.h3, h); in internal_aes_gcm_set_key()
|
/optee_os/ |
A D | CHANGELOG.md | 682 * rcar-h3: standard 820 * rcar-h3: standard 950 * rcar-h3: standard 1041 * [#1093][issue1093] rcar-h3: xtest 6010 hangs 1042 * [#1092][issue1092] rcar-h3: xtest 4010 fails 1062 * rcar-h3: standard, pass except issues [#1092][issue1092] and [#1093][issue1093]
|
Completed in 8 milliseconds