/freebsd/crypto/openssl/providers/common/ |
H A D | provider_util.c | 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()
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_init.c | 86 int ENGINE_init(ENGINE *e) in ENGINE_init() function
|
H A D | eng_cnf.c | 32 if (!ENGINE_init(e)) in int_engine_init()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ENGINE_add.pod | 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 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 D | afalgtest.c | 118 if (!TEST_true(ENGINE_init(e))) in test_pr16743()
|
H A D | evp_extra_test.c | 5945 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 D | engine.c | 90 rv = ENGINE_init(e); in init_engine()
|
H A D | engine_loader.c | 122 if (ENGINE_init(ctx->e)) { in engine_load()
|
/freebsd/crypto/openssl/ssl/ |
H A D | tls_depr.c | 83 if (!ENGINE_init(e)) { in SSL_CTX_set_client_cert_engine()
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_lib.c | 99 if (!ENGINE_init(engine)) { in dh_new_intern()
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 158 if (!ENGINE_init(engine)) { in dsa_new_intern()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_kmeth.c | 104 if (!ENGINE_init(engine)) { in ossl_ec_key_new_method_int()
|
H A D | ec_key.c | 173 if (src->engine != NULL && ENGINE_init(src->engine) == 0) in EC_KEY_copy()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 122 if (!ENGINE_init(e)) in EVP_PKEY_asn1_find_str()
|
/freebsd/crypto/openssl/crypto/hmac/ |
H A D | hmac_s390x.c | 79 if (!ENGINE_init(impl)) in s390x_check_engine_used()
|
/freebsd/crypto/openssl/apps/ |
H A D | engine.c | 471 if (ENGINE_init(e)) { in engine_main()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | engine.h | 620 OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | digest.c | 310 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 D | evp_enc.c | 354 if (!ENGINE_init(impl)) { in evp_cipher_init_internal() 1814 if (in->engine && !ENGINE_init(in->engine)) { in EVP_CIPHER_CTX_copy()
|
H A D | p_lib.c | 732 if (!ENGINE_init(e)) { in EVP_PKEY_set1_engine() 1655 if (eptr == NULL && e != NULL && !ENGINE_init(e)) { in pkey_set_type()
|
H A D | pmeth_lib.c | 218 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 D | rand_lib.c | 335 if (!ENGINE_init(engine)) in RAND_set_rand_engine()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 100 if (!ENGINE_init(engine)) { in rsa_new_intern()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssltestlib.c | 1538 if (!TEST_true(ENGINE_init(e))) { in load_dasync()
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 3061 if (!ENGINE_init(e))
|