Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_core.h941 psa_status_t psa_crypto_local_output_alloc(uint8_t *output, size_t output_len,
H A 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
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/
H A 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()`.