Searched full:global (Results 1 – 25 of 44) sorted by relevance
12
/mbedtls-3.6.0/docs/architecture/ |
D | psa-thread-safety.md | 64 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.
|
D | alternative-implementations.md | 85 * During the initialization of your application, set the global variable `mbedtls_xxx` to an altern…
|
/mbedtls-3.6.0/include/mbedtls/ |
D | threading.h | 44 * pointers and initialize global mutexes. If used, this 66 * \brief Free global mutexes. 83 * Global mutexes
|
D | memory_buffer_alloc.h | 45 * It sets the global mbedtls_calloc() and mbedtls_free() pointers
|
/mbedtls-3.6.0/library/ |
D | threading.c | 134 * Set functions pointers and initialize global mutexes 155 * Free global mutexes 169 * Define global mutexes
|
D | psa_crypto_random_impl.h | 143 * global PSA crypto state. */
|
/mbedtls-3.6.0/docs/architecture/testing/ |
D | invasive-testing.md | 71 …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/ |
D | psa_information.py | 117 global _implemented_dependencies #pylint: disable=global-statement,invalid-name
|
/mbedtls-3.6.0/ |
D | .travis.yml | 18 global:
|
D | Makefile | 197 global: GPATH GRTAGS GSYMS GTAGS target 203 .PHONY: cscope global
|
D | .pylintrc | 32 # We're ok with short local or global variable names.
|
/mbedtls-3.6.0/scripts/data_files/ |
D | vs2013-sln-template.sln | 9 Global
|
/mbedtls-3.6.0/programs/x509/ |
D | crl_app.c | 41 * global options
|
D | req_app.c | 41 * global options
|
D | load_roots.c | 42 * global options
|
D | cert_app.c | 75 * global options
|
D | cert_req.c | 93 * global options
|
/mbedtls-3.6.0/tests/suites/ |
D | helpers.function | 49 /* Global variables */
|
/mbedtls-3.6.0/programs/util/ |
D | pem2der.c | 41 * global options
|
/mbedtls-3.6.0/tests/src/ |
D | helpers.c | 17 /* Static global variables */
|
/mbedtls-3.6.0/programs/pkey/ |
D | key_app.c | 57 * global options
|
D | key_app_writer.c | 85 * global options
|
D | gen_key.c | 114 * global options
|
/mbedtls-3.6.0/tests/scripts/ |
D | check_names.py | 309 # 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/ |
D | ssl_context_info.c | 104 * Global values 336 * indicator of the global b64_file is advanced.
|
12