Searched refs:d3 (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | poly1305.c | 69 uint64_t d0, d1, d2, d3; in poly1305_process() local 97 d3 = MBEDTLS_GET_UINT32_LE(input, offset + 12); in poly1305_process() 103 d3 += (uint64_t) acc3 + (d2 >> 32U); in poly1305_process() 107 acc3 = (uint32_t) d3; in poly1305_process() 108 acc4 += (uint32_t) (d3 >> 32U) + needs_padding; in poly1305_process() 125 d3 = mul64(acc0, r3) + in poly1305_process() 135 d3 += (d2 >> 32); in poly1305_process() 139 acc3 = (uint32_t) d3; in poly1305_process() 140 acc4 = (uint32_t) (d3 >> 32) + acc4; in poly1305_process()
|
| /optee_os/core/lib/libtomcrypt/src/mac/poly1305/ |
| H A D | poly1305.c | 21 ulong64 d0,d1,d2,d3,d4; in s_poly1305_block() local 53 …d3 = ((ulong64)h0 * r3) + ((ulong64)h1 * r2) + ((ulong64)h2 * r1) + ((ulong64)h3 * r0) + ((ulong64… in s_poly1305_block() 60 d3 += c; c = (ulong32)(d3 >> 26); h3 = (ulong32)d3 & 0x3ffffff; in s_poly1305_block()
|
| /optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
| H A D | sosemanuk.c | 206 #define SKS(S, o0, o1, o2, o3, d0, d1, d2, d3) do { \ in sosemanuk_setup() argument 216 st->kc[i ++] = r ## d3; \ in sosemanuk_setup()
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | ghash-ce-core_a32.S | 23 T1_H .req d3
|