Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_huge_number_extended.c255 HN_UBASE cur_block; in _nx_crypto_huge_number_power_modulus() local
272 cur_block = val[index]; in _nx_crypto_huge_number_power_modulus()
278 if (cur_block & 1) in _nx_crypto_huge_number_power_modulus()
290 cur_block = cur_block >> 1; in _nx_crypto_huge_number_power_modulus()
Dnx_crypto_huge_number.c2628 HN_UBASE cur_block; in _nx_crypto_huge_number_mont_power_modulus() local
2688 cur_block = *val; in _nx_crypto_huge_number_mont_power_modulus()
2695 if (cur_block & (1u << (NX_CRYPTO_HUGE_NUMBER_BITS - (1 + bit)))) in _nx_crypto_huge_number_mont_power_modulus()