13 #ifndef TOR_CRYPTO_INIT_H
14 #define TOR_CRYPTO_INIT_H
22 const char *accelName,
23 const char *accelPath) ATTR_WUR;
Utility macros to handle different features and behavior in different compilers.
const char * crypto_get_library_name(void)
int crypto_global_cleanup(void)
int crypto_global_init(int hardwareAccel, const char *accelName, const char *accelPath) ATTR_WUR
const char * crypto_get_library_version_string(void)
void crypto_postfork(void)
int crypto_init_siphash_key(void)
const char * crypto_get_header_version_string(void)
void crypto_thread_cleanup(void)
int crypto_early_init(void) ATTR_WUR
void crypto_prefork(void)
int tor_is_using_nss(void)