psa_crypto_local_output_alloc() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

#PSA_SUCCESS, if the buffer was successfully copied. #PSA_ERROR_INSUFFICIENT_MEMORY, if a copy of the buffer cannot be allocated.

Notes

This does not copy any data from the original output buffer but only allocates a buffer whose contents will be copied back to the original in a future call to psa_crypto_local_output_free().

References