Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/test/regression/netxduo_test/
Dnetx_ipv4_option_process_test.c235 ULONG shift; in my_packet_process() local
Dnetx_icmp_send_error_message_test_1.c169 ULONG shift; in my_packet_process() local
Dnetx_icmp_send_error_message_test.c280 ULONG shift; in my_packet_process() local
/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_huge_number.c670 NX_CRYPTO_KEEP VOID _nx_crypto_huge_number_shift_left(NX_CRYPTO_HUGE_NUMBER *x, UINT shift) in _nx_crypto_huge_number_shift_left()
740 NX_CRYPTO_KEEP VOID _nx_crypto_huge_number_shift_right(NX_CRYPTO_HUGE_NUMBER *x, UINT shift) in _nx_crypto_huge_number_shift_right()
1424 UINT shift; /* In number of USHORT words. */ in _nx_crypto_huge_number_modulus() local
Dnx_crypto_ec.c2727 UINT shift; in _nx_crypto_ec_naf_compute() local
/NetX-Duo-v6.4.1/crypto_libraries/inc/
Dnx_crypto_ec.h188 #define NX_CRYPTO_EC_SHIFT_LEFT_REDUCE(curve, value, shift, scratch) \ argument