Home
last modified time | relevance | path

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

/openssl-master/providers/common/
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-master/crypto/engine/
A Deng_init.c81 int ENGINE_init(ENGINE *e) in ENGINE_init() function
A Deng_cnf.c32 if (!ENGINE_init(e)) in int_engine_init()
/openssl-master/test/
A Dafalgtest.c118 if (!TEST_true(ENGINE_init(e))) in test_pr16743()
A Devp_extra_test.c4096 if (!TEST_true(ENGINE_init(e))) { in test_signatures_with_engine()
4173 if (!TEST_true(ENGINE_init(e))) { in test_cipher_with_engine()
/openssl-master/doc/man3/
A DENGINE_add.pod19 ENGINE_finish, ENGINE_free, ENGINE_get_flags, ENGINE_init,
63 int ENGINE_init(ENGINE *e);
261 call the ENGINE_init() function. This returns zero if the ENGINE was not
366 if (!ENGINE_init(e)) {
379 /* Release the functional reference from ENGINE_init() */
398 ENGINE_init() and if any of those succeed, that ENGINE will be set as the
428 calling ENGINE_init(). The other class of commands consist of settings or
430 place, and these commands may work either before or after ENGINE_init(), or
462 if (!ENGINE_init(e)) {
468 * ENGINE_init() returned a functional reference, so free the structural
[all …]
/openssl-master/ssl/
A Dtls_depr.c78 if (!ENGINE_init(e)) { in SSL_CTX_set_client_cert_engine()
/openssl-master/apps/lib/
A Dengine.c90 rv = ENGINE_init(e); in init_engine()
A Dengine_loader.c123 if (ENGINE_init(ctx->e)) { in engine_load()
/openssl-master/crypto/dh/
A Ddh_lib.c96 if (!ENGINE_init(engine)) { in dh_new_intern()
/openssl-master/crypto/dsa/
A Ddsa_lib.c155 if (!ENGINE_init(engine)) { in dsa_new_intern()
/openssl-master/crypto/ec/
A Dec_kmeth.c110 if (!ENGINE_init(engine)) { in ossl_ec_key_new_method_int()
A Dec_backend.c616 if (src->engine != NULL && ENGINE_init(src->engine) == 0) in ossl_ec_key_dup()
A Dec_key.c172 if (src->engine != NULL && ENGINE_init(src->engine) == 0) in EC_KEY_copy()
/openssl-master/crypto/asn1/
A Dameth_lib.c123 if (!ENGINE_init(e)) in EVP_PKEY_asn1_find_str()
/openssl-master/apps/
A Dengine.c463 if (ENGINE_init(e)) { in engine_main()
/openssl-master/crypto/evp/
A Ddigest.c279 if (!ENGINE_init(impl)) { in evp_md_init_internal()
562 if (in->engine && !ENGINE_init(in->engine)) { in EVP_MD_CTX_copy_ex()
A Devp_enc.c260 if (!ENGINE_init(impl)) { in evp_cipher_init_internal()
1387 if (in->engine && !ENGINE_init(in->engine)) { in EVP_CIPHER_CTX_copy()
A Dp_lib.c689 if (!ENGINE_init(e)) { in EVP_PKEY_set1_engine()
1575 if (eptr == NULL && e != NULL && !ENGINE_init(e)) { in pkey_set_type()
A Dpmeth_lib.c240 if (!ENGINE_init(e)) { in int_ctx_new()
478 if (pctx->engine && !ENGINE_init(pctx->engine)) { in EVP_PKEY_CTX_dup()
/openssl-master/include/openssl/
A Dengine.h620 OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
/openssl-master/crypto/rand/
A Drand_lib.c223 if (!ENGINE_init(engine)) in RAND_set_rand_engine()
/openssl-master/crypto/rsa/
A Drsa_lib.c97 if (!ENGINE_init(engine)) { in rsa_new_intern()
/openssl-master/util/
A Dlibcrypto.num750 ENGINE_init 770 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE

Completed in 52 milliseconds