Home
last modified time | relevance | path

Searched refs:mm (Results 1 – 5 of 5) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/library/
Dbignum.c1528 static void mpi_montg_init( mbedtls_mpi_uint *mm, const mbedtls_mpi *N ) in mpi_montg_init() argument
1539 *mm = ~x + 1; in mpi_montg_init()
1545 …c int mpi_montmul( mbedtls_mpi *A, const mbedtls_mpi *B, const mbedtls_mpi *N, mbedtls_mpi_uint mm, in mpi_montmul() argument
1566 u1 = ( d[0] + u0 * B->p[0] ) * mm; in mpi_montmul()
1588 static int mpi_montred( mbedtls_mpi *A, const mbedtls_mpi *N, mbedtls_mpi_uint mm, const mbedtls_mp… in mpi_montred() argument
1596 return( mpi_montmul( A, &U, N, mm, T ) ); in mpi_montred()
1608 mbedtls_mpi_uint ei, mm, state; in mbedtls_mpi_exp_mod() local
1621 mpi_montg_init( &mm, N ); in mbedtls_mpi_exp_mod()
1673 MBEDTLS_MPI_CHK( mpi_montmul( &W[1], &RR, N, mm, &T ) ); in mbedtls_mpi_exp_mod()
1679 MBEDTLS_MPI_CHK( mpi_montred( X, N, mm, &T ) ); in mbedtls_mpi_exp_mod()
[all …]
Decp.c1319 mbedtls_mpi M, mm; in ecp_mul_comb() local
1322 mbedtls_mpi_init( &mm ); in ecp_mul_comb()
1392 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_mpi( &mm, &grp->N, m ) ); in ecp_mul_comb()
1393 MBEDTLS_MPI_CHK( mbedtls_mpi_safe_cond_assign( &M, &mm, ! m_is_odd ) ); in ecp_mul_comb()
1417 mbedtls_mpi_free( &mm ); in ecp_mul_comb()
/net-tools-latest/libcoap/doc/
DDoxyfile.in774 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
1615 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
/net-tools-latest/tinydtls-0.8.2/doc/
DDoxyfile.in592 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
/net-tools-latest/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile682 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py