Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c198 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ argument
212 #define LOCAL_INPUT_FREE(input, input_copy) \ argument
271 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ argument
273 #define LOCAL_INPUT_FREE(input, input_copy) \ argument
9013 uint8_t *input_copy, size_t input_copy_len) in psa_crypto_copy_input()