Searched refs:Get7Bits (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | chap_ms.c | 89 static u_char Get7Bits __P((u_char *, int)); 200 static u_char Get7Bits(input, startBit) in Get7Bits() function 258 des_key[0] = Get7Bits(key, 0); 259 des_key[1] = Get7Bits(key, 7); 260 des_key[2] = Get7Bits(key, 14); 261 des_key[3] = Get7Bits(key, 21); 262 des_key[4] = Get7Bits(key, 28); 263 des_key[5] = Get7Bits(key, 35); 264 des_key[6] = Get7Bits(key, 42); 265 des_key[7] = Get7Bits(key, 49);
|