Home
last modified time | relevance | path

Searched refs:d0 (Results 1 – 6 of 6) 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
135 acc0 = (uint32_t) d0; in poly1305_process()
164 d1 += ( d0 >> 32 ); in poly1305_process()
167 acc0 = (uint32_t) d0; in poly1305_process()
175 acc0 = (uint32_t) d0; in poly1305_process()
176 d0 = (uint64_t) acc1 + ( d0 >> 32U ); in poly1305_process()
177 acc1 = (uint32_t) d0; in poly1305_process()
178 d0 = (uint64_t) acc2 + ( d0 >> 32U ); in poly1305_process()
179 acc2 = (uint32_t) d0; in poly1305_process()
180 d0 = (uint64_t) acc3 + ( d0 >> 32U ); in poly1305_process()
[all …]
A Dbignum.c1603 mbedtls_mpi_uint d0, d1, q0, q1, rAX, r0, quotient; in mbedtls_int_div_int()
1647 d0 = d & uint_halfword_mask; in mbedtls_int_div_int()
1658 while( q1 >= radix || ( q1 * d0 > radix * r0 + u0_msw ) ) in mbedtls_int_div_int()
1670 while( q0 >= radix || ( q0 * d0 > radix * r0 + u0_lsw ) ) in mbedtls_int_div_int()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dvfp_a32.S14 vstm r0!, {d0-d15}
24 vldm r0!, {d0-d15}
/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
50d0 = ((ulong64)h0 * r0) + ((ulong64)h1 * s4) + ((ulong64)h2 * s3) + ((ulong64)h3 * s2) + ((ulong64… in s_poly1305_block()
57 c = (ulong32)(d0 >> 26); h0 = (ulong32)d0 & 0x3ffffff; in s_poly1305_block()
/optee_os-3.20.0/core/arch/arm/crypto/
A Dghash-ce-core_a32.S20 SHASH_L .req d0
/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
213 st->kc[i ++] = r ## d0; \ in sosemanuk_setup()

Completed in 23 milliseconds