Searched defs:shift (Results 1 – 6 of 6) sorted by relevance
235 ULONG shift; in my_packet_process() local
169 ULONG shift; in my_packet_process() local
280 ULONG shift; in my_packet_process() local
670 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
2727 UINT shift; in _nx_crypto_ec_naf_compute() local
188 #define NX_CRYPTO_EC_SHIFT_LEFT_REDUCE(curve, value, shift, scratch) \ argument