Go to the source code of this file.
◆ __STDC_WANT_LIB_EXT1__
#define __STDC_WANT_LIB_EXT1__ 1 /* needed to access memset_s() */ |
◆ bzero2()
static void bzero2 |
( |
void * |
buf, |
|
|
size_t |
len |
|
) |
| |
|
static |
◆ explicit_bzero()
void explicit_bzero |
( |
void * |
buf, |
|
|
size_t |
len |
|
) |
| |
Definition at line 52 of file explicit_bzero.c.
53{
55}
static void(*volatile bzero_p)(void *, size_t)
References buf, bzero_p, and len.
Referenced by freePGconn(), oauth_exchange(), passwordFromFile(), pg_cryptohash_create(), pg_cryptohash_free(), pg_hmac_create(), pg_hmac_free(), pqClearOAuthToken(), pqReleaseConnHosts(), and run_ssl_passphrase_command().
◆ bzero_p
void(*volatile bzero_p) (void *, size_t) |
( |
void * |
, |
|
|
size_t |
|
|
) |
| = bzero2 |
|
static |