Searched refs:mpi_gcd (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dbignum.h389 int mpi_gcd( mpi *G, mpi *A, mpi *B );
/openwrt/package/utils/px5g-standalone/src/library/
H A Drsa.c112 MPI_CHK( mpi_gcd( &G, &ctx->E, &H ) );
183 MPI_CHK( mpi_gcd( &G, &ctx->E, &H ) );
H A Dbignum.c1490 int mpi_gcd( mpi *G, mpi *A, mpi *B ) function
1554 MPI_CHK( mpi_gcd( &G, A, N ) );
1981 MPI_CHK( mpi_gcd( &A, &X, &Y ) );

Completed in 57 milliseconds