Searched refs:Get7Bits (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dchap_ms.c82 Get7Bits(u_char *input, int startBit) function
99 des_key[0] = Get7Bits(key, 0);
100 des_key[1] = Get7Bits(key, 7);
101 des_key[2] = Get7Bits(key, 14);
102 des_key[3] = Get7Bits(key, 21);
103 des_key[4] = Get7Bits(key, 28);
104 des_key[5] = Get7Bits(key, 35);
105 des_key[6] = Get7Bits(key, 42);
106 des_key[7] = Get7Bits(key, 49);

Completed in 44 milliseconds