Home
last modified time | relevance | path

Searched refs:clear (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchpms.c168 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 Dbitmap.h72 rt_bitmap_for_each_bit_from(clear, bitmap, from, bit, limit)
/components/drivers/pci/msi/
A Dmsi.c59 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 Deap.c427 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 Deap.c427 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 Dcmd.c47 static long clear(void) in clear() function
53 MSH_CMD_EXPORT(clear, clear the terminal screen);
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG34 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 DCHANGELOG990 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 DCHANGELOG1243 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.

Completed in 27 milliseconds