Searched refs:psa_crypto_copy_input (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_invasive.h | 76 psa_status_t psa_crypto_copy_input(const uint8_t *input, size_t input_len,
|
D | psa_crypto.c | 9012 psa_status_t psa_crypto_copy_input(const uint8_t *input, size_t input_len, in psa_crypto_copy_input() function 9098 status = psa_crypto_copy_input(input, input_len, in psa_crypto_local_input_alloc()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_memory.function | 42 status = psa_crypto_copy_input(src_buffer, src_len, dst_buffer, dst_len);
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 520 * `psa_crypto_copy_input(const uint8_t *input, size_t input_length, uint8_t *input_copy, size_t inp…
|