Home
last modified time | relevance | path

Searched refs:psa_crypto_local_input_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.function96 status = psa_crypto_local_input_alloc(input, input_len, &local_input);
144 status = psa_crypto_local_input_alloc(input, sizeof(input), &local_input);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_core.h905 psa_status_t psa_crypto_local_input_alloc(const uint8_t *input, size_t input_len,
H A Dpsa_crypto.c199 status = psa_crypto_local_input_alloc(input, length, \
9077 psa_status_t psa_crypto_local_input_alloc(const uint8_t *input, size_t input_len, in psa_crypto_local_input_alloc() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/
H A Dpsa-shared-memory.md547 psa_status_t psa_crypto_local_input_alloc(const uint8_t *input, size_t input_len,
553 * `psa_crypto_local_input_alloc()` calls `calloc()` to allocate a new buffer of length `input_len`,…
575 …t_size, input_copy)`, which tries to allocate an input using `psa_crypto_local_input_alloc()`. On …