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

Return value

\c 0 if successful. #MBEDTLS_ERR_MPI_ALLOC_FAILED if memory allocation failed. Another negative error code on other kinds of failure.

Notes

This function will grow the target MPI if necessary to set a bit to \c 1 in a not yet existing limb. It will not grow if the bit should be set to \c 0.

References

from examples