Home
last modified time | relevance | path

Searched defs:secbuf (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/netif/ppp/
Deap.c427 unsigned char secbuf[MAXSECRETLEN], clear[8], *sp, *dp; in eap_figure_next_state() local
/third_party/toybox/toys/pending/
Dfdisk.c91 static struct partition* part_offset(char *secbuf, int i) in part_offset()