Home
last modified time | relevance | path

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

/mbedtls-3.7.0/
DMakefile197 global: GPATH GRTAGS GSYMS GTAGS target
203 .PHONY: cscope global
D.pylintrc32 # We're ok with short local or global variable names.
DChangeLog137 for multithreaded access to the the PSA global state, including
3473 * Do not define global mutexes around readdir() and gmtime() in
/mbedtls-3.7.0/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md11 …- Key slots are protected by a global mutex, as described in [Key store consistency and abstractio…
13 …anagement.c` are now protected by mutexes, as described in the [Global data](#global-data) section.
144 …escribed in [Key slots](#key-slots), `key_slots_initialized` is protected by the global data mutex.
148 … already holding it. Functions which need to be called while holding the global mutex have documen…
155 Keys are stored internally in a global array of key slots known as the "key store", defined in `lib…
184 The key store is protected by a single global mutex `mbedtls_threading_key_slot_mutex`.
249 … thread-safe, as we have not yet tested whether they rely on unprotected global resources. The key…
255 It is now possible for individual tests to spin up multiple threads. This work has made the global
269 …hic operation concurrently, we do not test that operations are free of unexpected global variables.
278 * Explicitly test that all global variables are protected, for this we would need to cover every op…
[all …]
/mbedtls-3.7.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.7.0/docs/architecture/
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.7.0/docs/proposed/
Dpsa-driver-interface.md258 …tion contexts must not contain any embedded pointers (except pointers to global data that do not c…
/mbedtls-3.7.0/docs/
Dpsa-transition.md37 … part of a security countermeasure. The PSA crypto subsystem maintains a global random generator, …