Searched refs:d0 (Results 1 – 12 of 12) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | poly1305.c | 106 uint64_t d0, d1, d2, d3; in poly1305_process() local 132 d0 = BYTES_TO_U32_LE( input, offset + 0 ); in poly1305_process() 138 d0 += (uint64_t) acc0; in poly1305_process() 139 d1 += (uint64_t) acc1 + ( d0 >> 32U ); in poly1305_process() 142 acc0 = (uint32_t) d0; in poly1305_process() 149 d0 = mul64( acc0, r0 ) + in poly1305_process() 171 d1 += ( d0 >> 32 ); in poly1305_process() 174 acc0 = (uint32_t) d0; in poly1305_process() 180 d0 = (uint64_t) acc0 + ( acc4 >> 2 ) + ( acc4 & 0xFFFFFFFCU ); in poly1305_process() 182 acc0 = (uint32_t) d0; in poly1305_process() [all …]
|
D | bignum.c | 1676 mbedtls_mpi_uint d0, d1, q0, q1, rAX, r0, quotient; in mbedtls_int_div_int() 1720 d0 = d & uint_halfword_mask; in mbedtls_int_div_int() 1731 while( q1 >= radix || ( q1 * d0 > radix * r0 + u0_msw ) ) in mbedtls_int_div_int() 1743 while( q0 >= radix || ( q0 * d0 > radix * r0 + u0_lsw ) ) in mbedtls_int_div_int()
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/data_files/dir1/ |
D | test-ca.crt | 49 09:3a:24:e4:36:d9:e9:2c:da:38:d0:73:75:61:d7:c1:6c:26: 55 35:cc:58:19:d1:d2:99:ef:4d:73:f8:1f:89:d4:5a:d0:52:ce: 57 08:60:cd:32:18:d0:73:e0:58:71:d9:e5:d2:53:d7:8d:d0:ca:
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/data_files/dir2/ |
D | test-ca.crt | 49 09:3a:24:e4:36:d9:e9:2c:da:38:d0:73:75:61:d7:c1:6c:26: 55 35:cc:58:19:d1:d2:99:ef:4d:73:f8:1f:89:d4:5a:d0:52:ce: 57 08:60:cd:32:18:d0:73:e0:58:71:d9:e5:d2:53:d7:8d:d0:ca:
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/data_files/dir3/ |
D | test-ca.crt | 49 09:3a:24:e4:36:d9:e9:2c:da:38:d0:73:75:61:d7:c1:6c:26: 55 35:cc:58:19:d1:d2:99:ef:4d:73:f8:1f:89:d4:5a:d0:52:ce: 57 08:60:cd:32:18:d0:73:e0:58:71:d9:e5:d2:53:d7:8d:d0:ca:
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/data_files/ |
D | server9-with-ca.crt | 68 09:3a:24:e4:36:d9:e9:2c:da:38:d0:73:75:61:d7:c1:6c:26: 74 35:cc:58:19:d1:d2:99:ef:4d:73:f8:1f:89:d4:5a:d0:52:ce: 76 08:60:cd:32:18:d0:73:e0:58:71:d9:e5:d2:53:d7:8d:d0:ca:
|
D | dh.optlen.pem | 11 d0:11:f8:84:77:a1:b0:19:27:d7:38:13:ca:d4:84: 15 18:76:e7:ef:73:9d:51:60:d0:95:c9:68:41:88:b0: 21 e4:08:d0:e4:79:a5:41:e7:79:a6:05:42:59:e2:d8:
|
D | server10_int3_int-ca2_ca.crt | 89 09:3a:24:e4:36:d9:e9:2c:da:38:d0:73:75:61:d7:c1:6c:26: 95 35:cc:58:19:d1:d2:99:ef:4d:73:f8:1f:89:d4:5a:d0:52:ce: 97 08:60:cd:32:18:d0:73:e0:58:71:d9:e5:d2:53:d7:8d:d0:ca:
|
D | dh.1000.pem | 19 d0:1e:7c:4e:22:07:d2:b5:f9:9a:9e:52:e2:97:9d:
|
/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/library/legacy/ |
D | Hacl_Curve25519.c | 177 uint64_t d0 = r0 * (uint64_t)2U; in Hacl_Bignum_Fsquare_fsquare__() local 189 FStar_UInt128_add(FStar_UInt128_add(FStar_UInt128_mul_wide(d0, r1), in Hacl_Bignum_Fsquare_fsquare__() 194 FStar_UInt128_add(FStar_UInt128_add(FStar_UInt128_mul_wide(d0, r2), in Hacl_Bignum_Fsquare_fsquare__() 199 FStar_UInt128_add(FStar_UInt128_add(FStar_UInt128_mul_wide(d0, r3), in Hacl_Bignum_Fsquare_fsquare__() 204 FStar_UInt128_add(FStar_UInt128_add(FStar_UInt128_mul_wide(d0, r4), in Hacl_Bignum_Fsquare_fsquare__()
|
/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/library/ |
D | Hacl_Curve25519.c | 162 uint64_t d0 = r0 * (uint64_t)2U; in Hacl_Bignum_Fsquare_fsquare__() local 168 uint128_t s1 = (uint128_t)d0 * r1 + (uint128_t)d4 * r2 + (uint128_t)(r3 * (uint64_t)19U) * r3; in Hacl_Bignum_Fsquare_fsquare__() 169 uint128_t s2 = (uint128_t)d0 * r2 + (uint128_t)r1 * r1 + (uint128_t)d4 * r3; in Hacl_Bignum_Fsquare_fsquare__() 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__()
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_debug.data | 42 …d0\nMyFile(0999)\: 83 6a d5 41 43 77 5f 39 7c 09 04 47 82 b0 57 39\nMyFile(0999)\: 70 ed a3 ec 1…
|