#include <isc/lang.h>
#include <isc/log.h>
#include <isc/result.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include <openssl/evp.h>
#include <openssl/conf.h>
#include <openssl/crypto.h>
Go to the source code of this file.
Defines | |
#define | DST_OPENSSL_H 1 |
#define | dst__openssl_getengine(x) NULL |
Functions | |
ISC_LANG_BEGINDECLS isc_result_t | dst__openssl_toresult (isc_result_t fallback) |
isc_result_t | dst__openssl_toresult2 (const char *funcname, isc_result_t fallback) |
isc_result_t | dst__openssl_toresult3 (isc_logcategory_t *category, const char *funcname, isc_result_t fallback) |
Definition in file dst_openssl.h.
#define DST_OPENSSL_H 1 |
Definition at line 21 of file dst_openssl.h.
#define dst__openssl_getengine | ( | x | ) | NULL |
Definition at line 54 of file dst_openssl.h.
ISC_LANG_BEGINDECLS isc_result_t dst__openssl_toresult | ( | isc_result_t | fallback | ) |
isc_result_t dst__openssl_toresult2 | ( | const char * | funcname, | |
isc_result_t | fallback | |||
) |
isc_result_t dst__openssl_toresult3 | ( | isc_logcategory_t * | category, | |
const char * | funcname, | |||
isc_result_t | fallback | |||
) |