Home
last modified time | relevance | path

Searched refs:d4 (Results 1 – 2 of 2) sorted by relevance

/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
54d4 = ((ulong64)h0 * r4) + ((ulong64)h1 * r3) + ((ulong64)h2 * r2) + ((ulong64)h3 * r1) + ((ulong64… in s_poly1305_block()
61 d4 += c; c = (ulong32)(d4 >> 26); h4 = (ulong32)d4 & 0x3ffffff; in s_poly1305_block()
/optee_os-3.20.0/core/arch/arm/crypto/
A Dghash-ce-core_a32.S24 XL_L .req d4

Completed in 3 milliseconds