Home
last modified time | relevance | path

Searched refs:ENGINE_free (Results 1 – 21 of 21) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/engine/
Denginetest.c92 ENGINE_free(h); in display_engine_list()
154 ENGINE_free(ptr); in main()
210 ENGINE_free(ptr); in main()
256 ENGINE_free(ptr); in main()
269 if(new_h1) ENGINE_free(new_h1); in main()
270 if(new_h2) ENGINE_free(new_h2); in main()
271 if(new_h3) ENGINE_free(new_h3); in main()
272 if(new_h4) ENGINE_free(new_h4); in main()
275 ENGINE_free(block[loop]); in main()
Deng_openssl.c156 ENGINE_free(ret); in engine_openssl()
169 ENGINE_free(toadd); in ENGINE_load_openssl()
Deng_list.c240 ENGINE_free(e); in ENGINE_get_next()
263 ENGINE_free(e); in ENGINE_get_prev()
Dhw_nuron.c385 ENGINE_free(ret); in engine_nuron()
397 ENGINE_free(toadd); in ENGINE_load_nuron()
Deng_dyn.c259 ENGINE_free(ret); in engine_dynamic()
272 ENGINE_free(toadd); in ENGINE_load_dynamic()
Deng_cnf.c194 ENGINE_free(e); in int_engine_configure()
Dhw_atalla.c253 ENGINE_free(ret); in engine_atalla()
265 ENGINE_free(toadd); in ENGINE_load_atalla()
Dhw_cryptodev.c1284 ENGINE_free(engine); in ENGINE_load_cryptodev()
1293 ENGINE_free(engine); in ENGINE_load_cryptodev()
1304 ENGINE_free(engine); in ENGINE_load_cryptodev()
1357 ENGINE_free(engine); in ENGINE_load_cryptodev()
Deng_lib.c139 int ENGINE_free(ENGINE *e) in ENGINE_free() function
Dhw_4758_cca.c234 ENGINE_free(ret); in engine_4758_cca()
245 ENGINE_free(e_4758); in ENGINE_load_4758cca()
Dhw_aep.c340 ENGINE_free(ret);
352 ENGINE_free(toadd);
Dhw_sureware.c300 ENGINE_free(ret);
312 ENGINE_free(toadd);
Dengine.h414 int ENGINE_free(ENGINE *e);
Dhw_ncipher.c392 ENGINE_free(ret); in engine_ncipher()
404 ENGINE_free(toadd); in ENGINE_load_chil()
Dhw_ubsec.c253 ENGINE_free(ret); in engine_ubsec()
265 ENGINE_free(toadd); in ENGINE_load_ubsec()
Dhw_cswift.c271 ENGINE_free(ret); in engine_cswift()
283 ENGINE_free(toadd); in ENGINE_load_cswift()
/mirbsd/src/lib/libssl/src/doc/crypto/
Dengine.pod94 int ENGINE_free(ENGINE *e);
203 corresponding to call to the ENGINE_free() function - the ENGINE object
214 ENGINE_free() when they are finished with it. In a similar way, some
244 reference with ENGINE_free() first. If the caller wishes to use it only as
407 ENGINE_free(e);
419 ENGINE_free(e);
494 ENGINE_free(e);
501 ENGINE_free(e);
506 ENGINE_free(e);
/mirbsd/src/lib/libssl/src/apps/
Dengine.c511 ENGINE_free(e); in MAIN()
Dapps.c1331 ENGINE_free(e); in try_load_engine()
1367 ENGINE_free(e); in setup_engine()
1374 ENGINE_free(e); in setup_engine()
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_engine_init.c372 ENGINE_free(e); in ssl_init_Engine()
Dssl_engine_config.c460 ENGINE_free(e); in ssl_cmd_SSLCryptoDevice()