Home
last modified time | relevance | path

Searched refs:ENGINE_init (Results 1 – 25 of 25) sorted by relevance

/openssl/providers/common/
H A Dprovider_util.c40 if (src->engine != NULL && !ENGINE_init(src->engine)) { in ossl_prov_cipher_copy()
79 if (!ENGINE_init(*engine)) { in load_common()
156 if (src->engine != NULL && !ENGINE_init(src->engine)) { in ossl_prov_digest_copy()
/openssl/crypto/engine/
H A Deng_init.c86 int ENGINE_init(ENGINE *e) in ENGINE_init() function
H A Deng_cnf.c32 if (!ENGINE_init(e)) in int_engine_init()
/openssl/test/
H A Dafalgtest.c118 if (!TEST_true(ENGINE_init(e))) in test_pr16743()
H A Devp_extra_test.c5367 if (!TEST_true(ENGINE_init(e))) { in test_signatures_with_engine()
5444 if (!TEST_true(ENGINE_init(e))) { in test_cipher_with_engine()
/openssl/doc/man3/
H A DENGINE_add.pod19 ENGINE_finish, ENGINE_free, ENGINE_get_flags, ENGINE_init,
63 int ENGINE_init(ENGINE *e);
262 call the ENGINE_init() function. This returns zero if the ENGINE was not
367 if (!ENGINE_init(e)) {
380 /* Release the functional reference from ENGINE_init() */
399 ENGINE_init() and if any of those succeed, that ENGINE will be set as the
429 calling ENGINE_init(). The other class of commands consist of settings or
431 place, and these commands may work either before or after ENGINE_init(), or
463 if (!ENGINE_init(e)) {
469 * ENGINE_init() returned a functional reference, so free the structural
[all …]
/openssl/apps/lib/
H A Dengine.c90 rv = ENGINE_init(e); in init_engine()
H A Dengine_loader.c122 if (ENGINE_init(ctx->e)) { in engine_load()
/openssl/ssl/
H A Dtls_depr.c82 if (!ENGINE_init(e)) { in SSL_CTX_set_client_cert_engine()
/openssl/crypto/dh/
H A Ddh_lib.c99 if (!ENGINE_init(engine)) { in dh_new_intern()
/openssl/crypto/dsa/
H A Ddsa_lib.c158 if (!ENGINE_init(engine)) { in dsa_new_intern()
/openssl/crypto/ec/
H A Dec_kmeth.c104 if (!ENGINE_init(engine)) { in ossl_ec_key_new_method_int()
H A Dec_key.c173 if (src->engine != NULL && ENGINE_init(src->engine) == 0) in EC_KEY_copy()
/openssl/crypto/asn1/
H A Dameth_lib.c122 if (!ENGINE_init(e)) in EVP_PKEY_asn1_find_str()
/openssl/crypto/hmac/
H A Dhmac_s390x.c78 if (!ENGINE_init(impl)) in s390x_check_engine_used()
/openssl/apps/
H A Dengine.c466 if (ENGINE_init(e)) { in engine_main()
/openssl/include/openssl/
H A Dengine.h620 OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
/openssl/crypto/evp/
H A Ddigest.c310 if (!ENGINE_init(impl)) { in evp_md_init_internal()
660 if (in->engine && !ENGINE_init(in->engine)) { in EVP_MD_CTX_copy_ex()
H A Devp_enc.c320 if (!ENGINE_init(impl)) { in evp_cipher_init_internal()
1495 if (in->engine && !ENGINE_init(in->engine)) { in EVP_CIPHER_CTX_copy()
H A Dp_lib.c701 if (!ENGINE_init(e)) { in EVP_PKEY_set1_engine()
1604 if (eptr == NULL && e != NULL && !ENGINE_init(e)) { in pkey_set_type()
H A Dpmeth_lib.c218 if (!ENGINE_init(e)) { in int_ctx_new()
455 if (pctx->engine && !ENGINE_init(pctx->engine)) { in EVP_PKEY_CTX_dup()
/openssl/crypto/rand/
H A Drand_lib.c237 if (!ENGINE_init(engine)) in RAND_set_rand_engine()
/openssl/crypto/rsa/
H A Drsa_lib.c100 if (!ENGINE_init(engine)) { in rsa_new_intern()
/openssl/test/helpers/
H A Dssltestlib.c1473 if (!TEST_true(ENGINE_init(e))) { in load_dasync()
/openssl/util/
H A Dlibcrypto.num750 ENGINE_init 770 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE

Completed in 108 milliseconds