Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_memory_buffer_alloc.data22 Memory buffer: attempt to allocate SIZE_MAX
Dtest_suite_ssl.function200 /* In order to always have a valid pointer we always allocate at least 1
214 /* In order to always have a valid pointer we always allocate at least 1
Dtest_suite_psa_crypto.function1321 * psa_key_production_parameters_t, then it's enough to allocate
1325 * For simplicity, here, we allocate up to N more bytes than necessary.
5469 * so allocate double. */
/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py146 def allocate(self) -> int: member in PortOffsetPool
184 port_offset = port_offset_pool.allocate()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md196 **Design decision: the dispatch layer shall allocate an intermediate buffer for cipher and AEAD pla…
281 …he input and output buffers would be fixed-size it would be possible to allocate them statically, …
297 …ssing memory while it is poisoned. This could be via memory protection (allocate with `mmap` then …
332 …) is more complex than the other two. To implement it, we would need to allocate poisoned buffers …
403 Idea: call `mmap` to allocate memory for arguments and `mprotect` to deny or reenable access. Use `…
414 Idea: call `mmap` to allocate memory for arguments and `mprotect` to deny or reenable access. Use a…
525 … on the heap to copy, it is helpful to build convenience functions that allocate the memory as wel…
553 * `psa_crypto_local_input_alloc()` calls `calloc()` to allocate a new buffer of length `input_len`,…
565 * `psa_crypto_local_output_alloc()` calls `calloc()` to allocate a new buffer of length `output_len…
575 * `LOCAL_INPUT_ALLOC(input, input_size, input_copy)`, which tries to allocate an input using `psa_c…
Dpsa-crypto-implementation-structure.md152 The size of operation structures needs to be known at compile time, since callers may allocate them…
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md513 …the driver must define a type `"derive_key_memory_t"` and the core will allocate an object of that…
1159 …-dependent and is not accessible to drivers. Some typical strategies to allocate an internal key i…
1161 … either in the secure element or in the driver's persistent storage. To allocate a key slot, find …
1162 …d range in the secure element or in the driver's persistent storage. To allocate a key slot, incre…
1332 …e can be zero and it's plausible that the core would want to statically allocate an array of the g…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog234 * Use heap memory to allocate DER encoded public/private key.
561 * Use heap memory to allocate DER encoded RSA private key.
1259 * In mbedtls_pk_parse_key(), if no password is provided, don't allocate a
4170 allocate memory. Only used for certificate generation, not triggerable