Searched refs:Get7Bits (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | chap_ms.c | 96 static u_char Get7Bits __P((u_char *, int)); 207 static u_char Get7Bits(input, startBit) in Get7Bits() function 265 des_key[0] = Get7Bits(key, 0); 266 des_key[1] = Get7Bits(key, 7); 267 des_key[2] = Get7Bits(key, 14); 268 des_key[3] = Get7Bits(key, 21); 269 des_key[4] = Get7Bits(key, 28); 270 des_key[5] = Get7Bits(key, 35); 271 des_key[6] = Get7Bits(key, 42); 272 des_key[7] = Get7Bits(key, 49);
|