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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddes.c345 static uint64_t rand64(void) { function
414 key[0] = rand64(); key[1] = rand64(); key[2] = rand64();
415 data = rand64();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddes.c346 static uint64_t rand64(void) { function
417 key[0] = rand64(); key[1] = rand64(); key[2] = rand64();
418 data = rand64();

Completed in 43 milliseconds