| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | chpms.c | 168 DesEncrypt( u_char *clear, /* IN 8 octets */ in DesEncrypt() argument 183 clear[0], clear[1], clear[2], clear[3], clear[4], clear[5], clear[6], clear[7])); in DesEncrypt() 186 Expand(clear, des_input); in DesEncrypt() 199 DesEncrypt( u_char *clear, /* IN 8 octets */ in DesEncrypt() argument 212 clear[0], clear[1], clear[2], clear[3], clear[4], clear[5], clear[6], clear[7])); in DesEncrypt() 215 des_ecb_encrypt((des_cblock *)clear, (des_cblock *)cipher, key_schedule, 1); in DesEncrypt()
|
| /components/utilities/libadt/bitmap/ |
| A D | bitmap.h | 72 rt_bitmap_for_each_bit_from(clear, bitmap, from, bit, limit)
|
| /components/drivers/pci/msi/ |
| A D | msi.c | 59 rt_uint16_t clear, rt_uint16_t set) in msix_update_ctrl() argument 64 msgctl &= ~clear; in msix_update_ctrl() 86 rt_uint32_t clear, rt_uint32_t set, struct rt_pci_device *pdev) in msi_write_mask() argument 92 msi->mask &= ~clear; in msi_write_mask()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | eap.c | 427 unsigned char secbuf[MAXSECRETLEN], clear[8], *sp, *dp; in eap_figure_next_state() local 473 if (!DesDecrypt(secbuf, clear)) { in eap_figure_next_state() 478 id = *(unsigned char *)clear; in eap_figure_next_state() 488 if ((i = plen = *(unsigned char *)clear) > 7) in eap_figure_next_state() 492 MEMCPY(dp, clear + 1, i); in eap_figure_next_state() 647 u_char clear[8], cipher[8], dig[SHA_DIGESTSIZE], *optr, *cp; in eap_send_request() local 783 clear[0] = i; in eap_send_request() 784 MEMCPY(clear + 1, cp, j); in eap_send_request() 788 if (!DesEncrypt(clear, cipher)) { in eap_send_request() 803 MEMCPY(clear, cp, i); in eap_send_request() [all …]
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | eap.c | 427 unsigned char secbuf[MAXSECRETLEN], clear[8], *sp, *dp; in eap_figure_next_state() local 473 if (!DesDecrypt(secbuf, clear)) { in eap_figure_next_state() 478 id = *(unsigned char *)clear; in eap_figure_next_state() 488 if ((i = plen = *(unsigned char *)clear) > 7) in eap_figure_next_state() 492 MEMCPY(dp, clear + 1, i); in eap_figure_next_state() 647 u_char clear[8], cipher[8], dig[SHA_DIGESTSIZE], *optr, *cp; in eap_send_request() local 783 clear[0] = i; in eap_send_request() 784 MEMCPY(clear + 1, cp, j); in eap_send_request() 788 if (!DesEncrypt(clear, cipher)) { in eap_send_request() 803 MEMCPY(clear, cp, i); in eap_send_request() [all …]
|
| /components/finsh/ |
| A D | cmd.c | 47 static long clear(void) in clear() function 53 MSH_CMD_EXPORT(clear, clear the terminal screen);
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 34 to get a clear separation of which functions an application or port may use 1470 * dhcp.c: fixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DHCP 2733 * netif.c: In netif_add() fixed missing clear of ip_addr, netmask, gw and flags.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 990 to get a clear separation of which functions an application or port may use 2426 * dhcp.c: fixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DHCP 3689 * netif.c: In netif_add() fixed missing clear of ip_addr, netmask, gw and flags.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 1243 to get a clear separation of which functions an application or port may use 2679 * dhcp.c: fixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DHCP 3942 * netif.c: In netif_add() fixed missing clear of ip_addr, netmask, gw and flags.
|