Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ec.c4769 NX_CRYPTO_KEEP VOID _nx_crypto_ec_cswap(UINT swap, NX_CRYPTO_HUGE_NUMBER *h1, NX_CRYPTO_HUGE_NUMBER… in _nx_crypto_ec_cswap() argument
4776 for (i = 0; i < (h1 -> nx_crypto_huge_buffer_size >> HN_SIZE_SHIFT); i++) in _nx_crypto_ec_cswap()
4778 dummy = hswap & (h1 -> nx_crypto_huge_number_data[i] ^ h2 -> nx_crypto_huge_number_data[i]); in _nx_crypto_ec_cswap()
4779 h1 -> nx_crypto_huge_number_data[i] = h1 -> nx_crypto_huge_number_data[i] ^ dummy; in _nx_crypto_ec_cswap()
4783 i = hswap & (h1 -> nx_crypto_huge_number_size ^ h2 -> nx_crypto_huge_number_size); in _nx_crypto_ec_cswap()
4784 h1 -> nx_crypto_huge_number_size ^= i; in _nx_crypto_ec_cswap()
4787 i = hswap & (h1 -> nx_crypto_huge_number_is_negative ^ h2 -> nx_crypto_huge_number_is_negative); in _nx_crypto_ec_cswap()
4788 h1 -> nx_crypto_huge_number_is_negative ^= i; in _nx_crypto_ec_cswap()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_ec.h640 VOID _nx_crypto_ec_cswap(UINT swap, NX_CRYPTO_HUGE_NUMBER *h1, NX_CRYPTO_HUGE_NUMBER *h2);