Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_huge_number.c1090 UINT index, right_index; /* Loop variables */ in _nx_crypto_huge_number_multiply() local
1125 for (right_index = 0; right_index < right_size; ++right_index, ++temp_ptr) in _nx_crypto_huge_number_multiply()
1129 … product += (HN_UBASE2)left_buffer[index] * (HN_UBASE2)right_buffer[right_index] + *temp_ptr; in _nx_crypto_huge_number_multiply()