Home
last modified time | relevance | path

Searched refs:ENGINE_set_name (Results 1 – 15 of 15) sorted by relevance

/openssl/test/
H A Denginetest.c66 || !TEST_true(ENGINE_set_name(new_h1, "First test item")) in test_engines()
69 || !TEST_true(ENGINE_set_name(new_h2, "Second test item")) in test_engines()
72 || !TEST_true(ENGINE_set_name(new_h3, "Third test item")) in test_engines()
75 || !TEST_true(ENGINE_set_name(new_h4, "Fourth test item"))) in test_engines()
156 || !TEST_true(ENGINE_set_name(block[loop], ename[loop]))) in test_engines()
283 || !TEST_true(ENGINE_set_name(e, "Test redirect engine"))) in test_redirect()
392 || !TEST_true(ENGINE_set_name(e, "Test dummy engine"))) in test_x509_dup_w_engine()
/openssl/crypto/engine/
H A Deng_rdrand.c79 !ENGINE_set_name(e, engine_e_rdrand_name) || in bind_helper()
H A Deng_lib.c213 int ENGINE_set_name(ENGINE *e, const char *name) in ENGINE_set_name() function
H A Deng_dyn.c244 !ENGINE_set_name(ret, engine_dynamic_name) || in engine_dynamic()
H A Deng_openssl.c98 || !ENGINE_set_name(e, engine_openssl_name) in bind_helper()
/openssl/include/openssl/
H A Dengine.h496 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_name(ENGINE *e, const char *name);
/openssl/engines/
H A De_padlock.c113 !ENGINE_set_name(e, padlock_name) || in padlock_bind_helper()
H A De_ossltest.c418 || !ENGINE_set_name(e, engine_ossltest_name) in bind_ossltest()
H A De_afalg.c799 || !ENGINE_set_name(e, engine_afalg_name) in bind_afalg()
H A De_dasync.c250 || !ENGINE_set_name(e, engine_dasync_name) in bind_dasync()
H A De_devcrypto.c1282 || !ENGINE_set_name(e, "/dev/crypto engine") in bind_devcrypto()
H A De_loader_attic.c1728 || !ENGINE_set_name(e, loader_attic_name) in bind_loader_attic()
H A De_capi.c545 || !ENGINE_set_name(e, engine_capi_name) in bind_capi()
/openssl/doc/man3/
H A DENGINE_add.pod33 ENGINE_set_load_pubkey_function, ENGINE_set_name, ENGINE_up_ref,
121 int ENGINE_set_name(ENGINE *e, const char *name);
623 ENGINE_set_id() and ENGINE_set_name() return 1 on success or 0 on error.
/openssl/util/
H A Dlibcrypto.num2186 ENGINE_set_name 2235 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE

Completed in 122 milliseconds