/freebsd/crypto/openssl/test/ |
H A D | enginetest.c | 44 ENGINE_free(h); in display_engine_list() 88 ENGINE_free(ptr); in test_engines() 140 ENGINE_free(ptr); in test_engines() 172 ENGINE_free(ptr); in test_engines() 181 ENGINE_free(new_h1); in test_engines() 182 ENGINE_free(new_h2); in test_engines() 183 ENGINE_free(new_h3); in test_engines() 184 ENGINE_free(new_h4); in test_engines() 186 ENGINE_free(block[loop]); in test_engines() 353 ENGINE_free(e); in test_redirect() [all …]
|
H A D | afalgtest.c | 158 ENGINE_free(e); in cleanup_tests()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | engine.c | 35 ENGINE_free(e); in try_load_engine() 67 ENGINE_free(e); in setup_engine_methods() 81 ENGINE_free(e); in release_engine()
|
H A D | engine_loader.c | 58 ENGINE_free(ctx->e); in OSSL_STORE_LOADER_CTX_free() 99 ENGINE_free(e); in engine_open()
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_rdrand.c | 78 ENGINE_free(ret); in ENGINE_rdrand() 96 ENGINE_free(toadd); in engine_load_rdrand_int()
|
H A D | eng_list.c | 278 ENGINE_free(e); in ENGINE_get_next() 299 ENGINE_free(e); in ENGINE_get_prev() 432 ENGINE_free(iterator); in ENGINE_by_id()
|
H A D | eng_dyn.c | 252 ENGINE_free(ret); in engine_dynamic() 270 ENGINE_free(toadd); in engine_load_dynamic_int()
|
H A D | eng_cnf.c | 143 ENGINE_free(e); in int_engine_configure()
|
H A D | eng_openssl.c | 142 ENGINE_free(ret); in engine_openssl() 160 ENGINE_free(toadd); in engine_load_openssl_int()
|
H A D | eng_lib.c | 100 int ENGINE_free(ENGINE *e) in ENGINE_free() function
|
/freebsd/contrib/unbound/sldns/ |
H A D | keyraw.c | 169 ENGINE_free(e); in sldns_key_EVP_load_gost_id() 177 ENGINE_free(e); in sldns_key_EVP_load_gost_id() 192 ENGINE_free(sldns_gost_engine); in sldns_key_EVP_unload_gost()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ENGINE_add.pod | 19 ENGINE_finish, ENGINE_free, ENGINE_get_flags, ENGINE_init, 117 int ENGINE_free(ENGINE *e); 228 released by a corresponding to call to the ENGINE_free() function - the 230 the last structural reference is released. If the argument to ENGINE_free() 240 ENGINE_free() when they are finished with it. In a similar way, some 369 ENGINE_free(e); 383 ENGINE_free(e); 458 ENGINE_free(e); 465 ENGINE_free(e); 472 ENGINE_free(e); [all …]
|
/freebsd/crypto/openssl/providers/common/ |
H A D | provider_util.c | 80 ENGINE_free(*engine); in load_common() 85 ENGINE_free(*engine); in load_common()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_padlock.c | 58 ENGINE_free(toadd); in engine_load_padlock_int() 135 ENGINE_free(eng); in ENGINE_padlock()
|
H A D | e_ossltest.c | 454 ENGINE_free(ret); in IMPLEMENT_DYNAMIC_BIND_FN() 467 ENGINE_free(toadd); in ENGINE_load_ossltest()
|
H A D | e_afalg.c | 876 ENGINE_free(ret); in engine_afalg() 898 ENGINE_free(toadd); in engine_load_afalg_int()
|
H A D | e_dasync.c | 387 ENGINE_free(ret); in IMPLEMENT_DYNAMIC_BIND_FN() 404 ENGINE_free(toadd); in engine_load_dasync_int()
|
H A D | e_devcrypto.c | 1346 ENGINE_free(e); in engine_load_devcrypto_int() 1356 ENGINE_free(e); /* Loose our local reference */ in engine_load_devcrypto_int()
|
H A D | e_capi.c | 591 ENGINE_free(ret); in IMPLEMENT_DYNAMIC_BIND_FN() 609 ENGINE_free(toadd);
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 124 ENGINE_free(e); in EVP_PKEY_asn1_find_str()
|
/freebsd/crypto/openssl/apps/ |
H A D | engine.c | 478 ENGINE_free(e); in engine_main()
|
/freebsd/contrib/ldns/ |
H A D | keys.c | 169 ENGINE_free(e); in ldns_key_EVP_load_gost_id() 177 ENGINE_free(e); in ldns_key_EVP_load_gost_id() 192 ENGINE_free(ldns_gost_engine); in ldns_key_EVP_unload_gost()
|
H A D | configure.ac | 365 …SIG_get0 EVP_dss1 DSA_get0_pqg DSA_get0_key EVP_cleanup ENGINE_cleanup ENGINE_free CRYPTO_cleanup_… 466 ENGINE_free(e); 474 ENGINE_free(e);
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_conf.c | 188 ENGINE_free(e); in TS_CONF_set_default_engine()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | engine.h | 493 OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e);
|