Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpoly1305.c99 uint64_t d0, d1, d2, d3; in poly1305_process() local
127 d2 = MBEDTLS_GET_UINT32_LE( input, offset + 8 ); in poly1305_process()
133 d2 += (uint64_t) acc2 + ( d1 >> 32U ); in poly1305_process()
134 d3 += (uint64_t) acc3 + ( d2 >> 32U ); in poly1305_process()
137 acc2 = (uint32_t) d2; in poly1305_process()
151 d2 = mul64( acc0, r2 ) + in poly1305_process()
165 d2 += ( d1 >> 32 ); in poly1305_process()
166 d3 += ( d2 >> 32 ); in poly1305_process()
169 acc2 = (uint32_t) d2; in poly1305_process()
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/
A Dpoly1305.c21 ulong64 d0,d1,d2,d3,d4; in s_poly1305_block() local
52d2 = ((ulong64)h0 * r2) + ((ulong64)h1 * r1) + ((ulong64)h2 * r0) + ((ulong64)h3 * s4) + ((ulong64… in s_poly1305_block()
59 d2 += c; c = (ulong32)(d2 >> 26); h2 = (ulong32)d2 & 0x3ffffff; in s_poly1305_block()
/optee_os-3.20.0/core/arch/arm/crypto/
A Dghash-ce-core_a32.S22 T1_L .req d2
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/
A Dsosemanuk.c206 #define SKS(S, o0, o1, o2, o3, d0, d1, d2, d3) do { \ in sosemanuk_setup() argument
215 st->kc[i ++] = r ## d2; \ in sosemanuk_setup()

Completed in 6 milliseconds