Searched refs:ENGINE_init (Results 1 – 25 of 25) sorted by relevance
40 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()
86 int ENGINE_init(ENGINE *e) in ENGINE_init() function
32 if (!ENGINE_init(e)) in int_engine_init()
118 if (!TEST_true(ENGINE_init(e))) in test_pr16743()
5367 if (!TEST_true(ENGINE_init(e))) { in test_signatures_with_engine()5444 if (!TEST_true(ENGINE_init(e))) { in test_cipher_with_engine()
19 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 not367 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 the429 calling ENGINE_init(). The other class of commands consist of settings or431 place, and these commands may work either before or after ENGINE_init(), or463 if (!ENGINE_init(e)) {469 * ENGINE_init() returned a functional reference, so free the structural[all …]
90 rv = ENGINE_init(e); in init_engine()
122 if (ENGINE_init(ctx->e)) { in engine_load()
82 if (!ENGINE_init(e)) { in SSL_CTX_set_client_cert_engine()
99 if (!ENGINE_init(engine)) { in dh_new_intern()
158 if (!ENGINE_init(engine)) { in dsa_new_intern()
104 if (!ENGINE_init(engine)) { in ossl_ec_key_new_method_int()
173 if (src->engine != NULL && ENGINE_init(src->engine) == 0) in EC_KEY_copy()
122 if (!ENGINE_init(e)) in EVP_PKEY_asn1_find_str()
78 if (!ENGINE_init(impl)) in s390x_check_engine_used()
466 if (ENGINE_init(e)) { in engine_main()
620 OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
310 if (!ENGINE_init(impl)) { in evp_md_init_internal()660 if (in->engine && !ENGINE_init(in->engine)) { in EVP_MD_CTX_copy_ex()
320 if (!ENGINE_init(impl)) { in evp_cipher_init_internal()1495 if (in->engine && !ENGINE_init(in->engine)) { in EVP_CIPHER_CTX_copy()
701 if (!ENGINE_init(e)) { in EVP_PKEY_set1_engine()1604 if (eptr == NULL && e != NULL && !ENGINE_init(e)) { in pkey_set_type()
218 if (!ENGINE_init(e)) { in int_ctx_new()455 if (pctx->engine && !ENGINE_init(pctx->engine)) { in EVP_PKEY_CTX_dup()
237 if (!ENGINE_init(engine)) in RAND_set_rand_engine()
100 if (!ENGINE_init(engine)) { in rsa_new_intern()
1473 if (!TEST_true(ENGINE_init(e))) { in load_dasync()
750 ENGINE_init 770 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE
Completed in 108 milliseconds