mbedtls_psa_cipher_update() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

#PSA_SUCCESS \emptydescription #PSA_ERROR_BUFFER_TOO_SMALL The size of the \p output buffer is too small. #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription

Notes

The signature of this function is that of a PSA driver cipher_update entry point. This function behaves as a cipher_update entry point as defined in the PSA driver interface specification for transparent drivers.

References