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

Return value

\c 0 if successful, i.e. \p X is probably prime. #MBEDTLS_ERR_MPI_ALLOC_FAILED if a memory allocation failed. #MBEDTLS_ERR_MPI_NOT_ACCEPTABLE if \p X is not prime. Another negative error code on other kinds of failure.

References

from examples