PostgreSQL Source Code
git master
|
#include "c.h"
Go to the source code of this file.
Functions | |
static void | bzero2 (void *buf, size_t len) |
void | explicit_bzero (void *buf, size_t len) |
Variables | |
static void(*volatile | bzero_p )(void *, size_t) = bzero2 |
|
static |
Definition at line 42 of file explicit_bzero.c.
void explicit_bzero | ( | void * | buf, |
size_t | len | ||
) |
Definition at line 50 of file explicit_bzero.c.
References buf, bzero_p, and len.
Referenced by freePGconn(), passwordFromFile(), pg_cryptohash_create(), pg_cryptohash_free(), pg_hmac_create(), pg_hmac_free(), pqReleaseConnHosts(), and run_ssl_passphrase_command().
|
static |
Definition at line 47 of file explicit_bzero.c.
Referenced by explicit_bzero().