Searched refs:P224_SIZE (Results 1 – 2 of 2) sorted by relevance
/mbedtls-3.7.0/library/ |
D | ecp_curves_new.c | 5471 #define P224_SIZE (224 / 8) macro 5472 #define P224_WIDTH_MIN (P224_SIZE / sizeof(mbedtls_mpi_uint)) 5473 #define P224_WIDTH_MAX DIV_ROUND_UP(P224_SIZE, sizeof(mbedtls_mpi_uint)) 5555 memcpy(Q, (char *) M + P224_SIZE, P224_SIZE); in mbedtls_ecp_mod_p448_raw() 5556 memset((char *) Q + P224_SIZE, 0, P224_SIZE); in mbedtls_ecp_mod_p448_raw() 5574 memmove((char *) M + P224_SIZE, M, P224_SIZE + ciL); in mbedtls_ecp_mod_p448_raw() 5575 memset(M, 0, P224_SIZE); in mbedtls_ecp_mod_p448_raw()
|
D | ecp_curves.c | 5232 #define P224_SIZE (224 / 8) macro 5233 #define P224_WIDTH_MIN (P224_SIZE / sizeof(mbedtls_mpi_uint)) 5234 #define P224_WIDTH_MAX DIV_ROUND_UP(P224_SIZE, sizeof(mbedtls_mpi_uint))
|