Searched refs:Get7Bits (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | pppcrypt.c | 38 Get7Bits(input, startBit) in Get7Bits() function 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/ |
D | chap_ms.c | 80 Get7Bits(u_char *input, int startBit) in Get7Bits() function 97 des_key[0] = Get7Bits(key, 0); in MakeKey() 98 des_key[1] = Get7Bits(key, 7); in MakeKey() 99 des_key[2] = Get7Bits(key, 14); in MakeKey() 100 des_key[3] = Get7Bits(key, 21); in MakeKey() 101 des_key[4] = Get7Bits(key, 28); in MakeKey() 102 des_key[5] = Get7Bits(key, 35); in MakeKey() 103 des_key[6] = Get7Bits(key, 42); in MakeKey() 104 des_key[7] = Get7Bits(key, 49); in MakeKey()
|