Searched refs:right_half_bit_swap (Results 1 – 2 of 2) sorted by relevance
151 static ULONG right_half_bit_swap[16] = variable234 …right = (right_half_bit_swap[(right >> 1) & 0xf] << 3) | (right_half_bit_swap[(right >> 9) & 0xf] … in _nx_des_key_set()235 … (right_half_bit_swap[(right >> 17) & 0xf] << 1) | (right_half_bit_swap[(right >> 25) & 0xf]) | in _nx_des_key_set()236 …(right_half_bit_swap[(right >> 4) & 0xf] << 7) | (right_half_bit_swap[(right >> 12) & 0xf] << 6) | in _nx_des_key_set()237 … (right_half_bit_swap[(right >> 20) & 0xf] << 5) | (right_half_bit_swap[(right >> 28) & 0xf] << 4); in _nx_des_key_set()
147 static const ULONG right_half_bit_swap[16] = variable233 …right = (right_half_bit_swap[(right >> 1) & 0xf] << 3) | (right_half_bit_swap[(right >> 9) & 0xf] … in _nx_crypto_des_key_set()234 … (right_half_bit_swap[(right >> 17) & 0xf] << 1) | (right_half_bit_swap[(right >> 25) & 0xf]) | in _nx_crypto_des_key_set()235 … (right_half_bit_swap[(right >> 4) & 0xf] << 7) | (right_half_bit_swap[(right >> 12) & 0xf] << 6) | in _nx_crypto_des_key_set()236 … (right_half_bit_swap[(right >> 20) & 0xf] << 5) | (right_half_bit_swap[(right >> 28) & 0xf] << 4); in _nx_crypto_des_key_set()