Funciones |
int | CRYPTO_num_locks (void) |
void | CRYPTO_set_locking_callback (void(*func)(int mode, int type, const char *file, int line)) |
void | CRYPTO_set_add_lock_callback (int(*func)(int *num, int mount, int type, const char *file, int line)) |
void | CRYPTO_set_id_callback (unsigned long(*func)(void)) |
unsigned long | CRYPTO_thread_id (void) |
void | int_CRYPTO_set_do_dynlock_callback (void(*dyn_cb)(int mode, int type, const char *file, int line)) |
void | CRYPTO_lock (int mode, int type, const char *file, int line) |
int | CRYPTO_add_lock (int *pointer, int amount, int type, const char *file, int line) |
unsigned long * | OPENSSL_ia32cap_loc (void) |
void | OPENSSL_cpuid_setup (void) |
void | OPENSSL_showfatal (const char *fmta,...) |
int | OPENSSL_isservice (void) |
void | OpenSSLDie (const char *file, int line, const char *assertion) |
void * | OPENSSL_stderr (void) |
Variables |
static int | type |
static int const char * | file |
static int const char int | line = NULL |
static int | amount |
void(*)(int mode, int type,
const char *file, int line) | CRYPTO_get_locking_callback (void) |
int(*)(int *num, int mount,
int type, const char *file,
int line) | CRYPTO_get_add_lock_callback (void) |
unsigned long(*)(void) | CRYPTO_get_id_callback (void) |
int | OPENSSL_NONPIC_relocated = 0 |