Go to the source code of this file.
Functions | |
uint16_t | bn_mod_u16_consttime (const BIGNUM *bn, uint16_t d) |
static uint16_t | mod_u16 (uint32_t n, uint16_t d, uint32_t p, uint32_t m) |
static uint16_t | shift_and_add_mod_u16 (uint16_t r, uint32_t a, uint16_t d, uint32_t p, uint32_t m) |
Definition at line 62 of file div_extra.c.
Definition at line 33 of file div_extra.c.