webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <openssl/base.h>
Go to the source code of this file.
Classes | |
struct | openssl_method_common_st |
Macros | |
#define | ENGINE_R_OPERATION_NOT_SUPPORTED 100 |
Functions | |
OPENSSL_EXPORT ENGINE * | ENGINE_new (void) |
OPENSSL_EXPORT void | ENGINE_free (ENGINE *engine) |
OPENSSL_EXPORT int | ENGINE_set_RSA_method (ENGINE *engine, const RSA_METHOD *method, size_t method_size) |
OPENSSL_EXPORT RSA_METHOD * | ENGINE_get_RSA_method (const ENGINE *engine) |
OPENSSL_EXPORT int | ENGINE_set_ECDSA_method (ENGINE *engine, const ECDSA_METHOD *method, size_t method_size) |
OPENSSL_EXPORT ECDSA_METHOD * | ENGINE_get_ECDSA_method (const ENGINE *engine) |
void | METHOD_ref (void *method) |
void | METHOD_unref (void *method) |
#define ENGINE_R_OPERATION_NOT_SUPPORTED 100 |
OPENSSL_EXPORT void ENGINE_free | ( | ENGINE * | engine | ) |
OPENSSL_EXPORT ECDSA_METHOD* ENGINE_get_ECDSA_method | ( | const ENGINE * | engine | ) |
OPENSSL_EXPORT RSA_METHOD* ENGINE_get_RSA_method | ( | const ENGINE * | engine | ) |
OPENSSL_EXPORT ENGINE* ENGINE_new | ( | void | ) |
OPENSSL_EXPORT int ENGINE_set_ECDSA_method | ( | ENGINE * | engine, |
const ECDSA_METHOD * | method, | ||
size_t | method_size | ||
) |
OPENSSL_EXPORT int ENGINE_set_RSA_method | ( | ENGINE * | engine, |
const RSA_METHOD * | method, | ||
size_t | method_size | ||
) |