Home
last modified time | relevance | path

Searched defs:output_copy (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c240 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ argument
256 #define LOCAL_OUTPUT_FREE(output, output_copy) \ argument
277 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ argument
279 #define LOCAL_OUTPUT_FREE(output, output_copy) \ argument
9051 psa_status_t psa_crypto_copy_output(const uint8_t *output_copy, size_t output_copy_len, in psa_crypto_copy_output()