Searched refs:Get7Bits (Results 1 – 1 of 1) sorted by relevance
38 Get7Bits(input, startBit) in Get7Bits() function57 des_key[0] = Get7Bits(key, 0);58 des_key[1] = Get7Bits(key, 7);59 des_key[2] = Get7Bits(key, 14);60 des_key[3] = Get7Bits(key, 21);61 des_key[4] = Get7Bits(key, 28);62 des_key[5] = Get7Bits(key, 35);63 des_key[6] = Get7Bits(key, 42);64 des_key[7] = Get7Bits(key, 49);