Home
last modified time | relevance | path

Searched full:global (Results 1 – 25 of 44) sorted by relevance

12

/mbedtls-3.6.0/docs/architecture/
Dpsa-thread-safety.md64 In the short term, correctness is the important thing. We can start with a global lock.
68 …ctly to a more sophisticated approach because when a system works with a global lock, it's typical…
85 ### Global variables
183 …key type from the data that it parses. So we should not need to hold the global key store lock whi…
235 ## Simple global lock strategy
237 Have a single mutex protecting all accesses to the key store and other global variables. In practic…
248 ## Global lock excluding slot content
250 Have a single mutex protecting all accesses to the key store and other global variables, except tha…
255 Note that a thread must hold the global mutex when it reads or changes a slot's state.
Dalternative-implementations.md85 * During the initialization of your application, set the global variable `mbedtls_xxx` to an altern…
/mbedtls-3.6.0/include/mbedtls/
Dthreading.h44 * pointers and initialize global mutexes. If used, this
66 * \brief Free global mutexes.
83 * Global mutexes
Dmemory_buffer_alloc.h45 * It sets the global mbedtls_calloc() and mbedtls_free() pointers
/mbedtls-3.6.0/library/
Dthreading.c134 * Set functions pointers and initialize global mutexes
155 * Free global mutexes
169 * Define global mutexes
Dpsa_crypto_random_impl.h143 * global PSA crypto state. */
/mbedtls-3.6.0/docs/architecture/testing/
Dinvasive-testing.md71 …a global variable of function pointer type. This global variable is initialized to the system func…
76 * At the beginning of the test function, set the global function pointers to the desired value.
77 * In the test function's cleanup code, restore the global function pointers to their default value.
/mbedtls-3.6.0/scripts/mbedtls_dev/
Dpsa_information.py117 global _implemented_dependencies #pylint: disable=global-statement,invalid-name
/mbedtls-3.6.0/
D.travis.yml18 global:
DMakefile197 global: GPATH GRTAGS GSYMS GTAGS target
203 .PHONY: cscope global
D.pylintrc32 # We're ok with short local or global variable names.
/mbedtls-3.6.0/scripts/data_files/
Dvs2013-sln-template.sln9 Global
/mbedtls-3.6.0/programs/x509/
Dcrl_app.c41 * global options
Dreq_app.c41 * global options
Dload_roots.c42 * global options
Dcert_app.c75 * global options
Dcert_req.c93 * global options
/mbedtls-3.6.0/tests/suites/
Dhelpers.function49 /* Global variables */
/mbedtls-3.6.0/programs/util/
Dpem2der.c41 * global options
/mbedtls-3.6.0/tests/src/
Dhelpers.c17 /* Static global variables */
/mbedtls-3.6.0/programs/pkey/
Dkey_app.c57 * global options
Dkey_app_writer.c85 * global options
Dgen_key.c114 * global options
/mbedtls-3.6.0/tests/scripts/
Dcheck_names.py309 # exclude_wildcards may be None. Also, consider the global exclusions.
947 # Configure the global logger, which is then passed to the classes below
/mbedtls-3.6.0/programs/ssl/
Dssl_context_info.c104 * Global values
336 * indicator of the global b64_file is advanced.

12