Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_huge_number.h87 #define HN_BASE LONG macro
93 #define HN_SHIFT (sizeof(HN_BASE) << 3)
94 #define HN_SIZE_ROUND (sizeof(HN_BASE) - 1)
98 #define HN_BASE SHORT
104 #define HN_SHIFT (sizeof(HN_BASE) << 3)
105 #define HN_SIZE_ROUND (sizeof(HN_BASE) - 1)
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_huge_number.c1544 value = result_buffer[index] + (HN_UBASE2)(HN_BASE)borrow; in _nx_crypto_huge_number_modulus()
1563 value = result_buffer[index] + (HN_UBASE2)(HN_BASE)borrow; in _nx_crypto_huge_number_modulus()