Home
last modified time | relevance | path

Searched refs:d1 (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpoly1305.c69 uint64_t d0, d1, d2, d3; in poly1305_process() local
95 d1 = MBEDTLS_GET_UINT32_LE(input, offset + 4); in poly1305_process()
101 d1 += (uint64_t) acc1 + (d0 >> 32U); in poly1305_process()
102 d2 += (uint64_t) acc2 + (d1 >> 32U); in poly1305_process()
105 acc1 = (uint32_t) d1; in poly1305_process()
115 d1 = mul64(acc0, r1) + in poly1305_process()
133 d1 += (d0 >> 32); in poly1305_process()
134 d2 += (d1 >> 32); in poly1305_process()
137 acc1 = (uint32_t) d1; in poly1305_process()
H A Dbignum.c1351 mbedtls_mpi_uint d0, d1, q0, q1, rAX, r0, quotient; in mbedtls_int_div_int()
1397 d1 = d >> biH; in mbedtls_int_div_int()
1406 q1 = u1 / d1; in mbedtls_int_div_int()
1407 r0 = u1 - d1 * q1; in mbedtls_int_div_int()
1411 r0 += d1; in mbedtls_int_div_int()
1419 q0 = rAX / d1; in mbedtls_int_div_int()
1420 r0 = rAX - q0 * d1; in mbedtls_int_div_int()
1424 r0 += d1; in mbedtls_int_div_int()
H A Dx509.c601 uint32_t d1 = p[0] - '0'; in x509_parse2_int() local
603 return (d1 < 10 && d2 < 10) ? (int) (d1 * 10 + d2) : -1; in x509_parse2_int()
/optee_os/core/lib/libtomcrypt/src/mac/poly1305/
H A Dpoly1305.c21 ulong64 d0,d1,d2,d3,d4; in s_poly1305_block() local
51d1 = ((ulong64)h0 * r1) + ((ulong64)h1 * r0) + ((ulong64)h2 * s4) + ((ulong64)h3 * s3) + ((ulong64… in s_poly1305_block()
58 d1 += c; c = (ulong32)(d1 >> 26); h1 = (ulong32)d1 & 0x3ffffff; in s_poly1305_block()
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/
H A Dsosemanuk.c206 #define SKS(S, o0, o1, o2, o3, d0, d1, d2, d3) do { \ in sosemanuk_setup() argument
214 st->kc[i ++] = r ## d1; \ in sosemanuk_setup()
/optee_os/core/arch/arm/crypto/
H A Dghash-ce-core_a32.S21 SHASH_H .req d1