VLC 4.0.0-dev
|
Macros | |
#define | BLOCK_SIZE 64 |
Functions | |
static void | vlc_rand_init (void) |
void | vlc_rand_bytes (void *buf, size_t len) |
Variables | |
static uint8_t | okey [64] |
static uint8_t | ikey [64] |
#define BLOCK_SIZE 64 |
void vlc_rand_bytes | ( | void * | buf, |
size_t | len | ||
) |
References ikey, lock, NTPtime64(), okey, VLC_HASH_MD5_DIGEST_SIZE, vlc_hash_md5_Finish(), vlc_hash_md5_Init(), vlc_hash_md5_Update(), and vlc_rand_init().
|
static |
References BLOCK_SIZE, ikey, okey, vlc_close(), and vlc_open().
Referenced by vlc_rand_bytes().
|
static |
Referenced by vlc_rand_bytes(), and vlc_rand_init().
|
static |
Referenced by vlc_rand_bytes(), and vlc_rand_init().