Searched full:sources (Results 1 – 25 of 58) sorted by relevance
123
39 /** 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 as259 * at link time, and other entropy sources configured
159 $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,
53 sources = openthread_ncp_sources63 sources = openthread_ncp_sources73 sources = openthread_ncp_sources
86 && 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
34 /** \brief Configure entropy sources.46 * and set up the desired entropy sources.62 * entropy sources.
40 * when adding more strong entropy sources here. */ in mbedtls_entropy_init()192 * Run through the different sources to add entropy to our accumulator207 * Run through our entropy sources in entropy_gather_internal()536 * A test to ensure that the entropy sources are functioning correctly613 /* First do a gather to make sure we have default sources */ in mbedtls_entropy_self_test()
22 * Default thresholds for built-in sources, in bytes
3 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
28 Custom entropy sources: all standard33 Custom entropy sources: none
19 Entropy no sources22 Entropy too many sources
47 * Ability to clear entropy sources to allow testing with just predefined48 * entropy sources. This function or tests depending on it might break if there49 * 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' then228 * since we don't know how many sources were automatically added.
5 /* 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
92 * completely avoided due to out-of-sync clock sources.
82 sources = openthread_cli_sources89 sources = openthread_cli_sources
76 sources = spinel_sources86 sources = spinel_sources
29 sources = [
40 sources = platform_sources
69 * You should adjust this to the exact number of sources you're using: default
78 * You should adjust this to the exact number of sources you're using: default
56 * [`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…
75 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update197 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
44 * Is the base for all mainloop event sources.
134 #define MBEDTLS_ENTROPY_MAX_SOURCES 1 /**< Maximum number of sources supported */
214 * Define as 1 to restrict multicast forwarding to larger scope from local sources.