Searched refs:d3 (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | poly1305.c | 99 uint64_t d0, d1, d2, d3; in poly1305_process() local 128 d3 = MBEDTLS_GET_UINT32_LE( input, offset + 12 ); in poly1305_process() 134 d3 += (uint64_t) acc3 + ( d2 >> 32U ); in poly1305_process() 138 acc3 = (uint32_t) d3; in poly1305_process() 139 acc4 += (uint32_t) ( d3 >> 32U ) + needs_padding; in poly1305_process() 156 d3 = mul64( acc0, r3 ) + in poly1305_process() 166 d3 += ( d2 >> 32 ); in poly1305_process() 170 acc3 = (uint32_t) d3; in poly1305_process() 171 acc4 = (uint32_t) ( d3 >> 32 ) + acc4; in poly1305_process()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/ |
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-3.20.0/core/arch/arm/crypto/ |
A D | ghash-ce-core_a32.S | 23 T1_H .req d3
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/ |
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()
|
Completed in 6 milliseconds