Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Decp_curves.c1280 #define P224_WIDTH_MAX DIV_ROUND_UP( 28, sizeof( mbedtls_mpi_uint ) ) macro
1281 #define P224_UNUSED_BITS ( ( P224_WIDTH_MAX * sizeof( mbedtls_mpi_uint ) * 8 ) - 224 )
1331 for( i = P224_WIDTH_MAX; i < M.n; ++i ) in ecp_mod_p448()