Searched refs:entropy_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dcall.c484 char entropy_buf[2] = "\0"; local
518 get_entropy(entropy_buf, 2);
521 temp = (int *)entropy_buf;
524 log(LOG_DEBUG, "ourcid = %u, entropy_buf = %hx\n", tmp->ourcid, *temp);
H A Dl2tpd.c978 char entropy_buf[2] = "\0"; local
998 get_entropy(entropy_buf, 2);
1001 temp = (int *)entropy_buf;
1004 log(LOG_DEBUG, "ourtid = %u, entropy_buf = %hx\n", tmp->ourtid, *temp);

Completed in 43 milliseconds