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 D | test_suite_psa_crypto_memory.function | 169 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 D | psa_crypto_core.h | 941 psa_status_t psa_crypto_local_output_alloc(uint8_t *output, size_t output_len,
|
H A D | psa_crypto.c | 241 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 D | psa-shared-memory.md | 559 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()`.
|