Searched refs:mppe_set_key (Results 1 - 3 of 3) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
H A D | chap_ms.c | 97 #include "netif/ppp/mppe.h" /* For mppe_sha1_pad*, mppe_set_key() */ 735 mppe_set_key(pcb, &pcb->mppe_comp, Digest); in Set_Start_Key() 736 mppe_set_key(pcb, &pcb->mppe_decomp, Digest); in Set_Start_Key() 812 mppe_set_key(pcb, &pcb->mppe_comp, Digest); in SetMasterKeys() 830 mppe_set_key(pcb, &pcb->mppe_decomp, Digest); in SetMasterKeys()
|
H A D | mppe.c | 100 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key) { in mppe_set_key() function
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | mppe.h | 169 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key);
|
Completed in 3 milliseconds