mbedtls_mpi_mod_read() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

\c 0 if successful. #MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL if \p r isn't large enough to hold the value in \p buf. #MBEDTLS_ERR_MPI_BAD_INPUT_DATA if \p ext_rep is invalid or the value in the buffer is not less than \p N.

References