Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_huge_number.c1431 HN_UBASE borrow; in _nx_crypto_huge_number_modulus() local
1534 borrow = 0; in _nx_crypto_huge_number_modulus()
1544 value = result_buffer[index] + (HN_UBASE2)(HN_BASE)borrow; in _nx_crypto_huge_number_modulus()
1547borrow = (HN_UBASE)(value >> HN_SHIFT); /* The borrow bit used for the next itegration. */ in _nx_crypto_huge_number_modulus()
1563 value = result_buffer[index] + (HN_UBASE2)(HN_BASE)borrow; in _nx_crypto_huge_number_modulus()
1566 borrow = (HN_UBASE)(value >> HN_SHIFT); /* The borrow bit used for the next itegration. */ in _nx_crypto_huge_number_modulus()