#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "cryptlib.h"
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/bio.h>
#include <openssl/lhash.h>
Go to the source code of this file.
|
#define | BUF_REMAIN (sizeof buf - (size_t)(bufp - buf)) |
|
|
| DECLARE_LHASH_OF (MEM) |
|
| DECLARE_LHASH_OF (APP_INFO) |
|
int | CRYPTO_mem_ctrl (int mode) |
|
int | CRYPTO_is_mem_check_on (void) |
|
void | CRYPTO_dbg_set_options (long bits) |
|
long | CRYPTO_dbg_get_options (void) |
|
int | CRYPTO_push_info_ (const char *info, const char *file, int line) |
|
int | CRYPTO_pop_info (void) |
|
int | CRYPTO_remove_all_info (void) |
|
void | CRYPTO_dbg_malloc (void *addr, int num, const char *file, int line, int before_p) |
|
void | CRYPTO_dbg_free (void *addr, int before_p) |
|
void | CRYPTO_dbg_realloc (void *addr1, void *addr2, int num, const char *file, int line, int before_p) |
|
void | CRYPTO_mem_leaks_fp (FILE *fp) |
|
#define BUF_REMAIN (sizeof buf - (size_t)(bufp - buf)) |
void CRYPTO_dbg_free |
( |
void * |
addr, |
|
|
int |
before_p |
|
) |
| |
long CRYPTO_dbg_get_options |
( |
void |
| ) |
|
void CRYPTO_dbg_malloc |
( |
void * |
addr, |
|
|
int |
num, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
int |
before_p |
|
) |
| |
void CRYPTO_dbg_realloc |
( |
void * |
addr1, |
|
|
void * |
addr2, |
|
|
int |
num, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
int |
before_p |
|
) |
| |
void CRYPTO_dbg_set_options |
( |
long |
bits | ) |
|
int CRYPTO_is_mem_check_on |
( |
void |
| ) |
|
int CRYPTO_mem_ctrl |
( |
int |
mode | ) |
|
void CRYPTO_mem_leaks_fp |
( |
FILE * |
fp | ) |
|
int CRYPTO_pop_info |
( |
void |
| ) |
|
int CRYPTO_push_info_ |
( |
const char * |
info, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |
int CRYPTO_remove_all_info |
( |
void |
| ) |
|