crypto/libressl/crypto/asn1/ameth_lib.c
196
EVP_PKEY_asn1_find(ENGINE **pe, int type)
crypto/libressl/crypto/asn1/ameth_lib.c
208
ENGINE *e;
crypto/libressl/crypto/asn1/ameth_lib.c
222
EVP_PKEY_asn1_find_str(ENGINE **pe, const char *str, int len)
crypto/libressl/crypto/asn1/ameth_lib.c
230
ENGINE *e;
crypto/libressl/crypto/cmac/cmac.c
155
const EVP_CIPHER *cipher, ENGINE *impl)
crypto/libressl/crypto/dh/dh_lib.c
119
DH_new_method(ENGINE *engine)
crypto/libressl/crypto/dh/dh_lib.c
261
ENGINE *
crypto/libressl/crypto/dh/dh_local.h
103
ENGINE *engine;
crypto/libressl/crypto/dsa/dsa_lib.c
124
DSA_new_method(ENGINE *engine)
crypto/libressl/crypto/dsa/dsa_lib.c
415
ENGINE *
crypto/libressl/crypto/dsa/dsa_locl.h
110
ENGINE *engine;
crypto/libressl/crypto/ec/ec_kmeth.c
137
EC_KEY_new_method(ENGINE *engine)
crypto/libressl/crypto/ec/ec_lcl.h
253
ENGINE *engine;
crypto/libressl/crypto/ecdh/ech_lib.c
120
ECDH_DATA_new_method(ENGINE *engine)
crypto/libressl/crypto/ecdh/ech_locl.h
83
ENGINE *engine;
crypto/libressl/crypto/ecdsa/ecs_lib.c
108
ECDSA_DATA_new_method(ENGINE *engine)
crypto/libressl/crypto/ecdsa/ecs_locl.h
70
ENGINE *engine;
crypto/libressl/crypto/engine/eng_cnf.c
107
ENGINE *e = NULL;
crypto/libressl/crypto/engine/eng_cnf.c
239
ENGINE *e;
crypto/libressl/crypto/engine/eng_cnf.c
81
static STACK_OF(ENGINE) *initialized_engines = NULL;
crypto/libressl/crypto/engine/eng_cnf.c
84
int_engine_init(ENGINE *e)
crypto/libressl/crypto/engine/eng_ctrl.c
110
int_ctrl_helper(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
crypto/libressl/crypto/engine/eng_ctrl.c
193
ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void))
crypto/libressl/crypto/engine/eng_ctrl.c
243
ENGINE_cmd_is_executable(ENGINE *e, int cmd)
crypto/libressl/crypto/engine/eng_ctrl.c
260
ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, long i, void *p,
crypto/libressl/crypto/engine/eng_ctrl.c
295
ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
crypto/libressl/crypto/engine/eng_fat.c
151
ENGINE_set_default_string(ENGINE *e, const char *def_list)
crypto/libressl/crypto/engine/eng_fat.c
164
ENGINE_register_complete(ENGINE *e)
crypto/libressl/crypto/engine/eng_fat.c
194
ENGINE *e;
crypto/libressl/crypto/engine/eng_fat.c
70
ENGINE_set_default(ENGINE *e, unsigned int flags)
crypto/libressl/crypto/engine/eng_init.c
117
ENGINE_init(ENGINE *e)
crypto/libressl/crypto/engine/eng_init.c
133
ENGINE_finish(ENGINE *e)
crypto/libressl/crypto/engine/eng_init.c
63
engine_unlocked_init(ENGINE *e)
crypto/libressl/crypto/engine/eng_init.c
85
engine_unlocked_finish(ENGINE *e, int unlock_for_handlers)
crypto/libressl/crypto/engine/eng_int.h
106
DECLARE_STACK_OF(ENGINE)
crypto/libressl/crypto/engine/eng_int.h
117
ENGINE *e, const int *nids, int num_nids, int setdefault);
crypto/libressl/crypto/engine/eng_int.h
118
void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e);
crypto/libressl/crypto/engine/eng_int.h
121
ENGINE *engine_table_select(ENGINE_TABLE **table, int nid);
crypto/libressl/crypto/engine/eng_int.h
123
ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f,
crypto/libressl/crypto/engine/eng_int.h
127
typedef void (engine_table_doall_cb)(int nid, STACK_OF(ENGINE) *sk,
crypto/libressl/crypto/engine/eng_int.h
128
ENGINE *def, void *arg);
crypto/libressl/crypto/engine/eng_int.h
135
int engine_unlocked_init(ENGINE *e);
crypto/libressl/crypto/engine/eng_int.h
136
int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers);
crypto/libressl/crypto/engine/eng_int.h
137
int engine_free_util(ENGINE *e, int locked);
crypto/libressl/crypto/engine/eng_int.h
142
void engine_set_all_null(ENGINE *e);
crypto/libressl/crypto/engine/eng_int.h
149
void engine_pkey_meths_free(ENGINE *e);
crypto/libressl/crypto/engine/eng_int.h
150
void engine_pkey_asn1_meths_free(ENGINE *e);
crypto/libressl/crypto/engine/eng_lib.c
114
engine_free_util(ENGINE *e, int locked)
crypto/libressl/crypto/engine/eng_lib.c
141
ENGINE_free(ENGINE *e)
crypto/libressl/crypto/engine/eng_lib.c
230
ENGINE_set_ex_data(ENGINE *e, int idx, void *arg)
crypto/libressl/crypto/engine/eng_lib.c
236
ENGINE_get_ex_data(const ENGINE *e, int idx)
crypto/libressl/crypto/engine/eng_lib.c
245
ENGINE_set_id(ENGINE *e, const char *id)
crypto/libressl/crypto/engine/eng_lib.c
256
ENGINE_set_name(ENGINE *e, const char *name)
crypto/libressl/crypto/engine/eng_lib.c
267
ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f)
crypto/libressl/crypto/engine/eng_lib.c
274
ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f)
crypto/libressl/crypto/engine/eng_lib.c
281
ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f)
crypto/libressl/crypto/engine/eng_lib.c
288
ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f)
crypto/libressl/crypto/engine/eng_lib.c
295
ENGINE_set_flags(ENGINE *e, int flags)
crypto/libressl/crypto/engine/eng_lib.c
302
ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns)
crypto/libressl/crypto/engine/eng_lib.c
309
ENGINE_get_id(const ENGINE *e)
crypto/libressl/crypto/engine/eng_lib.c
315
ENGINE_get_name(const ENGINE *e)
crypto/libressl/crypto/engine/eng_lib.c
321
ENGINE_get_destroy_function(const ENGINE *e)
crypto/libressl/crypto/engine/eng_lib.c
327
ENGINE_get_init_function(const ENGINE *e)
crypto/libressl/crypto/engine/eng_lib.c
333
ENGINE_get_finish_function(const ENGINE *e)
crypto/libressl/crypto/engine/eng_lib.c
339
ENGINE_get_ctrl_function(const ENGINE *e)
crypto/libressl/crypto/engine/eng_lib.c
345
ENGINE_get_flags(const ENGINE *e)
crypto/libressl/crypto/engine/eng_lib.c
351
ENGINE_get_cmd_defns(const ENGINE *e)
crypto/libressl/crypto/engine/eng_lib.c
68
ENGINE *
crypto/libressl/crypto/engine/eng_lib.c
71
ENGINE *ret;
crypto/libressl/crypto/engine/eng_lib.c
76
ret = malloc(sizeof(ENGINE));
crypto/libressl/crypto/engine/eng_lib.c
81
memset(ret, 0, sizeof(ENGINE));
crypto/libressl/crypto/engine/eng_lib.c
92
engine_set_all_null(ENGINE *e)
crypto/libressl/crypto/engine/eng_list.c
102
engine_list_add(ENGINE *e)
crypto/libressl/crypto/engine/eng_list.c
105
ENGINE *iterator = NULL;
crypto/libressl/crypto/engine/eng_list.c
152
engine_list_remove(ENGINE *e)
crypto/libressl/crypto/engine/eng_list.c
154
ENGINE *iterator;
crypto/libressl/crypto/engine/eng_list.c
183
ENGINE *
crypto/libressl/crypto/engine/eng_list.c
186
ENGINE *ret;
crypto/libressl/crypto/engine/eng_list.c
198
ENGINE *
crypto/libressl/crypto/engine/eng_list.c
201
ENGINE *ret;
crypto/libressl/crypto/engine/eng_list.c
214
ENGINE *
crypto/libressl/crypto/engine/eng_list.c
215
ENGINE_get_next(ENGINE *e)
crypto/libressl/crypto/engine/eng_list.c
217
ENGINE *ret = NULL;
crypto/libressl/crypto/engine/eng_list.c
236
ENGINE *
crypto/libressl/crypto/engine/eng_list.c
237
ENGINE_get_prev(ENGINE *e)
crypto/libressl/crypto/engine/eng_list.c
239
ENGINE *ret = NULL;
crypto/libressl/crypto/engine/eng_list.c
260
ENGINE_add(ENGINE *e)
crypto/libressl/crypto/engine/eng_list.c
282
ENGINE_remove(ENGINE *e)
crypto/libressl/crypto/engine/eng_list.c
300
engine_cpy(ENGINE *dest, const ENGINE *src)
crypto/libressl/crypto/engine/eng_list.c
337
ENGINE *
crypto/libressl/crypto/engine/eng_list.c
340
ENGINE *iterator;
crypto/libressl/crypto/engine/eng_list.c
355
ENGINE *cp = ENGINE_new();
crypto/libressl/crypto/engine/eng_list.c
377
ENGINE_up_ref(ENGINE *e)
crypto/libressl/crypto/engine/eng_list.c
84
static ENGINE *engine_list_head = NULL;
crypto/libressl/crypto/engine/eng_list.c
85
static ENGINE *engine_list_tail = NULL;
crypto/libressl/crypto/engine/eng_list.c
93
ENGINE *iterator = engine_list_head;
crypto/libressl/crypto/engine/eng_openssl.c
119
static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/libressl/crypto/engine/eng_openssl.c
123
static int openssl_digests(ENGINE *e, const EVP_MD **digest,
crypto/libressl/crypto/engine/eng_openssl.c
128
static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
crypto/libressl/crypto/engine/eng_openssl.c
139
bind_helper(ENGINE *e)
crypto/libressl/crypto/engine/eng_openssl.c
177
static ENGINE *
crypto/libressl/crypto/engine/eng_openssl.c
180
ENGINE *ret = ENGINE_new();
crypto/libressl/crypto/engine/eng_openssl.c
194
ENGINE *toadd = engine_openssl();
crypto/libressl/crypto/engine/eng_openssl.c
209
bind_fn(ENGINE *e, const char *id)
crypto/libressl/crypto/engine/eng_openssl.c
296
openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid)
crypto/libressl/crypto/engine/eng_openssl.c
368
openssl_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid)
crypto/libressl/crypto/engine/eng_openssl.c
392
openssl_load_privkey(ENGINE *eng, const char *key_id, UI_METHOD *ui_method,
crypto/libressl/crypto/engine/eng_pkey.c
105
ENGINE_load_private_key(ENGINE *e, const char *key_id, UI_METHOD *ui_method,
crypto/libressl/crypto/engine/eng_pkey.c
134
ENGINE_load_public_key(ENGINE *e, const char *key_id, UI_METHOD *ui_method,
crypto/libressl/crypto/engine/eng_pkey.c
163
ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s, STACK_OF(X509_NAME) *ca_dn,
crypto/libressl/crypto/engine/eng_pkey.c
63
ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f)
crypto/libressl/crypto/engine/eng_pkey.c
70
ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f)
crypto/libressl/crypto/engine/eng_pkey.c
77
ENGINE_set_load_ssl_client_cert_function(ENGINE *e,
crypto/libressl/crypto/engine/eng_pkey.c
85
ENGINE_get_load_privkey_function(const ENGINE *e)
crypto/libressl/crypto/engine/eng_pkey.c
91
ENGINE_get_load_pubkey_function(const ENGINE *e)
crypto/libressl/crypto/engine/eng_pkey.c
97
ENGINE_get_ssl_client_cert_function(const ENGINE *e)
crypto/libressl/crypto/engine/eng_table.c
136
ENGINE *e, const int *nids, int num_nids, int setdefault)
crypto/libressl/crypto/engine/eng_table.c
192
int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e)
crypto/libressl/crypto/engine/eng_table.c
206
static IMPLEMENT_LHASH_DOALL_ARG_FN(int_unregister_cb, ENGINE_PILE, ENGINE)
crypto/libressl/crypto/engine/eng_table.c
209
engine_table_unregister(ENGINE_TABLE **table, ENGINE *e)
crypto/libressl/crypto/engine/eng_table.c
214
LHASH_DOALL_ARG_FN(int_unregister_cb), ENGINE, e);
crypto/libressl/crypto/engine/eng_table.c
243
ENGINE *
crypto/libressl/crypto/engine/eng_table.c
246
ENGINE *
crypto/libressl/crypto/engine/eng_table.c
250
ENGINE *ret = NULL;
crypto/libressl/crypto/engine/eng_table.c
67
STACK_OF(ENGINE) *sk;
crypto/libressl/crypto/engine/eng_table.c
69
ENGINE *funct;
crypto/libressl/crypto/engine/tb_asnmth.c
101
ENGINE *e;
crypto/libressl/crypto/engine/tb_asnmth.c
108
ENGINE_set_default_pkey_asn1_meths(ENGINE *e)
crypto/libressl/crypto/engine/tb_asnmth.c
124
ENGINE *
crypto/libressl/crypto/engine/tb_asnmth.c
132
ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid)
crypto/libressl/crypto/engine/tb_asnmth.c
146
ENGINE_get_pkey_asn1_meths(const ENGINE *e)
crypto/libressl/crypto/engine/tb_asnmth.c
153
ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f)
crypto/libressl/crypto/engine/tb_asnmth.c
164
engine_pkey_asn1_meths_free(ENGINE *e)
crypto/libressl/crypto/engine/tb_asnmth.c
188
ENGINE_get_pkey_asn1_meth_str(ENGINE *e, const char *str, int len)
crypto/libressl/crypto/engine/tb_asnmth.c
209
ENGINE *e;
crypto/libressl/crypto/engine/tb_asnmth.c
216
look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg)
crypto/libressl/crypto/engine/tb_asnmth.c
224
ENGINE *e = sk_ENGINE_value(sk, i);
crypto/libressl/crypto/engine/tb_asnmth.c
237
ENGINE_pkey_asn1_find_str(ENGINE **pe, const char *str, int len)
crypto/libressl/crypto/engine/tb_asnmth.c
73
ENGINE_unregister_pkey_asn1_meths(ENGINE *e)
crypto/libressl/crypto/engine/tb_asnmth.c
85
ENGINE_register_pkey_asn1_meths(ENGINE *e)
crypto/libressl/crypto/engine/tb_cipher.c
103
ENGINE_set_default_ciphers(ENGINE *e)
crypto/libressl/crypto/engine/tb_cipher.c
119
ENGINE *
crypto/libressl/crypto/engine/tb_cipher.c
127
ENGINE_get_cipher(ENGINE *e, int nid)
crypto/libressl/crypto/engine/tb_cipher.c
141
ENGINE_get_ciphers(const ENGINE *e)
crypto/libressl/crypto/engine/tb_cipher.c
148
ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f)
crypto/libressl/crypto/engine/tb_cipher.c
68
ENGINE_unregister_ciphers(ENGINE *e)
crypto/libressl/crypto/engine/tb_cipher.c
80
ENGINE_register_ciphers(ENGINE *e)
crypto/libressl/crypto/engine/tb_cipher.c
96
ENGINE *e;
crypto/libressl/crypto/engine/tb_dh.c
108
ENGINE *
crypto/libressl/crypto/engine/tb_dh.c
116
ENGINE_get_DH(const ENGINE *e)
crypto/libressl/crypto/engine/tb_dh.c
123
ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth)
crypto/libressl/crypto/engine/tb_dh.c
67
ENGINE_unregister_DH(ENGINE *e)
crypto/libressl/crypto/engine/tb_dh.c
79
ENGINE_register_DH(ENGINE *e)
crypto/libressl/crypto/engine/tb_dh.c
90
ENGINE *e;
crypto/libressl/crypto/engine/tb_dh.c
97
ENGINE_set_default_DH(ENGINE *e)
crypto/libressl/crypto/engine/tb_digest.c
103
ENGINE_set_default_digests(ENGINE *e)
crypto/libressl/crypto/engine/tb_digest.c
119
ENGINE *
crypto/libressl/crypto/engine/tb_digest.c
127
ENGINE_get_digest(ENGINE *e, int nid)
crypto/libressl/crypto/engine/tb_digest.c
141
ENGINE_get_digests(const ENGINE *e)
crypto/libressl/crypto/engine/tb_digest.c
148
ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f)
crypto/libressl/crypto/engine/tb_digest.c
68
ENGINE_unregister_digests(ENGINE *e)
crypto/libressl/crypto/engine/tb_digest.c
80
ENGINE_register_digests(ENGINE *e)
crypto/libressl/crypto/engine/tb_digest.c
96
ENGINE *e;
crypto/libressl/crypto/engine/tb_dsa.c
108
ENGINE *
crypto/libressl/crypto/engine/tb_dsa.c
116
ENGINE_get_DSA(const ENGINE *e)
crypto/libressl/crypto/engine/tb_dsa.c
123
ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth)
crypto/libressl/crypto/engine/tb_dsa.c
67
ENGINE_unregister_DSA(ENGINE *e)
crypto/libressl/crypto/engine/tb_dsa.c
79
ENGINE_register_DSA(ENGINE *e)
crypto/libressl/crypto/engine/tb_dsa.c
90
ENGINE *e;
crypto/libressl/crypto/engine/tb_dsa.c
97
ENGINE_set_default_DSA(ENGINE *e)
crypto/libressl/crypto/engine/tb_ecdh.c
104
ENGINE *e;
crypto/libressl/crypto/engine/tb_ecdh.c
111
ENGINE_set_default_ECDH(ENGINE *e)
crypto/libressl/crypto/engine/tb_ecdh.c
122
ENGINE *
crypto/libressl/crypto/engine/tb_ecdh.c
130
ENGINE_get_ECDH(const ENGINE *e)
crypto/libressl/crypto/engine/tb_ecdh.c
137
ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth)
crypto/libressl/crypto/engine/tb_ecdh.c
81
ENGINE_unregister_ECDH(ENGINE *e)
crypto/libressl/crypto/engine/tb_ecdh.c
93
ENGINE_register_ECDH(ENGINE *e)
crypto/libressl/crypto/engine/tb_ecdsa.c
108
ENGINE *
crypto/libressl/crypto/engine/tb_ecdsa.c
116
ENGINE_get_ECDSA(const ENGINE *e)
crypto/libressl/crypto/engine/tb_ecdsa.c
123
ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth)
crypto/libressl/crypto/engine/tb_ecdsa.c
67
ENGINE_unregister_ECDSA(ENGINE *e)
crypto/libressl/crypto/engine/tb_ecdsa.c
79
ENGINE_register_ECDSA(ENGINE *e)
crypto/libressl/crypto/engine/tb_ecdsa.c
90
ENGINE *e;
crypto/libressl/crypto/engine/tb_ecdsa.c
97
ENGINE_set_default_ECDSA(ENGINE *e)
crypto/libressl/crypto/engine/tb_eckey.c
105
ENGINE *
crypto/libressl/crypto/engine/tb_eckey.c
113
ENGINE_get_EC(const ENGINE *e)
crypto/libressl/crypto/engine/tb_eckey.c
120
ENGINE_set_EC(ENGINE *e, const EC_KEY_METHOD *ec_meth)
crypto/libressl/crypto/engine/tb_eckey.c
62
ENGINE_unregister_EC(ENGINE *e)
crypto/libressl/crypto/engine/tb_eckey.c
74
ENGINE_register_EC(ENGINE *e)
crypto/libressl/crypto/engine/tb_eckey.c
85
ENGINE *e;
crypto/libressl/crypto/engine/tb_eckey.c
92
ENGINE_set_default_EC(ENGINE *e)
crypto/libressl/crypto/engine/tb_pkmeth.c
104
ENGINE_set_default_pkey_meths(ENGINE *e)
crypto/libressl/crypto/engine/tb_pkmeth.c
120
ENGINE *
crypto/libressl/crypto/engine/tb_pkmeth.c
128
ENGINE_get_pkey_meth(ENGINE *e, int nid)
crypto/libressl/crypto/engine/tb_pkmeth.c
142
ENGINE_get_pkey_meths(const ENGINE *e)
crypto/libressl/crypto/engine/tb_pkmeth.c
149
ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f)
crypto/libressl/crypto/engine/tb_pkmeth.c
160
engine_pkey_meths_free(ENGINE *e)
crypto/libressl/crypto/engine/tb_pkmeth.c
69
ENGINE_unregister_pkey_meths(ENGINE *e)
crypto/libressl/crypto/engine/tb_pkmeth.c
81
ENGINE_register_pkey_meths(ENGINE *e)
crypto/libressl/crypto/engine/tb_pkmeth.c
97
ENGINE *e;
crypto/libressl/crypto/engine/tb_rand.c
108
ENGINE *
crypto/libressl/crypto/engine/tb_rand.c
116
ENGINE_get_RAND(const ENGINE *e)
crypto/libressl/crypto/engine/tb_rand.c
123
ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth)
crypto/libressl/crypto/engine/tb_rand.c
67
ENGINE_unregister_RAND(ENGINE *e)
crypto/libressl/crypto/engine/tb_rand.c
79
ENGINE_register_RAND(ENGINE *e)
crypto/libressl/crypto/engine/tb_rand.c
90
ENGINE *e;
crypto/libressl/crypto/engine/tb_rand.c
97
ENGINE_set_default_RAND(ENGINE *e)
crypto/libressl/crypto/engine/tb_rsa.c
108
ENGINE *
crypto/libressl/crypto/engine/tb_rsa.c
116
ENGINE_get_RSA(const ENGINE *e)
crypto/libressl/crypto/engine/tb_rsa.c
123
ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth)
crypto/libressl/crypto/engine/tb_rsa.c
67
ENGINE_unregister_RSA(ENGINE *e)
crypto/libressl/crypto/engine/tb_rsa.c
79
ENGINE_register_RSA(ENGINE *e)
crypto/libressl/crypto/engine/tb_rsa.c
90
ENGINE *e;
crypto/libressl/crypto/engine/tb_rsa.c
97
ENGINE_set_default_RSA(ENGINE *e)
crypto/libressl/crypto/engine/tb_store.c
105
ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth)
crypto/libressl/crypto/engine/tb_store.c
67
ENGINE_unregister_STORE(ENGINE *e)
crypto/libressl/crypto/engine/tb_store.c
79
ENGINE_register_STORE(ENGINE *e)
crypto/libressl/crypto/engine/tb_store.c
90
ENGINE *e;
crypto/libressl/crypto/engine/tb_store.c
98
ENGINE_get_STORE(const ENGINE *e)
crypto/libressl/crypto/evp/digest.c
135
EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl)
crypto/libressl/crypto/evp/digest.c
324
unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl)
crypto/libressl/crypto/evp/evp_aead.c
52
const unsigned char *key, size_t key_len, size_t tag_len, ENGINE *impl)
crypto/libressl/crypto/evp/evp_enc.c
275
EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
crypto/libressl/crypto/evp/evp_enc.c
289
EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
crypto/libressl/crypto/evp/evp_enc.c
87
EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
crypto/libressl/crypto/evp/evp_locl.h
127
ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */
crypto/libressl/crypto/evp/evp_locl.h
156
ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */
crypto/libressl/crypto/evp/evp_locl.h
193
ENGINE *engine;
crypto/libressl/crypto/evp/evp_locl.h
85
ENGINE *engine;
crypto/libressl/crypto/evp/m_sigver.c
119
ENGINE *e, EVP_PKEY *pkey)
crypto/libressl/crypto/evp/m_sigver.c
126
ENGINE *e, EVP_PKEY *pkey)
crypto/libressl/crypto/evp/m_sigver.c
70
ENGINE *e, EVP_PKEY *pkey, int ver)
crypto/libressl/crypto/evp/p_lib.c
232
pkey_set_type(EVP_PKEY *pkey, ENGINE *e, int type, const char *str, int len)
crypto/libressl/crypto/evp/p_lib.c
235
ENGINE **eptr = NULL;
crypto/libressl/crypto/evp/p_lib.c
282
EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv, size_t len,
crypto/libressl/crypto/evp/p_lib.c
482
ENGINE *e;
crypto/libressl/crypto/evp/pmeth_gn.c
206
EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key, int keylen)
crypto/libressl/crypto/evp/pmeth_lib.c
161
int_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id)
crypto/libressl/crypto/evp/pmeth_lib.c
271
EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e)
crypto/libressl/crypto/evp/pmeth_lib.c
277
EVP_PKEY_CTX_new_id(int id, ENGINE *e)
crypto/libressl/crypto/hmac/hmac.c
71
ENGINE *impl)
crypto/libressl/crypto/pem/pem_lib.c
222
ENGINE *e;
crypto/libressl/crypto/rand/rand_lib.c
47
RAND_set_rand_engine(ENGINE *engine)
crypto/libressl/crypto/rsa/rsa_lib.c
131
RSA_new_method(ENGINE *engine)
crypto/libressl/crypto/rsa/rsa_locl.h
56
ENGINE *engine;
crypto/libressl/crypto/ts/ts_conf.c
232
ENGINE *e = NULL;
crypto/libressl/include/openssl/cmac.h
74
const EVP_CIPHER *cipher, ENGINE *impl);
crypto/libressl/include/openssl/dh.h
135
DH *DH_new_method(ENGINE *engine);
crypto/libressl/include/openssl/dh.h
148
ENGINE *DH_get0_engine(DH *d);
crypto/libressl/include/openssl/dsa.h
138
DSA * DSA_new_method(ENGINE *engine);
crypto/libressl/include/openssl/dsa.h
218
ENGINE *DSA_get0_engine(DSA *d);
crypto/libressl/include/openssl/ec.h
989
EC_KEY *EC_KEY_new_method(ENGINE *engine);
crypto/libressl/include/openssl/engine.h
270
typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *);
crypto/libressl/include/openssl/engine.h
272
typedef int (*ENGINE_CTRL_FUNC_PTR)(ENGINE *, int, long, void *,
crypto/libressl/include/openssl/engine.h
275
typedef EVP_PKEY * (*ENGINE_LOAD_KEY_PTR)(ENGINE *, const char *,
crypto/libressl/include/openssl/engine.h
277
typedef int (*ENGINE_SSL_CLIENT_CERT_PTR)(ENGINE *, SSL *ssl,
crypto/libressl/include/openssl/engine.h
293
typedef int (*ENGINE_CIPHERS_PTR)(ENGINE *, const EVP_CIPHER **,
crypto/libressl/include/openssl/engine.h
295
typedef int (*ENGINE_DIGESTS_PTR)(ENGINE *, const EVP_MD **, const int **, int);
crypto/libressl/include/openssl/engine.h
296
typedef int (*ENGINE_PKEY_METHS_PTR)(ENGINE *, EVP_PKEY_METHOD **,
crypto/libressl/include/openssl/engine.h
298
typedef int (*ENGINE_PKEY_ASN1_METHS_PTR)(ENGINE *, EVP_PKEY_ASN1_METHOD **,
crypto/libressl/include/openssl/engine.h
312
ENGINE *ENGINE_get_first(void);
crypto/libressl/include/openssl/engine.h
313
ENGINE *ENGINE_get_last(void);
crypto/libressl/include/openssl/engine.h
315
ENGINE *ENGINE_get_next(ENGINE *e);
crypto/libressl/include/openssl/engine.h
316
ENGINE *ENGINE_get_prev(ENGINE *e);
crypto/libressl/include/openssl/engine.h
318
int ENGINE_add(ENGINE *e);
crypto/libressl/include/openssl/engine.h
320
int ENGINE_remove(ENGINE *e);
crypto/libressl/include/openssl/engine.h
322
ENGINE *ENGINE_by_id(const char *id);
crypto/libressl/include/openssl/engine.h
344
int ENGINE_register_RSA(ENGINE *e);
crypto/libressl/include/openssl/engine.h
345
void ENGINE_unregister_RSA(ENGINE *e);
crypto/libressl/include/openssl/engine.h
348
int ENGINE_register_DSA(ENGINE *e);
crypto/libressl/include/openssl/engine.h
349
void ENGINE_unregister_DSA(ENGINE *e);
crypto/libressl/include/openssl/engine.h
352
int ENGINE_register_ECDH(ENGINE *e);
crypto/libressl/include/openssl/engine.h
353
void ENGINE_unregister_ECDH(ENGINE *e);
crypto/libressl/include/openssl/engine.h
356
int ENGINE_register_ECDSA(ENGINE *e);
crypto/libressl/include/openssl/engine.h
357
void ENGINE_unregister_ECDSA(ENGINE *e);
crypto/libressl/include/openssl/engine.h
360
int ENGINE_register_EC(ENGINE *e);
crypto/libressl/include/openssl/engine.h
361
void ENGINE_unregister_EC(ENGINE *e);
crypto/libressl/include/openssl/engine.h
364
int ENGINE_register_DH(ENGINE *e);
crypto/libressl/include/openssl/engine.h
365
void ENGINE_unregister_DH(ENGINE *e);
crypto/libressl/include/openssl/engine.h
368
int ENGINE_register_RAND(ENGINE *e);
crypto/libressl/include/openssl/engine.h
369
void ENGINE_unregister_RAND(ENGINE *e);
crypto/libressl/include/openssl/engine.h
372
int ENGINE_register_STORE(ENGINE *e);
crypto/libressl/include/openssl/engine.h
373
void ENGINE_unregister_STORE(ENGINE *e);
crypto/libressl/include/openssl/engine.h
376
int ENGINE_register_ciphers(ENGINE *e);
crypto/libressl/include/openssl/engine.h
377
void ENGINE_unregister_ciphers(ENGINE *e);
crypto/libressl/include/openssl/engine.h
380
int ENGINE_register_digests(ENGINE *e);
crypto/libressl/include/openssl/engine.h
381
void ENGINE_unregister_digests(ENGINE *e);
crypto/libressl/include/openssl/engine.h
384
int ENGINE_register_pkey_meths(ENGINE *e);
crypto/libressl/include/openssl/engine.h
385
void ENGINE_unregister_pkey_meths(ENGINE *e);
crypto/libressl/include/openssl/engine.h
388
int ENGINE_register_pkey_asn1_meths(ENGINE *e);
crypto/libressl/include/openssl/engine.h
389
void ENGINE_unregister_pkey_asn1_meths(ENGINE *e);
crypto/libressl/include/openssl/engine.h
396
int ENGINE_register_complete(ENGINE *e);
crypto/libressl/include/openssl/engine.h
406
int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
crypto/libressl/include/openssl/engine.h
412
int ENGINE_cmd_is_executable(ENGINE *e, int cmd);
crypto/libressl/include/openssl/engine.h
418
int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
crypto/libressl/include/openssl/engine.h
440
int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
crypto/libressl/include/openssl/engine.h
449
ENGINE *ENGINE_new(void);
crypto/libressl/include/openssl/engine.h
450
int ENGINE_free(ENGINE *e);
crypto/libressl/include/openssl/engine.h
451
int ENGINE_up_ref(ENGINE *e);
crypto/libressl/include/openssl/engine.h
452
int ENGINE_set_id(ENGINE *e, const char *id);
crypto/libressl/include/openssl/engine.h
453
int ENGINE_set_name(ENGINE *e, const char *name);
crypto/libressl/include/openssl/engine.h
454
int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
crypto/libressl/include/openssl/engine.h
455
int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth);
crypto/libressl/include/openssl/engine.h
456
int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth);
crypto/libressl/include/openssl/engine.h
457
int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth);
crypto/libressl/include/openssl/engine.h
458
int ENGINE_set_EC(ENGINE *e, const EC_KEY_METHOD *ec_meth);
crypto/libressl/include/openssl/engine.h
459
int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth);
crypto/libressl/include/openssl/engine.h
460
int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth);
crypto/libressl/include/openssl/engine.h
461
int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth);
crypto/libressl/include/openssl/engine.h
462
int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
crypto/libressl/include/openssl/engine.h
463
int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
crypto/libressl/include/openssl/engine.h
464
int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);
crypto/libressl/include/openssl/engine.h
465
int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
crypto/libressl/include/openssl/engine.h
466
int ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f);
crypto/libressl/include/openssl/engine.h
467
int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f);
crypto/libressl/include/openssl/engine.h
468
int ENGINE_set_load_ssl_client_cert_function(ENGINE *e,
crypto/libressl/include/openssl/engine.h
470
int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f);
crypto/libressl/include/openssl/engine.h
471
int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f);
crypto/libressl/include/openssl/engine.h
472
int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f);
crypto/libressl/include/openssl/engine.h
473
int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f);
crypto/libressl/include/openssl/engine.h
474
int ENGINE_set_flags(ENGINE *e, int flags);
crypto/libressl/include/openssl/engine.h
475
int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
crypto/libressl/include/openssl/engine.h
479
int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg);
crypto/libressl/include/openssl/engine.h
480
void *ENGINE_get_ex_data(const ENGINE *e, int idx);
crypto/libressl/include/openssl/engine.h
492
const char *ENGINE_get_id(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
493
const char *ENGINE_get_name(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
494
const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
495
const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
496
const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
497
const ECDSA_METHOD *ENGINE_get_ECDSA(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
498
const EC_KEY_METHOD *ENGINE_get_EC(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
499
const DH_METHOD *ENGINE_get_DH(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
500
const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
501
const STORE_METHOD *ENGINE_get_STORE(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
502
ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
503
ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
504
ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
505
ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
506
ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
507
ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
508
ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
509
ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
510
ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
511
ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
512
ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
513
const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid);
crypto/libressl/include/openssl/engine.h
514
const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid);
crypto/libressl/include/openssl/engine.h
515
const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid);
crypto/libressl/include/openssl/engine.h
516
const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid);
crypto/libressl/include/openssl/engine.h
517
const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e,
crypto/libressl/include/openssl/engine.h
519
const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe,
crypto/libressl/include/openssl/engine.h
521
const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
522
int ENGINE_get_flags(const ENGINE *e);
crypto/libressl/include/openssl/engine.h
539
int ENGINE_init(ENGINE *e);
crypto/libressl/include/openssl/engine.h
543
int ENGINE_finish(ENGINE *e);
crypto/libressl/include/openssl/engine.h
548
EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
crypto/libressl/include/openssl/engine.h
550
EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
crypto/libressl/include/openssl/engine.h
552
int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s,
crypto/libressl/include/openssl/engine.h
561
ENGINE *ENGINE_get_default_RSA(void);
crypto/libressl/include/openssl/engine.h
563
ENGINE *ENGINE_get_default_DSA(void);
crypto/libressl/include/openssl/engine.h
564
ENGINE *ENGINE_get_default_ECDH(void);
crypto/libressl/include/openssl/engine.h
565
ENGINE *ENGINE_get_default_ECDSA(void);
crypto/libressl/include/openssl/engine.h
566
ENGINE *ENGINE_get_default_EC(void);
crypto/libressl/include/openssl/engine.h
567
ENGINE *ENGINE_get_default_DH(void);
crypto/libressl/include/openssl/engine.h
568
ENGINE *ENGINE_get_default_RAND(void);
crypto/libressl/include/openssl/engine.h
571
ENGINE *ENGINE_get_cipher_engine(int nid);
crypto/libressl/include/openssl/engine.h
572
ENGINE *ENGINE_get_digest_engine(int nid);
crypto/libressl/include/openssl/engine.h
573
ENGINE *ENGINE_get_pkey_meth_engine(int nid);
crypto/libressl/include/openssl/engine.h
574
ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid);
crypto/libressl/include/openssl/engine.h
580
int ENGINE_set_default_RSA(ENGINE *e);
crypto/libressl/include/openssl/engine.h
581
int ENGINE_set_default_string(ENGINE *e, const char *def_list);
crypto/libressl/include/openssl/engine.h
583
int ENGINE_set_default_DSA(ENGINE *e);
crypto/libressl/include/openssl/engine.h
584
int ENGINE_set_default_ECDH(ENGINE *e);
crypto/libressl/include/openssl/engine.h
585
int ENGINE_set_default_ECDSA(ENGINE *e);
crypto/libressl/include/openssl/engine.h
586
int ENGINE_set_default_EC(ENGINE *e);
crypto/libressl/include/openssl/engine.h
587
int ENGINE_set_default_DH(ENGINE *e);
crypto/libressl/include/openssl/engine.h
588
int ENGINE_set_default_RAND(ENGINE *e);
crypto/libressl/include/openssl/engine.h
589
int ENGINE_set_default_ciphers(ENGINE *e);
crypto/libressl/include/openssl/engine.h
590
int ENGINE_set_default_digests(ENGINE *e);
crypto/libressl/include/openssl/engine.h
591
int ENGINE_set_default_pkey_meths(ENGINE *e);
crypto/libressl/include/openssl/engine.h
592
int ENGINE_set_default_pkey_asn1_meths(ENGINE *e);
crypto/libressl/include/openssl/engine.h
599
int ENGINE_set_default(ENGINE *e, unsigned int flags);
crypto/libressl/include/openssl/engine.h
690
typedef int (*dynamic_bind_engine)(ENGINE *e, const char *id,
crypto/libressl/include/openssl/engine.h
694
int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
crypto/libressl/include/openssl/engine.h
696
int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
crypto/libressl/include/openssl/evp.h
1037
EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
crypto/libressl/include/openssl/evp.h
1038
EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
crypto/libressl/include/openssl/evp.h
1050
EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key,
crypto/libressl/include/openssl/evp.h
1052
EVP_PKEY *EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv,
crypto/libressl/include/openssl/evp.h
1230
const unsigned char *key, size_t key_len, size_t tag_len, ENGINE *impl);
crypto/libressl/include/openssl/evp.h
448
int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
crypto/libressl/include/openssl/evp.h
452
unsigned int *size, const EVP_MD *type, ENGINE *impl);
crypto/libressl/include/openssl/evp.h
475
ENGINE *impl, const unsigned char *key, const unsigned char *iv);
crypto/libressl/include/openssl/evp.h
486
ENGINE *impl, const unsigned char *key, const unsigned char *iv);
crypto/libressl/include/openssl/evp.h
497
ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc);
crypto/libressl/include/openssl/evp.h
512
const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
crypto/libressl/include/openssl/evp.h
519
const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
crypto/libressl/include/openssl/evp.h
913
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type);
crypto/libressl/include/openssl/evp.h
914
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
crypto/libressl/include/openssl/hmac.h
84
ENGINE *impl);
crypto/libressl/include/openssl/rand.h
87
int RAND_set_rand_engine(ENGINE *engine);
crypto/libressl/include/openssl/rsa.h
239
RSA *RSA_new_method(ENGINE *engine);
crypto/libressl/include/openssl/safestack.h
710
#define sk_ENGINE_new(cmp) SKM_sk_new(ENGINE, (cmp))
crypto/libressl/include/openssl/safestack.h
711
#define sk_ENGINE_new_null() SKM_sk_new_null(ENGINE)
crypto/libressl/include/openssl/safestack.h
712
#define sk_ENGINE_free(st) SKM_sk_free(ENGINE, (st))
crypto/libressl/include/openssl/safestack.h
713
#define sk_ENGINE_num(st) SKM_sk_num(ENGINE, (st))
crypto/libressl/include/openssl/safestack.h
714
#define sk_ENGINE_value(st, i) SKM_sk_value(ENGINE, (st), (i))
crypto/libressl/include/openssl/safestack.h
715
#define sk_ENGINE_set(st, i, val) SKM_sk_set(ENGINE, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
716
#define sk_ENGINE_zero(st) SKM_sk_zero(ENGINE, (st))
crypto/libressl/include/openssl/safestack.h
717
#define sk_ENGINE_push(st, val) SKM_sk_push(ENGINE, (st), (val))
crypto/libressl/include/openssl/safestack.h
718
#define sk_ENGINE_unshift(st, val) SKM_sk_unshift(ENGINE, (st), (val))
crypto/libressl/include/openssl/safestack.h
719
#define sk_ENGINE_find(st, val) SKM_sk_find(ENGINE, (st), (val))
crypto/libressl/include/openssl/safestack.h
720
#define sk_ENGINE_find_ex(st, val) SKM_sk_find_ex(ENGINE, (st), (val))
crypto/libressl/include/openssl/safestack.h
721
#define sk_ENGINE_delete(st, i) SKM_sk_delete(ENGINE, (st), (i))
crypto/libressl/include/openssl/safestack.h
722
#define sk_ENGINE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
723
#define sk_ENGINE_insert(st, val, i) SKM_sk_insert(ENGINE, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
724
#define sk_ENGINE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
725
#define sk_ENGINE_dup(st) SKM_sk_dup(ENGINE, st)
crypto/libressl/include/openssl/safestack.h
726
#define sk_ENGINE_pop_free(st, free_func) SKM_sk_pop_free(ENGINE, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
727
#define sk_ENGINE_shift(st) SKM_sk_shift(ENGINE, (st))
crypto/libressl/include/openssl/safestack.h
728
#define sk_ENGINE_pop(st) SKM_sk_pop(ENGINE, (st))
crypto/libressl/include/openssl/safestack.h
729
#define sk_ENGINE_sort(st) SKM_sk_sort(ENGINE, (st))
crypto/libressl/include/openssl/safestack.h
730
#define sk_ENGINE_is_sorted(st) SKM_sk_is_sorted(ENGINE, (st))
crypto/libressl/include/openssl/ssl.h
614
int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e);
crypto/libressl/ssl/ssl_lib.c
2069
ENGINE *eng;
crypto/libressl/ssl/ssl_locl.h
842
ENGINE *client_cert_engine;
crypto/libressl/ssl/ssl_sess.c
1173
SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e)