Home
last modified time | relevance | path

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

/mbedtls-latest/3rdparty/p256-m/p256-m/
Dp256-m.c350 static uint32_t u288_muladd(uint32_t z[9], uint32_t x, const uint32_t y[8]) in u288_muladd() function
604 uint32_t c = u288_muladd(a, x[i], y); in m256_mul()
605 c += u288_muladd(a, u, mod->m); in m256_mul()