PostgreSQL Source Code git master
|
Go to the source code of this file.
Functions | |
void | pg_strong_random_init (void) |
bool | pg_strong_random (void *buf, size_t len) |
bool pg_strong_random | ( | void * | buf, |
size_t | len | ||
) |
Definition at line 150 of file pg_strong_random.c.
References buf, close, EINTR, len, and read.
Referenced by build_client_first_message(), build_server_first_message(), CheckMD5Auth(), gen_random_uuid(), generate_uuidv7(), init_sess_key(), InitControlFile(), pad_eme_pkcs1_v15(), PerformRadiusTransaction(), pg_be_scram_build_secret(), pg_fe_scram_build_secret(), pg_random_bytes(), pgp_s2k_fill(), PostgresMain(), px_gen_salt(), set_random_seed(), and write_prefix().
void pg_strong_random_init | ( | void | ) |
Definition at line 144 of file pg_strong_random.c.
Referenced by fork_process().