OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:random_bytes
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
magic.h
49
void
random_bytes
__P((unsigned char *buf, int len));
magic.c
87
*
random_bytes
- Fill a buffer with random bytes.
90
random_bytes
(unsigned char *buf, int len)
function
chap-md5.c
53
random_bytes
(cp, clen);
chap_ms.c
177
random_bytes
(challenge, 8);
189
random_bytes
(challenge, 16);
Completed in 154 milliseconds