Searched refs:d0 (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | poly1305.c | 69 uint64_t d0, d1, d2, d3; in poly1305_process() local 94 d0 = MBEDTLS_GET_UINT32_LE(input, offset + 0); in poly1305_process() 100 d0 += (uint64_t) acc0; in poly1305_process() 101 d1 += (uint64_t) acc1 + (d0 >> 32U); in poly1305_process() 104 acc0 = (uint32_t) d0; in poly1305_process() 111 d0 = mul64(acc0, r0) + in poly1305_process() 133 d1 += (d0 >> 32); in poly1305_process() 136 acc0 = (uint32_t) d0; in poly1305_process() 142 d0 = (uint64_t) acc0 + (acc4 >> 2) + (acc4 & 0xFFFFFFFCU); in poly1305_process() 144 acc0 = (uint32_t) d0; in poly1305_process() [all …]
|
| H A D | bignum.c | 1351 mbedtls_mpi_uint d0, d1, q0, q1, rAX, r0, quotient; in mbedtls_int_div_int() 1398 d0 = d & uint_halfword_mask; in mbedtls_int_div_int() 1409 while (q1 >= radix || (q1 * d0 > radix * r0 + u0_msw)) { in mbedtls_int_div_int() 1422 while (q0 >= radix || (q0 * d0 > radix * r0 + u0_lsw)) { in mbedtls_int_div_int()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | vfp_a32.S | 14 vstm r0!, {d0-d15} 24 vldm r0!, {d0-d15}
|
| /optee_os/core/lib/libtomcrypt/src/mac/poly1305/ |
| H A D | poly1305.c | 21 ulong64 d0,d1,d2,d3,d4; in s_poly1305_block() local 50 …d0 = ((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/core/lib/libtomcrypt/src/stream/sosemanuk/ |
| H A D | sosemanuk.c | 206 #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()
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | ghash-ce-core_a32.S | 20 SHASH_L .req d0
|