Home
last modified time | relevance | path

Searched refs:d0 (Results 1 – 13 of 13) sorted by relevance

/mbedtls-3.4.0/library/
Dpoly1305.c81 uint64_t d0, d1, d2, d3; in poly1305_process() local
107 d0 = MBEDTLS_GET_UINT32_LE( input, offset + 0 ); in poly1305_process()
113 d0 += (uint64_t) acc0; in poly1305_process()
114 d1 += (uint64_t) acc1 + ( d0 >> 32U ); in poly1305_process()
117 acc0 = (uint32_t) d0; in poly1305_process()
124 d0 = mul64( acc0, r0 ) + in poly1305_process()
146 d1 += ( d0 >> 32 ); in poly1305_process()
149 acc0 = (uint32_t) d0; in poly1305_process()
155 d0 = (uint64_t) acc0 + ( acc4 >> 2 ) + ( acc4 & 0xFFFFFFFCU ); in poly1305_process()
157 acc0 = (uint32_t) d0; in poly1305_process()
[all …]
Dbignum.c1190 mbedtls_mpi_uint d0, d1, q0, q1, rAX, r0, quotient; in mbedtls_int_div_int()
1234 d0 = d & uint_halfword_mask; in mbedtls_int_div_int()
1245 while( q1 >= radix || ( q1 * d0 > radix * r0 + u0_msw ) ) in mbedtls_int_div_int()
1257 while( q0 >= radix || ( q0 * d0 > radix * r0 + u0_lsw ) ) in mbedtls_int_div_int()
/mbedtls-3.4.0/tests/data_files/dir1/
Dtest-ca.crt49 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:
/mbedtls-3.4.0/tests/data_files/dir2/
Dtest-ca.crt49 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:
/mbedtls-3.4.0/tests/data_files/dir3/
Dtest-ca.crt49 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:
/mbedtls-3.4.0/tests/data_files/
Dserver9-with-ca.crt68 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:
Dserver10_int3_int-ca2_ca.crt89 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:
Ddh.optlen.pem11 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:
Ddh.1000.pem19 d0:1e:7c:4e:22:07:d2:b5:f9:9a:9e:52:e2:97:9d:
/mbedtls-3.4.0/3rdparty/everest/library/
DHacl_Curve25519.c162 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__()
/mbedtls-3.4.0/3rdparty/everest/library/legacy/
DHacl_Curve25519.c177 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__()
/mbedtls-3.4.0/tests/suites/
Dtest_suite_debug.data63d0\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…
Dtest_suite_ssl.data3157 # - Complete record: 17 03 03 00 43 a2 3f 70 54 b6 2c 94 d0 af fa fe
3177 # 36 00 5f c4 a4 69 32 fc 32 25 d0 5f 82 aa 1b 36
3180 # 0d d0 32 e1 67 c2 95 5d