Searched refs:swap (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_ec.c | 4591 UINT swap; in _nx_crypto_ec_x25519_448_multiple() local 4638 swap = 0; in _nx_crypto_ec_x25519_448_multiple() 4643 swap ^= k_t; in _nx_crypto_ec_x25519_448_multiple() 4644 _nx_crypto_ec_cswap(swap, &x_2, &x_3); in _nx_crypto_ec_x25519_448_multiple() 4645 _nx_crypto_ec_cswap(swap, &z_2, &z_3); in _nx_crypto_ec_x25519_448_multiple() 4646 swap = k_t; in _nx_crypto_ec_x25519_448_multiple() 4718 _nx_crypto_ec_cswap(swap, &x_2, &x_3); in _nx_crypto_ec_x25519_448_multiple() 4719 _nx_crypto_ec_cswap(swap, &z_2, &z_3); in _nx_crypto_ec_x25519_448_multiple() 4768 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 4771 HN_UBASE hswap = (HN_UBASE)(0 - swap); in _nx_crypto_ec_cswap()
|
| /NetX-Duo-v6.2.1/crypto_libraries/inc/ |
| D | nx_crypto_ec.h | 639 VOID _nx_crypto_ec_cswap(UINT swap, NX_CRYPTO_HUGE_NUMBER *h1, NX_CRYPTO_HUGE_NUMBER *h2);
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 4872 … inet_ntop - Fixed endian swap when ntohl is not defined. 4875 … inet_ntoa_internal - Fixed endian swap when ntohl is not defined. 4876 … nx_bsd_find_interface_by_source_addr - Fixed endian swap when ntohl is not defined.
|