Home
last modified time | relevance | path

Searched defs:right (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/addons/snmp/
Dnx_des.c205 ULONG left, right, temp; in _nx_des_key_set() local
473 ULONG left, right, temp; in _nx_des_process_block() local
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_huge_number.c171 …PTO_KEEP VOID _nx_crypto_huge_number_add(NX_CRYPTO_HUGE_NUMBER *left, NX_CRYPTO_HUGE_NUMBER *right) in _nx_crypto_huge_number_add()
269 …EEP VOID _nx_crypto_huge_number_subtract(NX_CRYPTO_HUGE_NUMBER *left, NX_CRYPTO_HUGE_NUMBER *right) in _nx_crypto_huge_number_subtract()
349 …VOID _nx_crypto_huge_number_add_unsigned(NX_CRYPTO_HUGE_NUMBER *left, NX_CRYPTO_HUGE_NUMBER *right) in _nx_crypto_huge_number_add_unsigned()
455 NX_CRYPTO_HUGE_NUMBER *right, in _nx_crypto_huge_number_subtract_unsigned()
895 …KEEP UINT _nx_crypto_huge_number_compare(NX_CRYPTO_HUGE_NUMBER *left, NX_CRYPTO_HUGE_NUMBER *right) in _nx_crypto_huge_number_compare()
987 NX_CRYPTO_HUGE_NUMBER *right) in _nx_crypto_huge_number_compare_unsigned()
1086 NX_CRYPTO_HUGE_NUMBER *right, in _nx_crypto_huge_number_multiply()
Dnx_crypto_des.c202 ULONG left, right, temp; in _nx_crypto_des_key_set() local
485 ULONG left, right, temp; in _nx_crypto_des_process_block() local
Dnx_crypto_ec.c2108 NX_CRYPTO_HUGE_NUMBER *right, in _nx_crypto_ec_add_reduce()
2182 NX_CRYPTO_HUGE_NUMBER *right, in _nx_crypto_ec_subtract_reduce()
2542 NX_CRYPTO_EC_POINT *right, in _nx_crypto_ec_fp_affine_add()
2664 NX_CRYPTO_EC_POINT *right, in _nx_crypto_ec_fp_affine_subtract()
4292 NX_CRYPTO_HUGE_NUMBER right; in _nx_crypto_ec_validate_public_key() local
/NetX-Duo-v6.2.1/tsn/src/
Dnx_shaper.c1148 UINT left = 0, right; in nx_shaper_tas_parameter_set() local
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ec.h180 #define NX_CRYPTO_EC_MULTIPLE_REDUCE(curve, left, right, result, scratch) \ argument