Symbol: ENGINE
lib/libcrypto/cmac/cmac.c
183
const EVP_CIPHER *cipher, ENGINE *impl)
lib/libcrypto/cmac/cmac.h
74
const EVP_CIPHER *cipher, ENGINE *impl);
lib/libcrypto/dh/dh.h
129
DH *DH_new_method(ENGINE *engine);
lib/libcrypto/dh/dh.h
142
ENGINE *DH_get0_engine(DH *d);
lib/libcrypto/dh/dh_lib.c
115
DH_new_method(ENGINE *engine)
lib/libcrypto/dh/dh_lib.c
223
ENGINE *
lib/libcrypto/dsa/dsa.h
132
DSA * DSA_new_method(ENGINE *engine);
lib/libcrypto/dsa/dsa.h
195
ENGINE *DSA_get0_engine(DSA *d);
lib/libcrypto/dsa/dsa_lib.c
121
DSA_new_method(ENGINE *engine)
lib/libcrypto/dsa/dsa_lib.c
398
ENGINE *
lib/libcrypto/ec/ec.h
286
EC_KEY *EC_KEY_new_method(ENGINE *engine);
lib/libcrypto/ec/ec_key.c
563
EC_KEY_new_method(ENGINE *engine)
lib/libcrypto/engine/engine.h
102
ENGINE *ENGINE_new(void);
lib/libcrypto/engine/engine.h
103
int ENGINE_free(ENGINE *engine);
lib/libcrypto/engine/engine.h
104
int ENGINE_init(ENGINE *engine);
lib/libcrypto/engine/engine.h
105
int ENGINE_finish(ENGINE *engine);
lib/libcrypto/engine/engine.h
107
ENGINE *ENGINE_by_id(const char *id);
lib/libcrypto/engine/engine.h
108
const char *ENGINE_get_id(const ENGINE *engine);
lib/libcrypto/engine/engine.h
109
const char *ENGINE_get_name(const ENGINE *engine);
lib/libcrypto/engine/engine.h
111
int ENGINE_set_default(ENGINE *engine, unsigned int flags);
lib/libcrypto/engine/engine.h
113
ENGINE *ENGINE_get_default_RSA(void);
lib/libcrypto/engine/engine.h
114
int ENGINE_set_default_RSA(ENGINE *engine);
lib/libcrypto/engine/engine.h
116
int ENGINE_ctrl_cmd(ENGINE *engine, const char *cmd_name, long i, void *p,
lib/libcrypto/engine/engine.h
118
int ENGINE_ctrl_cmd_string(ENGINE *engine, const char *cmd, const char *arg,
lib/libcrypto/engine/engine.h
121
EVP_PKEY *ENGINE_load_private_key(ENGINE *engine, const char *key_id,
lib/libcrypto/engine/engine.h
123
EVP_PKEY *ENGINE_load_public_key(ENGINE *engine, const char *key_id,
lib/libcrypto/engine/engine_stubs.c
104
ENGINE_set_default_RSA(ENGINE *engine)
lib/libcrypto/engine/engine_stubs.c
111
ENGINE_ctrl_cmd(ENGINE *engine, const char *cmd_name, long i, void *p,
lib/libcrypto/engine/engine_stubs.c
119
ENGINE_ctrl_cmd_string(ENGINE *engine, const char *cmd, const char *arg,
lib/libcrypto/engine/engine_stubs.c
127
ENGINE_load_private_key(ENGINE *engine, const char *key_id,
lib/libcrypto/engine/engine_stubs.c
135
ENGINE_load_public_key(ENGINE *engine, const char *key_id,
lib/libcrypto/engine/engine_stubs.c
40
ENGINE *
lib/libcrypto/engine/engine_stubs.c
48
ENGINE_free(ENGINE *engine)
lib/libcrypto/engine/engine_stubs.c
55
ENGINE_init(ENGINE *engine)
lib/libcrypto/engine/engine_stubs.c
62
ENGINE_finish(ENGINE *engine)
lib/libcrypto/engine/engine_stubs.c
68
ENGINE *
lib/libcrypto/engine/engine_stubs.c
76
ENGINE_get_id(const ENGINE *engine)
lib/libcrypto/engine/engine_stubs.c
83
ENGINE_get_name(const ENGINE *engine)
lib/libcrypto/engine/engine_stubs.c
90
ENGINE_set_default(ENGINE *engine, unsigned int flags)
lib/libcrypto/engine/engine_stubs.c
96
ENGINE *
lib/libcrypto/evp/evp.h
1051
const unsigned char *key, size_t key_len, size_t tag_len, ENGINE *impl);
lib/libcrypto/evp/evp.h
406
EVP_PKEY *EVP_PKEY_new_raw_private_key(int type, ENGINE *engine,
lib/libcrypto/evp/evp.h
408
EVP_PKEY *EVP_PKEY_new_raw_public_key(int type, ENGINE *engine,
lib/libcrypto/evp/evp.h
452
int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
lib/libcrypto/evp/evp.h
456
unsigned int *size, const EVP_MD *type, ENGINE *impl);
lib/libcrypto/evp/evp.h
479
ENGINE *impl, const unsigned char *key, const unsigned char *iv);
lib/libcrypto/evp/evp.h
488
ENGINE *impl, const unsigned char *key, const unsigned char *iv);
lib/libcrypto/evp/evp.h
497
ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc);
lib/libcrypto/evp/evp.h
510
const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
lib/libcrypto/evp/evp.h
517
const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
lib/libcrypto/evp/evp.h
854
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type);
lib/libcrypto/evp/evp.h
855
const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
lib/libcrypto/evp/evp.h
928
EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
lib/libcrypto/evp/evp.h
929
EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
lib/libcrypto/evp/evp.h
941
EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key,
lib/libcrypto/evp/evp.h
943
EVP_PKEY *EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv,
lib/libcrypto/evp/evp_aead.c
56
const unsigned char *key, size_t key_len, size_t tag_len, ENGINE *impl)
lib/libcrypto/evp/evp_cipher.c
133
EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine,
lib/libcrypto/evp/evp_cipher.c
288
EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine,
lib/libcrypto/evp/evp_cipher.c
477
EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine,
lib/libcrypto/evp/evp_digest.c
132
EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl)
lib/libcrypto/evp/evp_digest.c
210
unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl)
lib/libcrypto/evp/m_sigver.c
127
ENGINE *e, EVP_PKEY *pkey)
lib/libcrypto/evp/m_sigver.c
135
ENGINE *e, EVP_PKEY *pkey)
lib/libcrypto/evp/p_lib.c
186
EVP_PKEY_asn1_find(ENGINE **engine, int pkey_id)
lib/libcrypto/evp/p_lib.c
203
EVP_PKEY_asn1_find_str(ENGINE **engine, const char *str, int len)
lib/libcrypto/evp/p_lib.c
480
EVP_PKEY_new_raw_private_key(int type, ENGINE *engine,
lib/libcrypto/evp/p_lib.c
510
EVP_PKEY_new_raw_public_key(int type, ENGINE *engine,
lib/libcrypto/evp/p_lib.c
574
EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv, size_t len,
lib/libcrypto/evp/pmeth_gn.c
207
EVP_PKEY_new_mac_key(int type, ENGINE *e, const unsigned char *key, int keylen)
lib/libcrypto/evp/pmeth_lib.c
156
EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *engine)
lib/libcrypto/evp/pmeth_lib.c
163
EVP_PKEY_CTX_new_id(int nid, ENGINE *engine)
lib/libcrypto/hmac/hmac.c
71
ENGINE *impl)
lib/libcrypto/hmac/hmac.h
82
ENGINE *impl)
lib/libcrypto/rsa/rsa.h
235
RSA *RSA_new_method(ENGINE *engine);
lib/libcrypto/rsa/rsa_lib.c
129
RSA_new_method(ENGINE *engine)
lib/libfido2/src/eddsa.c
15
EVP_PKEY_new_raw_public_key(int type, ENGINE *e, const unsigned char *key,
lib/libfido2/src/fido/eddsa.h
37
EVP_PKEY *EVP_PKEY_new_raw_public_key(int, ENGINE *, const unsigned char *,
sbin/unwind/libunbound/sldns/keyraw.c
137
ENGINE* sldns_gost_engine = NULL;
sbin/unwind/libunbound/sldns/keyraw.c
144
ENGINE* e;
usr.sbin/unbound/sldns/keyraw.c
137
ENGINE* sldns_gost_engine = NULL;
usr.sbin/unbound/sldns/keyraw.c
144
ENGINE* e;