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

Return value

\c 0 if successful. #MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL if \p output isn't large enough to hold the value of \p A.

Notes

If \p output is shorter than \p A the export is still successful if the value held in \p A fits in the buffer (that is, if enough of the most significant bytes of \p A are 0).

References