Home
last modified time | relevance | path

Searched refs:ENGINE_set_id (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssl/test/
H A Denginetest.c65 || !TEST_true(ENGINE_set_id(new_h1, "test_id0")) in test_engines()
68 || !TEST_true(ENGINE_set_id(new_h2, "test_id1")) in test_engines()
71 || !TEST_true(ENGINE_set_id(new_h3, "test_id2")) in test_engines()
74 || !TEST_true(ENGINE_set_id(new_h4, "test_id3")) in test_engines()
155 || !TEST_true(ENGINE_set_id(block[loop], eid[loop])) in test_engines()
282 || !TEST_true(ENGINE_set_id(e, "Test redirect engine")) in test_redirect()
391 || !TEST_true(ENGINE_set_id(e, "Test dummy engine")) in test_x509_dup_w_engine()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_rdrand.c62 if (!ENGINE_set_id(e, engine_e_rdrand_id) || in bind_helper()
H A Deng_lib.c201 int ENGINE_set_id(ENGINE *e, const char *id) in ENGINE_set_id() function
H A Deng_dyn.c245 if (!ENGINE_set_id(ret, engine_dynamic_id) || in engine_dynamic()
H A Deng_openssl.c97 if (!ENGINE_set_id(e, engine_openssl_id) in bind_helper()
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h495 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_id(ENGINE *e, const char *id);
/freebsd/crypto/openssl/engines/
H A De_padlock.c112 if (!ENGINE_set_id(e, padlock_id) || in padlock_bind_helper()
H A De_ossltest.c417 if (!ENGINE_set_id(e, engine_ossltest_id) in bind_ossltest()
H A De_afalg.c776 if (!ENGINE_set_id(e, engine_afalg_id) in bind_afalg()
H A De_dasync.c250 if (!ENGINE_set_id(e, engine_dasync_id) in bind_dasync()
H A De_devcrypto.c1280 if (!ENGINE_set_id(e, engine_devcrypto_id) in bind_devcrypto()
H A De_loader_attic.c1743 || !ENGINE_set_id(e, loader_attic_id) in bind_loader_attic()
H A De_capi.c543 if (!ENGINE_set_id(e, engine_capi_id) in bind_capi()
/freebsd/crypto/openssl/doc/man3/
H A DENGINE_add.pod32 ENGINE_set_id, ENGINE_set_init_function, ENGINE_set_load_privkey_function,
120 int ENGINE_set_id(ENGINE *e, const char *id);
623 ENGINE_set_id() and ENGINE_set_name() return 1 on success or 0 on error.
/freebsd/secure/lib/libcrypto/
H A DVersion.map1320 ENGINE_set_id;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1598 MLINKS+= ENGINE_add.3 ENGINE_set_id.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3647 ENGINE_set_id 3730 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE