Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc.c332 wordcount_t bit_shift = shift % uECC_WORD_BITS; in uECC_vli_mmod() local
335 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