Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/nn/
H A Dnn_modinv.c318 bitcnt_t exp_cnt = exp % WORD_BITS; in nn_modinv_2exp() local
319 word_t mask = (word_t)((exp_cnt == 0) ? WORD_MASK : (word_t)((WORD(1) << exp_cnt) - WORD(1))); in nn_modinv_2exp()