Searched refs:des_key (Results 1 – 1 of 1) sorted by relevance
72 MakeKey(key, des_key) in MakeKey() argument74 u_char *des_key; /* OUT 64 bit DES key with parity bits added */76 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);[all …]