Searched refs:Get7Bits (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | pppcrypt.c | 57 Get7Bits(input, startBit) in Get7Bits() function 76 des_key[0] = Get7Bits(key, 0); 77 des_key[1] = Get7Bits(key, 7); 78 des_key[2] = Get7Bits(key, 14); 79 des_key[3] = Get7Bits(key, 21); 80 des_key[4] = Get7Bits(key, 28); 81 des_key[5] = Get7Bits(key, 35); 82 des_key[6] = Get7Bits(key, 42); 83 des_key[7] = Get7Bits(key, 49);
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | chpms.c | 137 static u_char Get7Bits( 227 Get7Bits( u_char *input, int startBit) in Get7Bits() function 283 des_key[0] = Get7Bits(key, 0); in MakeKey() 284 des_key[1] = Get7Bits(key, 7); in MakeKey() 285 des_key[2] = Get7Bits(key, 14); in MakeKey() 286 des_key[3] = Get7Bits(key, 21); in MakeKey() 287 des_key[4] = Get7Bits(key, 28); in MakeKey() 288 des_key[5] = Get7Bits(key, 35); in MakeKey() 289 des_key[6] = Get7Bits(key, 42); in MakeKey() 290 des_key[7] = Get7Bits(key, 49); in MakeKey()
|