Searched refs:key (Results 1 – 7 of 7) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | chpms.c | 169 u_char *key, /* IN 7 octets */ in DesEncrypt() argument 176 MakeKey(key, des_key); in DesEncrypt() 200 u_char *key, /* IN 7 octets */ in DesEncrypt() argument 206 MakeKey(key, des_key); in DesEncrypt() 280 MakeKey( u_char *key, /* IN 56 bit DES key missing parity bits */ in MakeKey() argument 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() [all …]
|
| /sys/dev/ |
| D | console.c | 52 char key = consoles.keyBuf[consoles.nextKey]; in Console_Getc() local 55 return key; in Console_Getc() 61 char key = Serial_Getc(); in Console_Getc() local 62 switch (key) { in Console_Getc() 68 return key; in Console_Getc() 75 Console_EnqueueKey(char key) in Console_EnqueueKey() argument 82 consoles.keyBuf[consoles.lastKey] = key; in Console_EnqueueKey()
|
| D | console.h | 36 void Console_EnqueueKey(char key);
|
| /sys/dev/x86/ |
| D | ps2.c | 171 uint8_t key; in PS2_KeyboardIntr() local 239 key = controlKeyMap[data]; in PS2_KeyboardIntr() 241 key = shiftKeyMap[data]; in PS2_KeyboardIntr() 243 key = keyMap[data]; in PS2_KeyboardIntr() 246 if (key == 0x00) in PS2_KeyboardIntr() 250 Console_EnqueueKey(key); in PS2_KeyboardIntr()
|
| /lib/liblwip/src/include/arch/ |
| D | perf.h | 55 char *key);
|
| /lib/liblwip/doc/ |
| D | savannah.txt | 33 To create a SSH2 key pair in UNIX-like environments, do this: 38 documentation and a graphic user interface. Use its key generator. 40 Now paste the id_dsa.pub contents into your Savannah account public key list. Wait 49 Authenticating with public key "your_key_name"... 62 (If SSH asks about authenticity of the host, you can check the key
|
| /docs/ |
| D | Doxyfile | 1808 # search using the keyboard; to jump to the search box use <access key> + S 1809 # (what the <access key> is depends on the OS and browser, but it is typically 1811 # key> to jump into the search results window, the results can be navigated
|