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

Return value

\c 0 if successful. #MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL if the file read buffer is too small. Another negative error code on failure.

Notes

On success, this function advances the file stream to the end of the current line or to EOF.

References