Searched refs:twlen (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bearssl/src/int/ |
H A D | i62_modpow2.c | 232 const uint32_t *m31, uint32_t m0i31, uint64_t *tmp, size_t twlen) in br_i62_modpow_opt() argument 253 if (mw31num < 4 || (mw62num << 2) > twlen) { in br_i62_modpow_opt() 263 if (twlen < txlen) { in br_i62_modpow_opt() 294 twlen -= (mw62num << 1); in br_i62_modpow_opt() 316 if ((((uint32_t)1 << win_len) + 1) * mw62num <= twlen) { in br_i62_modpow_opt() 467 const uint32_t *m31, uint32_t m0i31, uint64_t *tmp, size_t twlen) in br_i62_modpow_opt() argument 472 if (twlen < mwlen) { in br_i62_modpow_opt() 476 (uint32_t *)tmp, twlen << 1); in br_i62_modpow_opt() 484 const uint32_t *m31, uint32_t m0i31, uint32_t *tmp, size_t twlen) in br_i62_modpow_opt_as_i31() argument 492 (uint64_t *)tmp, twlen >> 1); in br_i62_modpow_opt_as_i31()
|
H A D | i15_modpow2.c | 31 const uint16_t *m, uint16_t m0i, uint16_t *tmp, size_t twlen) in br_i15_modpow_opt() argument 54 if (twlen < (mwlen << 1)) { in br_i15_modpow_opt() 58 if ((((uint32_t)1 << win_len) + 1) * mwlen <= twlen) { in br_i15_modpow_opt()
|
H A D | i31_modpow2.c | 31 const uint32_t *m, uint32_t m0i, uint32_t *tmp, size_t twlen) in br_i31_modpow_opt() argument 54 if (twlen < (mwlen << 1)) { in br_i31_modpow_opt() 58 if ((((uint32_t)1 << win_len) + 1) * mwlen <= twlen) { in br_i31_modpow_opt()
|
/freebsd/contrib/bearssl/src/ |
H A D | inner.h | 1498 const uint32_t *m, uint32_t m0i, uint32_t *tmp, size_t twlen); 1562 const uint16_t *m, uint16_t m0i, uint16_t *tmp, size_t twlen); 1594 const uint32_t *m31, uint32_t m0i31, uint64_t *tmp, size_t twlen); 1603 const uint32_t *m, uint32_t m0i, uint32_t *tmp, size_t twlen); 1612 const uint32_t *m, uint32_t m0i, uint32_t *tmp, size_t twlen);
|