Home
last modified time | relevance | path

Searched refs:psa_crypto_local_output_alloc (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_memory.function169 status = psa_crypto_local_output_alloc(output, output_len, &local_output);
236 status = psa_crypto_local_output_alloc(output, sizeof(output), &local_output);
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_core.h941 psa_status_t psa_crypto_local_output_alloc(uint8_t *output, size_t output_len,
Dpsa_crypto.c241 status = psa_crypto_local_output_alloc(output, length, \
9120 psa_status_t psa_crypto_local_output_alloc(uint8_t *output, size_t output_len, in psa_crypto_local_output_alloc() function
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md559 psa_status_t psa_crypto_local_output_alloc(uint8_t *output, size_t output_len,
565 * `psa_crypto_local_output_alloc()` calls `calloc()` to allocate a new buffer of length `output_len…
581 …_copy)`, analogous to `LOCAL_INPUT_ALLOC()` for outputs, calling `psa_crypto_local_output_alloc()`.