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

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DDESSupport.c46 static u_char Get7Bits(const unsigned char *input, int startBit) function
61 des_key[0] = Get7Bits(key, 0);
62 des_key[1] = Get7Bits(key, 7);
63 des_key[2] = Get7Bits(key, 14);
64 des_key[3] = Get7Bits(key, 21);
65 des_key[4] = Get7Bits(key, 28);
66 des_key[5] = Get7Bits(key, 35);
67 des_key[6] = Get7Bits(key, 42);
68 des_key[7] = Get7Bits(key, 49);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dpppcrypt.c64 Get7Bits(input, startBit) function
83 des_key[0] = Get7Bits(key, 0);
84 des_key[1] = Get7Bits(key, 7);
85 des_key[2] = Get7Bits(key, 14);
86 des_key[3] = Get7Bits(key, 21);
87 des_key[4] = Get7Bits(key, 28);
88 des_key[5] = Get7Bits(key, 35);
89 des_key[6] = Get7Bits(key, 42);
90 des_key[7] = Get7Bits(key, 49);

Completed in 167 milliseconds