Home
last modified time | relevance | path

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

12

/freebsd/crypto/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()
/freebsd/crypto/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()
/freebsd/crypto/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 …]
/freebsd/crypto/openssl/test/
H A Dafalgtest.c118 if (!TEST_true(ENGINE_init(e))) in test_pr16743()
H A Devp_extra_test.c5945 if (!TEST_true(ENGINE_init(e))) { in test_signatures_with_engine()
6022 if (!TEST_true(ENGINE_init(e))) { in test_cipher_with_engine()
/freebsd/crypto/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()
/freebsd/crypto/openssl/ssl/
H A Dtls_depr.c83 if (!ENGINE_init(e)) { in SSL_CTX_set_client_cert_engine()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_lib.c99 if (!ENGINE_init(engine)) { in dh_new_intern()
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c158 if (!ENGINE_init(engine)) { in dsa_new_intern()
/freebsd/crypto/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()
/freebsd/crypto/openssl/crypto/asn1/
H A Dameth_lib.c122 if (!ENGINE_init(e)) in EVP_PKEY_asn1_find_str()
/freebsd/crypto/openssl/crypto/hmac/
H A Dhmac_s390x.c79 if (!ENGINE_init(impl)) in s390x_check_engine_used()
/freebsd/crypto/openssl/apps/
H A Dengine.c471 if (ENGINE_init(e)) { in engine_main()
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h620 OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
/freebsd/crypto/openssl/crypto/evp/
H A Ddigest.c310 if (!ENGINE_init(impl)) { in evp_md_init_internal()
673 if (in->engine && !ENGINE_init(in->engine)) { in EVP_MD_CTX_copy_ex()
H A Devp_enc.c354 if (!ENGINE_init(impl)) { in evp_cipher_init_internal()
1814 if (in->engine && !ENGINE_init(in->engine)) { in EVP_CIPHER_CTX_copy()
H A Dp_lib.c732 if (!ENGINE_init(e)) { in EVP_PKEY_set1_engine()
1655 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()
459 if (pctx->engine && !ENGINE_init(pctx->engine)) { in EVP_PKEY_CTX_dup()
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c335 if (!ENGINE_init(engine)) in RAND_set_rand_engine()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_lib.c100 if (!ENGINE_init(engine)) { in rsa_new_intern()
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.c1538 if (!TEST_true(ENGINE_init(e))) { in load_dasync()
/freebsd/contrib/sendmail/src/
H A Dtls.c3061 if (!ENGINE_init(e))

12