Searched refs:borrow (Results 1 – 1 of 1) sorted by relevance
1431 HN_UBASE borrow; in _nx_crypto_huge_number_modulus() local1534 borrow = 0; in _nx_crypto_huge_number_modulus()1544 value = result_buffer[index] + (HN_UBASE2)(HN_BASE)borrow; in _nx_crypto_huge_number_modulus()1547 … borrow = (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()