
Defines | |
| #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 AddMD5(), md5_s::buf, EndMD5(), ikey, InitMD5(), lock, NTPtime64(), okey, and vlc_rand_init().
| static void vlc_rand_init | ( | void | ) | [static] |
References ikey, okey, and vlc_open().
Referenced by vlc_rand_bytes().
uint8_t ikey[64] [static] |
Referenced by vlc_rand_bytes(), and vlc_rand_init().
uint8_t okey[64] [static] |
Referenced by vlc_rand_bytes(), and vlc_rand_init().
1.7.1