Searched refs:bit_shift (Results 1 – 1 of 1) sorted by relevance
332 wordcount_t bit_shift = shift % uECC_WORD_BITS; in uECC_vli_mmod() local335 if (bit_shift > 0) { in uECC_vli_mmod()337 mod_multiple[word_shift + index] = (mod[index] << bit_shift) | carry; in uECC_vli_mmod()338 carry = mod[index] >> (uECC_WORD_BITS - bit_shift); in uECC_vli_mmod()
Completed in 7 milliseconds