Searched refs:h2 (Results 1 – 2 of 2) sorted by relevance
4768 …YPTO_KEEP VOID _nx_crypto_ec_cswap(UINT swap, NX_CRYPTO_HUGE_NUMBER *h1, NX_CRYPTO_HUGE_NUMBER *h2) in _nx_crypto_ec_cswap() argument4777 dummy = hswap & (h1 -> nx_crypto_huge_number_data[i] ^ h2 -> nx_crypto_huge_number_data[i]); in _nx_crypto_ec_cswap()4779 h2 -> nx_crypto_huge_number_data[i] = h2 -> nx_crypto_huge_number_data[i] ^ dummy; in _nx_crypto_ec_cswap()4782 i = hswap & (h1 -> nx_crypto_huge_number_size ^ h2 -> nx_crypto_huge_number_size); in _nx_crypto_ec_cswap()4784 h2 -> nx_crypto_huge_number_size ^= i; in _nx_crypto_ec_cswap()4786 i = hswap & (h1 -> nx_crypto_huge_number_is_negative ^ h2 -> nx_crypto_huge_number_is_negative); in _nx_crypto_ec_cswap()4788 h2 -> nx_crypto_huge_number_is_negative ^= i; in _nx_crypto_ec_cswap()
639 VOID _nx_crypto_ec_cswap(UINT swap, NX_CRYPTO_HUGE_NUMBER *h1, NX_CRYPTO_HUGE_NUMBER *h2);