Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ec.c4772 HN_UBASE dummy; in _nx_crypto_ec_cswap() local
4777 dummy = hswap & (h1 -> nx_crypto_huge_number_data[i] ^ h2 -> nx_crypto_huge_number_data[i]); in _nx_crypto_ec_cswap()
4778 h1 -> nx_crypto_huge_number_data[i] = h1 -> nx_crypto_huge_number_data[i] ^ dummy; 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()