/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/library/ |
D | Hacl_Curve25519.c | 34 uint64_t b0 = b[0U]; in Hacl_Bignum_Modulo_carry_top() 38 b[0U] = b0_; in Hacl_Bignum_Modulo_carry_top() 44 for (i = (uint32_t)0U; i < (uint32_t)5U; i = i + (uint32_t)1U) in Hacl_Bignum_Fproduct_copy_from_wide_() 55 for (i = (uint32_t)0U; i < (uint32_t)5U; i = i + (uint32_t)1U) in Hacl_Bignum_Fproduct_sum_scalar_multiplication_() 66 for (i = (uint32_t)0U; i < (uint32_t)4U; i = i + (uint32_t)1U) in Hacl_Bignum_Fproduct_carry_wide_() 84 for (i = (uint32_t)0U; i < (uint32_t)4U; i = i + (uint32_t)1U) in Hacl_Bignum_Fmul_shift_reduce() 91 output[0U] = tmp; in Hacl_Bignum_Fmul_shift_reduce() 92 b0 = output[0U]; in Hacl_Bignum_Fmul_shift_reduce() 93 output[0U] = (uint64_t)19U * b0; in Hacl_Bignum_Fmul_shift_reduce() 103 for (i0 = (uint32_t)0U; i0 < (uint32_t)4U; i0 = i0 + (uint32_t)1U) in Hacl_Bignum_Fmul_mul_shift_reduce_() [all …]
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/library/legacy/ |
D | Hacl_Curve25519.c | 37 uint64_t b0 = b[0U]; in Hacl_Bignum_Modulo_carry_top() 41 b[0U] = b0_; in Hacl_Bignum_Modulo_carry_top() 48 for (i = (uint32_t)0U; i < (uint32_t)5U; i = i + (uint32_t)1U) in Hacl_Bignum_Fproduct_copy_from_wide_() 63 for (i = (uint32_t)0U; i < (uint32_t)5U; i = i + (uint32_t)1U) in Hacl_Bignum_Fproduct_sum_scalar_multiplication_() 74 for (i = (uint32_t)0U; i < (uint32_t)4U; i = i + (uint32_t)1U) in Hacl_Bignum_Fproduct_carry_wide_() 92 for (i = (uint32_t)0U; i < (uint32_t)4U; i = i + (uint32_t)1U) in Hacl_Bignum_Fmul_shift_reduce() 99 output[0U] = tmp; in Hacl_Bignum_Fmul_shift_reduce() 100 b0 = output[0U]; in Hacl_Bignum_Fmul_shift_reduce() 101 output[0U] = (uint64_t)19U * b0; in Hacl_Bignum_Fmul_shift_reduce() 115 for (i0 = (uint32_t)0U; i0 < (uint32_t)4U; i0 = i0 + (uint32_t)1U) in Hacl_Bignum_Fmul_mul_shift_reduce_() [all …]
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | poly1305.c | 73 size_t offset = 0U; in poly1305_process() 92 for (i = 0U; i < nblocks; i++) { in poly1305_process() 203 mask = (uint32_t) 0U - (g4 >> 2U); in poly1305_compute_mac() 257 ctx->acc[0] = 0U; in mbedtls_poly1305_starts() 258 ctx->acc[1] = 0U; in mbedtls_poly1305_starts() 259 ctx->acc[2] = 0U; in mbedtls_poly1305_starts() 260 ctx->acc[3] = 0U; in mbedtls_poly1305_starts() 261 ctx->acc[4] = 0U; in mbedtls_poly1305_starts() 265 ctx->queue_len = 0U; in mbedtls_poly1305_starts() 274 size_t offset = 0U; in mbedtls_poly1305_update() [all …]
|
D | chachapoly.c | 39 if (partial_block_len == 0U) { in chachapoly_pad_aad() 60 if (partial_block_len == 0U) { in chachapoly_pad_ciphertext() 74 ctx->aad_len = 0U; in mbedtls_chachapoly_init() 75 ctx->ciphertext_len = 0U; in mbedtls_chachapoly_init() 88 ctx->aad_len = 0U; in mbedtls_chachapoly_free() 89 ctx->ciphertext_len = 0U; in mbedtls_chachapoly_free() 112 ret = mbedtls_chacha20_starts(&ctx->chacha20_ctx, nonce, 0U); in mbedtls_chachapoly_starts() 132 ctx->aad_len = 0U; in mbedtls_chachapoly_starts() 133 ctx->ciphertext_len = 0U; in mbedtls_chachapoly_starts() 435 for (i = 0U; i < 1U; i++) { in mbedtls_chachapoly_self_test()
|
D | chacha20.c | 113 for (i = 0U; i < 10U; i++) { in chacha20_block() 134 for (i = 0U; i < 16; i++) { in chacha20_block() 206 size_t offset = 0U; in mbedtls_chacha20_update() 209 while (size > 0U && ctx->keystream_bytes_used < CHACHA20_BLOCK_SIZE_BYTES) { in mbedtls_chacha20_update() 231 if (size > 0U) { in mbedtls_chacha20_update() 308 0U, 466 for (i = 0U; i < 2U; i++) { in mbedtls_chacha20_self_test()
|
D | dhm.c | 81 mbedtls_mpi U; in dhm_check_range() local 84 mbedtls_mpi_init(&U); in dhm_check_range() 86 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_int(&U, P, 2)); in dhm_check_range() 89 mbedtls_mpi_cmp_mpi(param, &U) > 0) { in dhm_check_range() 94 mbedtls_mpi_free(&U); in dhm_check_range()
|
D | bignum.c | 2296 mbedtls_mpi A, E, N, X, Y, U, V; in mbedtls_mpi_self_test() local 2299 mbedtls_mpi_init(&Y); mbedtls_mpi_init(&U); mbedtls_mpi_init(&V); in mbedtls_mpi_self_test() 2320 MBEDTLS_MPI_CHK(mbedtls_mpi_read_string(&U, 16, in mbedtls_mpi_self_test() 2333 if (mbedtls_mpi_cmp_mpi(&X, &U) != 0) { in mbedtls_mpi_self_test() 2348 MBEDTLS_MPI_CHK(mbedtls_mpi_read_string(&U, 16, in mbedtls_mpi_self_test() 2360 if (mbedtls_mpi_cmp_mpi(&X, &U) != 0 || in mbedtls_mpi_self_test() 2376 MBEDTLS_MPI_CHK(mbedtls_mpi_read_string(&U, 16, in mbedtls_mpi_self_test() 2385 if (mbedtls_mpi_cmp_mpi(&X, &U) != 0) { in mbedtls_mpi_self_test() 2400 MBEDTLS_MPI_CHK(mbedtls_mpi_read_string(&U, 16, in mbedtls_mpi_self_test() 2409 if (mbedtls_mpi_cmp_mpi(&X, &U) != 0) { in mbedtls_mpi_self_test() [all …]
|
D | cipher.c | 457 0U)) { /* Initial counter value */ in mbedtls_cipher_set_iv()
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | pkcs7-rsa-expired.crt | 7 OCcb8wCxLXbiiRuglTa4iQM/L2pGvQQgJ3HeApAzrbL0zg0SsT02K9YqAsta7z/U 18 0U/PYBVPSW0Bfka4toTf8VpZLkwwVbg+9QOIpvGa0kNMsWWgyezLEOkZB1G1JXYF
|
D | server5.key | 2 MHcCAQEEIPEqEyB2AnCoPL/9U/YDHvdqXYbIogTywwyp6/UfDw6noAoGCCqGSM49
|
D | server1.req.sha224 | 11 U/uUxLudP7sbuttRksIAREATT74Pa40bMWiPUlBfA/M2mFTmKb/91uXeIISW8DL3
|
D | test-ca.key | 10 U7WUMlSAPxKH6lJDzWdwHqLvsVJwuNnaAaBXg9/8U/rzQEWuq8Ar3s8fw2Jg3F1G
|
D | rsa_pkcs1_4096_aes128.pem | 35 mxBF0HZKmHm6+U/oASjHeycUi2sXbzu60H+rSQjXVnCuFMubQ7LzJzNddmRc346O
|
/openthread-latest/etc/docker/environment/ |
D | Dockerfile | 24 && python3 -m pip install -U pip \ 25 && python3 -m pip install -U cmake \
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_chacha20.function | 23 TEST_ASSERT(key_str->len == 32U); 24 TEST_ASSERT(nonce_str->len == 12U);
|
D | test_suite_chachapoly.function | 36 TEST_ASSERT(memcmp(mac_str->x, mac, 16U) == 0);
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/library/kremlib/ |
D | FStar_UInt128_extracted.c | 124 if (s == (uint32_t)0U) in FStar_UInt128_shift_left_small() 139 FStar_UInt128_uint128 flat = { (uint64_t)0U, a.low << (s - FStar_UInt128_u32_64) }; in FStar_UInt128_shift_left_large() 168 if (s == (uint32_t)0U) in FStar_UInt128_shift_right_small() 183 FStar_UInt128_uint128 flat = { a.high >> (s - FStar_UInt128_u32_64), (uint64_t)0U }; in FStar_UInt128_shift_right_large() 254 FStar_UInt128_uint128 flat = { a, (uint64_t)0U }; in FStar_UInt128_uint64_to_uint128()
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/parse_input/ |
D | crl-ec-sha1.pem | 9 56meWPhUekgLKKMAobt2oJJY6feuiFU2YFGs1aF0rV6Bj+U=
|
D | server1.req.sha224 | 11 U/uUxLudP7sbuttRksIAREATT74Pa40bMWiPUlBfA/M2mFTmKb/91uXeIISW8DL3
|
D | crl-malformed-trailing-spaces.pem | 9 56meWPhUekgLKKMAobt2oJJY6feuiFU2YFGs1aF0rV6Bj+U=
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | syms.sh | 51 syms U $FILE > ${PREF}-unresolved
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 153 * (U) indicates a symbol that is defined by the user (application). 159 | `MBEDTLS_xxx_C` | `mbedtls/mbedtls_config.h` (U) or | `mbedtls/mbedtls_config.h` (U) … 161 | `PSA_WANT_xxx` | `psa/crypto_config.h` (U) | `mbedtls/config_psa.h` (D) …
|
/openthread-latest/src/posix/ |
D | README.md | 104 python3 -m pip install -U nrfutil
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 959 TIME_AND_TSC("ChaCha20", mbedtls_chacha20_crypt(buf, buf, 0U, BUFSIZE, buf, buf)); in main()
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 270 _64-bit Intel_ (i7-6500U at 2.50GHz) laptop running Ubuntu 20.04
|