Home
last modified time | relevance | path

Searched refs:ff_arc4rand (Results 1 – 3 of 3) sorted by relevance

/f-stack/lib/
H A Dff_host_interface.h68 void ff_arc4rand(void *ptr, unsigned int len, int reseed);
H A Dff_host_interface.c212 ff_arc4rand(void *ptr, unsigned int len, int reseed) in ff_arc4rand() function
223 ff_arc4rand(&ret, sizeof ret, 0); in ff_arc4random()
H A Dff_compat.c293 ff_arc4rand(ptr, len, reseed); in arc4rand()