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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchpms.c129 static u_char Get7Bits(
263 static u_char Get7Bits( function
319 des_key[0] = Get7Bits(key, 0);
320 des_key[1] = Get7Bits(key, 7);
321 des_key[2] = Get7Bits(key, 14);
322 des_key[3] = Get7Bits(key, 21);
323 des_key[4] = Get7Bits(key, 28);
324 des_key[5] = Get7Bits(key, 35);
325 des_key[6] = Get7Bits(key, 42);
326 des_key[7] = Get7Bits(ke
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchpms.c137 static u_char Get7Bits(
227 Get7Bits( u_char *input, int startBit) function
283 des_key[0] = Get7Bits(key, 0);
284 des_key[1] = Get7Bits(key, 7);
285 des_key[2] = Get7Bits(key, 14);
286 des_key[3] = Get7Bits(key, 21);
287 des_key[4] = Get7Bits(key, 28);
288 des_key[5] = Get7Bits(key, 35);
289 des_key[6] = Get7Bits(key, 42);
290 des_key[7] = Get7Bits(ke
[all...]

Completed in 590 milliseconds