Searched refs:d0 (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | poly1305.c | 99 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 D | bignum.c | 1603 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 D | vfp_a32.S | 14 vstm r0!, {d0-d15} 24 vldm r0!, {d0-d15}
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/ |
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-3.20.0/core/arch/arm/crypto/ |
A D | ghash-ce-core_a32.S | 20 SHASH_L .req d0
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/ |
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()
|
Completed in 11 milliseconds