#include <openssl/ex_data.h>
#include <assert.h>
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include <openssl/stack.h>
#include <openssl/thread.h>
#include "internal.h"
Go to the source code of this file.
|
| void | CRYPTO_cleanup_all_ex_data (void) |
| |
| void | CRYPTO_free_ex_data (CRYPTO_EX_DATA_CLASS *ex_data_class, void *obj, CRYPTO_EX_DATA *ad) |
| |
| void * | CRYPTO_get_ex_data (const CRYPTO_EX_DATA *ad, int idx) |
| |
| int | CRYPTO_get_ex_new_index (CRYPTO_EX_DATA_CLASS *ex_data_class, int *out_index, long argl, void *argp, CRYPTO_EX_free *free_func) |
| |
| void | CRYPTO_new_ex_data (CRYPTO_EX_DATA *ad) |
| |
| int | CRYPTO_set_ex_data (CRYPTO_EX_DATA *ad, int index, void *val) |
| |
| static int | get_func_pointers (STACK_OF(CRYPTO_EX_DATA_FUNCS) **out, CRYPTO_EX_DATA_CLASS *ex_data_class) |
| |
◆ CRYPTO_cleanup_all_ex_data()
| void CRYPTO_cleanup_all_ex_data |
( |
void |
| ) |
|
◆ CRYPTO_free_ex_data()
◆ CRYPTO_get_ex_data()
◆ CRYPTO_get_ex_new_index()
◆ CRYPTO_new_ex_data()
◆ CRYPTO_set_ex_data()
◆ get_func_pointers()