Home
last modified time | relevance | path

Searched refs:global (Results 1 – 8 of 8) sorted by relevance

/mbedtls-3.6.0/
DMakefile197 global: GPATH GRTAGS GSYMS GTAGS target
203 .PHONY: cscope global
D.pylintrc32 # We're ok with short local or global variable names.
DChangeLog3213 * Do not define global mutexes around readdir() and gmtime() in
/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…
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…
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…
Dpsa-storage-resilience.md494 …on about key ongoing operation (set explicitly by the test function as a global variable in the te…
506 Some tests set global variables to indicate which persistent keys they manipulate. We instrument at…
/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/docs/proposed/
Dpsa-driver-interface.md258 …tion contexts must not contain any embedded pointers (except pointers to global data that do not c…