Lines Matching refs:u8_t
64 u8_t sha1_digest[SHA1_SIGNATURE_SIZE];
100 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key) {
109 mppe_init(ppp_pcb *pcb, ppp_mppe_state *state, u8_t options)
112 const u8_t *debugstr = (const u8_t*)"mppe_comp_init";
114 debugstr = (const u8_t*)"mppe_decomp_init";
196 u8_t *pl;
221 pl = (u8_t*)np->payload;
253 lwip_arc4_crypt(&state->arc4, (u8_t*)n->payload, n->len);
282 u8_t *pl;
284 u8_t flushed;
295 pl = (u8_t*)n0->payload;
389 lwip_arc4_crypt(&state->arc4, (u8_t*)n->payload, n->len);