Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/examples/platforms/utils/
Dsoft_source_match_table.c55 bool allocated; member
67 if (checksum == srcMatchShortEntry[i].checksum && srcMatchShortEntry[i].allocated) in utilsSoftSrcMatchShortFindEntry()
83 if (!srcMatchShortEntry[i].allocated) in findSrcMatchShortAvailEntry()
98 srcMatchShortEntry[entry].allocated = true; in addToSrcMatchShortIndirect()
103 srcMatchShortEntry[entry].allocated = false; in removeFromSrcMatchShortIndirect()
157 bool allocated; member
174 if (checksum == srcMatchExtEntry[i].checksum && srcMatchExtEntry[i].allocated) in utilsSoftSrcMatchExtFindEntry()
190 if (!srcMatchExtEntry[i].allocated) in findSrcMatchExtAvailEntry()
210 srcMatchExtEntry[entry].allocated = true; in addToSrcMatchExtIndirect()
215 srcMatchExtEntry[entry].allocated = false; in removeFromSrcMatchExtIndirect()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_constant_time_hmac.function61 /* Use allocated out buffer to catch overwrites */
88 /* Use allocated in buffer to catch overreads */
Dtest_suite_memory_buffer_alloc.function134 /* Once blocks are reallocated, the block allocated to the memory request
Dtest_suite_bignum_mod.function84 /* Verify the data and pointers allocated have been properly wiped */
Dtest_suite_ecp.function1709 /* Test for user free-ing allocated memory */
Dtest_suite_x509parse.data529 # already allocated.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md66 …terial: reset to zero of the RAM memory that contained the key material, free the allocated buffer.
150 …tate, for example the state of multipart operations, is kept in structures allocated by the caller.
Dpsa-shared-memory.md277 In this approach, input and output buffers are allocated at the start of the operation that are lar…
334 … We are simply required to call a special macro on some buffer that was allocated by us and the sa…
359 * Not all buffers allocated by tests are used as inputs and outputs to PSA functions being tested.
527 In order to keep track of allocated copies on the heap, we can create new structs:
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md288 …(after the `exit` label in test functions) to free any memory that the function may have allocated.
/openthread-latest/src/cli/
DREADME.md2897 Output the table of allocated Router IDs and the current next hop (as Router ID) and path cost for …
3353 Release a Router ID that has been allocated by the device in the Leader role.
3424 List allocated Router IDs.
/openthread-latest/third_party/mbedtls/repo/
DChangeLog275 allocated to hold the extension. The extension would then be copied into
882 Additional PSA key slots will be allocated in the process of such key
948 mbedtls_x509_get_name() not freeing allocated objects in case of error.
949 Change mbedtls_x509_get_name() to clean up allocated objects on error.
1123 * Zeroize dynamically-allocated buffers used by the PSA Crypto key storage
2476 buffer is allocated by the server (if MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH
3976 * Fixed a bug that caused freeing a buffer that was allocated on the stack,
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md1054 #### Size of a dynamically allocated key context
1065 #### Size of a statically allocated key context
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md80 …o preserve state between function calls store this state in a structure allocated by the calling c…