Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Decp_curves.c1271 #define P448_WIDTH ( 448 / 8 / sizeof( mbedtls_mpi_uint ) ) macro
1295 mbedtls_mpi_uint Mp[P448_WIDTH + 1], Qp[P448_WIDTH]; in ecp_mod_p448()
1297 if( N->n <= P448_WIDTH ) in ecp_mod_p448()
1302 M.n = N->n - ( P448_WIDTH ); in ecp_mod_p448()
1303 if( M.n > P448_WIDTH ) in ecp_mod_p448()
1308 memcpy( Mp, N->p + P448_WIDTH, M.n * sizeof( mbedtls_mpi_uint ) ); in ecp_mod_p448()
1311 for( i = P448_WIDTH; i < N->n; i++ ) in ecp_mod_p448()
1330 M.n = P448_WIDTH + 1; /* Make room for shifted carry bit from the addition */ in ecp_mod_p448()

Completed in 7 milliseconds