Home
last modified time | relevance | path

Searched full:sources (Results 1 – 25 of 58) sorted by relevance

123

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dentropy.h39 /** No more sources can be added. */
41 /** No sources have been added to poll. */
43 /** No strong sources have been added to poll. */
57 #define MBEDTLS_ENTROPY_MAX_SOURCES 20 /**< Maximum number of sources supported */
61 #define MBEDTLS_ENTROPY_MAX_GATHER 128 /**< Maximum amount requested from entropy sources
155 * Weaker sources (such as the cycle counter) can be used as
259 * at link time, and other entropy sources configured
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_visualc_files.pl159 $content =~ s/<SOURCES>/$srcs/g;
199 my ($headers, $sources,
204 my $source_entries = gen_entry_list( $src_tpl, @$sources );
273 my @sources = (map { <$_/*.c> } @source_dirs);
276 @sources = grep { ! $excluded_files{$_} } @sources;
278 map { s!/!\\!g } @sources;
282 gen_main_file( \@headers, \@sources,
/openthread-latest/src/ncp/
DBUILD.gn53 sources = openthread_ncp_sources
63 sources = openthread_ncp_sources
73 sources = openthread_ncp_sources
/openthread-latest/etc/docker/android-trusty/
DDockerfile86 && cp -r "$ANDROID_NDK_PATH"/sources/cxx-stl/gnu-libstdc++/4.9/include bionic/libstdc++ \
87 …&& cp -r "$ANDROID_NDK_PATH"/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/* bionic/l…
88 …&& cp "$ANDROID_NDK_PATH"/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so o…
98 RUN rm -rf "$ANDROID_NDK_PATH"/sources
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_invasive.h34 /** \brief Configure entropy sources.
46 * and set up the desired entropy sources.
62 * entropy sources.
Dentropy.c40 * when adding more strong entropy sources here. */ in mbedtls_entropy_init()
192 * Run through the different sources to add entropy to our accumulator
207 * Run through our entropy sources in entropy_gather_internal()
536 * A test to ensure that the entropy sources are functioning correctly
613 /* First do a gather to make sure we have default sources */ in mbedtls_entropy_self_test()
Dentropy_poll.h22 * Default thresholds for built-in sources, in bytes
/openthread-latest/third_party/mbedtls/repo/
DSUPPORT.md3 Here are some useful sources of information about using Mbed TLS:
15 If you can't find your answer in the above sources, please use the [Mbed TLS
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_init.data28 Custom entropy sources: all standard
33 Custom entropy sources: none
Dtest_suite_entropy.data19 Entropy no sources
22 Entropy too many sources
Dtest_suite_entropy.function47 * Ability to clear entropy sources to allow testing with just predefined
48 * entropy sources. This function or tests depending on it might break if there
49 * are internal changes to how entropy sources are registered.
53 * Just resetting the counter. New sources will overwrite existing ones.
54 * This might break memory checks in the future if sources need 'free-ing' then
228 * since we don't know how many sources were automatically added.
Dtest_suite_psa_crypto_init.function5 /* Some tests in this module configure entropy sources. */
67 * which chooses entropy sources dynamically. */
151 /* Bad state due to entropy sources already being setup in
Dtest_suite_platform.function92 * completely avoided due to out-of-sync clock sources.
/openthread-latest/src/cli/
DBUILD.gn82 sources = openthread_cli_sources
89 sources = openthread_cli_sources
/openthread-latest/src/lib/spinel/
DBUILD.gn76 sources = spinel_sources
86 sources = spinel_sources
/openthread-latest/src/lib/hdlc/
DBUILD.gn29 sources = [
/openthread-latest/src/lib/platform/
DBUILD.gn40 sources = platform_sources
/openthread-latest/third_party/mbedtls/repo/configs/
Dconfig-ccm-psk-tls1_2.h69 * You should adjust this to the exact number of sources you're using: default
Dconfig-ccm-psk-dtls1_2.h78 * You should adjust this to the exact number of sources you're using: default
Dconfig-suite-b.h78 * You should adjust this to the exact number of sources you're using: default
/openthread-latest/third_party/mbedtls/repo/programs/
DREADME.md56 * [`random/gen_entropy.c`](random/gen_entropy.c): shows how to use the default entropy sources to g…
59 ….c`](random/gen_random_ctr_drbg.c): shows how to use the default entropy sources to seed a pseudor…
/openthread-latest/.github/workflows/
Dotbr.yml75 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
197 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
/openthread-latest/src/posix/platform/
Dmainloop.hpp44 * Is the base for all mainloop event sources.
/openthread-latest/third_party/mbedtls/
Dmbedtls-config.h134 #define MBEDTLS_ENTROPY_MAX_SOURCES 1 /**< Maximum number of sources supported */
/openthread-latest/src/core/config/
Dip6.h214 * Define as 1 to restrict multicast forwarding to larger scope from local sources.

123