Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/crypto/openssl/crypto/engine/
H A Deng_init.c81 int ENGINE_init(ENGINE *e) in ENGINE_init() function
H A Deng_cnf.c32 if (!ENGINE_init(e)) in int_engine_init()
/freebsd-14.2/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-14.2/crypto/openssl/test/
H A Dafalgtest.c118 if (!TEST_true(ENGINE_init(e))) in test_pr16743()
H A Devp_extra_test.c4890 if (!TEST_true(ENGINE_init(e))) { in test_signatures_with_engine()
4967 if (!TEST_true(ENGINE_init(e))) { in test_cipher_with_engine()
/freebsd-14.2/crypto/openssl/ssl/
H A Dtls_depr.c78 if (!ENGINE_init(e)) { in SSL_CTX_set_client_cert_engine()
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dengine_loader.c123 if (ENGINE_init(ctx->e)) { in engine_load()
H A Dengine.c90 rv = ENGINE_init(e); in init_engine()
/freebsd-14.2/crypto/openssl/crypto/dh/
H A Ddh_lib.c96 if (!ENGINE_init(engine)) { in dh_new_intern()
/freebsd-14.2/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c155 if (!ENGINE_init(engine)) { in dsa_new_intern()
/freebsd-14.2/crypto/openssl/crypto/ec/
H A Dec_kmeth.c110 if (!ENGINE_init(engine)) { in ossl_ec_key_new_method_int()
H A Dec_key.c172 if (src->engine != NULL && ENGINE_init(src->engine) == 0) in EC_KEY_copy()
/freebsd-14.2/crypto/openssl/crypto/asn1/
H A Dameth_lib.c122 if (!ENGINE_init(e)) in EVP_PKEY_asn1_find_str()
/freebsd-14.2/crypto/openssl/apps/
H A Dengine.c465 if (ENGINE_init(e)) { in engine_main()
/freebsd-14.2/crypto/openssl/crypto/evp/
H A Ddigest.c298 if (!ENGINE_init(impl)) { in evp_md_init_internal()
591 if (in->engine && !ENGINE_init(in->engine)) { in EVP_MD_CTX_copy_ex()
H A Devp_enc.c310 if (!ENGINE_init(impl)) { in evp_cipher_init_internal()
1447 if (in->engine && !ENGINE_init(in->engine)) { in EVP_CIPHER_CTX_copy()
H A Dp_lib.c694 if (!ENGINE_init(e)) { in EVP_PKEY_set1_engine()
1596 if (eptr == NULL && e != NULL && !ENGINE_init(e)) { in pkey_set_type()
H A Dpmeth_lib.c240 if (!ENGINE_init(e)) { in int_ctx_new()
479 if (pctx->engine && !ENGINE_init(pctx->engine)) { in EVP_PKEY_CTX_dup()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dengine.h620 OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
/freebsd-14.2/crypto/openssl/crypto/rand/
H A Drand_lib.c224 if (!ENGINE_init(engine)) in RAND_set_rand_engine()
/freebsd-14.2/crypto/openssl/crypto/rsa/
H A Drsa_lib.c97 if (!ENGINE_init(engine)) { in rsa_new_intern()
/freebsd-14.2/crypto/openssl/test/helpers/
H A Dssltestlib.c1203 if (!TEST_true(ENGINE_init(e))) { in load_dasync()
/freebsd-14.2/contrib/sendmail/src/
H A Dtls.c3061 if (!ENGINE_init(e))
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map1270 ENGINE_init;

12