Searched refs:u32_muladd64 (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | p256-m.c | 186 static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_t t); 217 static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_t t) in u32_muladd64() function 242 static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_t t) in u32_muladd64() function 304 static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_t t) in u32_muladd64() function 310 static uint64_t u32_muladd64(uint32_t x, uint32_t y, uint32_t z, uint32_t t) in u32_muladd64() function 356 uint64_t prod = u32_muladd64(x, y[i], z[i], carry); \ in u288_muladd()
|
D | README.md | 331 internal `u32_muladd64()` function, as well as two pure C versions of this 429 There are 4 versions of the internal function `u32_muladd64`: two assembly
|