Home
last modified time | relevance | path

Searched refs:mbedtls_mpi_modp_fn (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dbignum_mod.h115 typedef int (*mbedtls_mpi_modp_fn)(mbedtls_mpi_uint *X, size_t X_limbs); typedef
118 mbedtls_mpi_modp_fn modp; /* The optimised reduction function pointer */
215 mbedtls_mpi_modp_fn modp);
Dbignum_mod.c156 mbedtls_mpi_modp_fn modp) in mbedtls_mpi_mod_optred_modulus_setup()
Decp_curves_new.c5820 mbedtls_mpi_modp_fn modp = NULL; in mbedtls_ecp_modulus_setup()