Searched refs:Get7Bits (Results 1 – 1 of 1) sorted by relevance
57 Get7Bits(input, startBit) in Get7Bits() function76 des_key[0] = Get7Bits(key, 0);77 des_key[1] = Get7Bits(key, 7);78 des_key[2] = Get7Bits(key, 14);79 des_key[3] = Get7Bits(key, 21);80 des_key[4] = Get7Bits(key, 28);81 des_key[5] = Get7Bits(key, 35);82 des_key[6] = Get7Bits(key, 42);83 des_key[7] = Get7Bits(key, 49);