HomeSort by relevance Sort by last modified time
    Searched refs:Get7Bits (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
pppcrypt.c 38 Get7Bits(input, startBit)
57 des_key[0] = Get7Bits(key, 0);
58 des_key[1] = Get7Bits(key, 7);
59 des_key[2] = Get7Bits(key, 14);
60 des_key[3] = Get7Bits(key, 21);
61 des_key[4] = Get7Bits(key, 28);
62 des_key[5] = Get7Bits(key, 35);
63 des_key[6] = Get7Bits(key, 42);
64 des_key[7] = Get7Bits(key, 49);
  /external/libppp/src/
chap_ms.c 80 Get7Bits(u_char *input, int startBit)
97 des_key[0] = Get7Bits(key, 0);
98 des_key[1] = Get7Bits(key, 7);
99 des_key[2] = Get7Bits(key, 14);
100 des_key[3] = Get7Bits(key, 21);
101 des_key[4] = Get7Bits(key, 28);
102 des_key[5] = Get7Bits(key, 35);
103 des_key[6] = Get7Bits(key, 42);
104 des_key[7] = Get7Bits(key, 49);

Completed in 3130 milliseconds