Lines Matching refs:ENGINE
28 static ENGINE *try_load_engine(const char *engine) in try_load_engine()
30 ENGINE *e = NULL; in try_load_engine()
43 ENGINE *setup_engine_methods(const char *id, unsigned int methods, int debug) in setup_engine_methods()
45 ENGINE *e = NULL; in setup_engine_methods()
77 void release_engine(ENGINE *e) in release_engine()
85 int init_engine(ENGINE *e) in init_engine()
95 int finish_engine(ENGINE *e) in finish_engine()
105 char *make_engine_uri(ENGINE *e, const char *key_id, const char *desc) in make_engine_uri()
138 int get_legacy_pkey_id(OSSL_LIB_CTX *libctx, const char *algname, ENGINE *e) in get_legacy_pkey_id()
141 ENGINE *tmpeng = NULL; in get_legacy_pkey_id()
170 ENGINE *eng; in get_digest_from_engine()
184 ENGINE *eng; in get_cipher_from_engine()