Home
last modified time | relevance | path

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

/mbedtls-latest/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);
/mbedtls-latest/library/
Dpsa_crypto_core.h991 psa_status_t psa_crypto_local_output_alloc(uint8_t *output, size_t output_len,
Dpsa_crypto.c245 status = psa_crypto_local_output_alloc(output, length, \
9213 psa_status_t psa_crypto_local_output_alloc(uint8_t *output, size_t output_len, function
/mbedtls-latest/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()`.