Searched refs:d1 (Results 1 – 8 of 8) sorted by relevance
/mbedtls-latest/library/ |
D | poly1305.c | 69 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()
|
D | bignum.c | 1300 mbedtls_mpi_uint d0, d1, q0, q1, rAX, r0, quotient; in mbedtls_int_div_int() 1346 d1 = d >> biH; in mbedtls_int_div_int() 1355 q1 = u1 / d1; in mbedtls_int_div_int() 1356 r0 = u1 - d1 * q1; in mbedtls_int_div_int() 1360 r0 += d1; in mbedtls_int_div_int() 1368 q0 = rAX / d1; in mbedtls_int_div_int() 1369 r0 = rAX - q0 * d1; in mbedtls_int_div_int() 1373 r0 += d1; in mbedtls_int_div_int()
|
D | x509.c | 601 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()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_debug.data | 53 …e(0999)\: value of 'VALUE' (759 bits) is\:\nMyFile(0999)\: 41 37 9d 00 fe d1 49 1f e1 5d f2 84 df… 56 …999)\: value of 'VALUE' (764 bits) is\:\nMyFile(0999)\: 09 41 37 9d 00 fe d1 49 1f e1 5d f2 84 df… 59 …999)\: value of 'VALUE' (764 bits) is\:\nMyFile(0999)\: 09 41 37 9d 00 fe d1 49 1f e1 5d f2 84 df…
|
D | test_suite_cipher.nist_kw.data | 219 …ee2a8df1386f5b94a1a60ed8a4aef60a8d61ab5f225a":"":"":"06ba7ae6f3248cfdcf267507fa001bc4":"":"":"d1":0
|
D | test_suite_aes.cfb.data | 367 …306fcbb8c21b6a8b3209f7ec185fef4deebd4":"ff73b310cf7e62ce6f501092fa6cc888":"36664e222d":"20855555d1"
|
/mbedtls-latest/3rdparty/everest/library/ |
D | Hacl_Curve25519.c | 163 uint64_t d1 = r1 * (uint64_t)2U; in Hacl_Bignum_Fsquare_fsquare__() local 170 uint128_t s3 = (uint128_t)d0 * r3 + (uint128_t)d1 * r2 + (uint128_t)r4 * d419; in Hacl_Bignum_Fsquare_fsquare__() 171 uint128_t s4 = (uint128_t)d0 * r4 + (uint128_t)d1 * r3 + (uint128_t)r2 * r2; in Hacl_Bignum_Fsquare_fsquare__()
|
/mbedtls-latest/3rdparty/everest/library/legacy/ |
D | Hacl_Curve25519.c | 178 uint64_t d1 = r1 * (uint64_t)2U; in Hacl_Bignum_Fsquare_fsquare__() local 200 FStar_UInt128_mul_wide(d1, r2)), in Hacl_Bignum_Fsquare_fsquare__() 205 FStar_UInt128_mul_wide(d1, r3)), in Hacl_Bignum_Fsquare_fsquare__()
|