Searched refs:engine (Results 101 - 112 of 112) sorted by relevance

12345

/freebsd-12-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c78 #include <openssl/engine.h>
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c813 INTe(engine);
H A Dconfig.c2288 { INTe(engine) },
/freebsd-12-stable/contrib/sendmail/src/
H A Dtls.c23 # include <openssl/engine.h>
445 "STARTTLS=init, engine=%s, TLS_set_engine=failed",
2566 "engine=%s, path=%s, ispre=%d, pre=%d, initialized=%d",
2574 /* is this the "right time" to initialize the engine? */
2587 "engine=%s, by_id=failed", "dynamic");
2597 "engine=%s, SO_PATH=%s, status=failed",
2606 "engine=%s, ID=failed", id);
2614 "engine=%s, LOAD=failed", id);
2621 sm_syslog(LOG_ERR, NOQID, "engine=%s, by_id=failed",
2629 sm_syslog(LOG_ERR, NOQID, "engine
[all...]
/freebsd-12-stable/contrib/ldns/
H A Dkeys.c19 #include <openssl/engine.h>
128 /** store GOST engine reference loaded into OpenSSL library */
140 /* see if configuration loaded gost implementation from other engine*/
147 /* see if engine can be loaded already */
156 /* no gost engine in openssl */
172 /* Note: do not ENGINE_finish and ENGINE_free the acquired engine
H A Dconfigure1466 --enable-gost-anyway Enable GOST even whithout a GOST engine installed
15503 #include <openssl/engine.h>
15514 /* see if configuration loaded gost implementation from other engine*/
15521 /* see if engine can be loaded already */
15530 /* no gost engine in openssl */
15616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Gost support does not work because the engine is missing." >&5
15617 $as_echo "$as_me: WARNING: Gost support does not work because the engine is missing." >&2;}
15618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Install gost-engine first or use the --enable-gost-anyway to compile with GOST support anyway" >&5
15619 $as_echo "$as_me: WARNING: Install gost-engine first or use the --enable-gost-anyway to compile with GOST support anyway" >&2;}
15620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: See also https://github.com/gost-engine/engin
[all...]
/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_ciph.c16 #include <openssl/engine.h>
164 * is engine-provided, we'll fill it only if corresponding EVP_PKEY_METHOD is
H A Dssl_lib.c20 #include <openssl/engine.h>
3089 /* Use specific client engine automatically... ignore errors */
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.c667 int engine);
4336 * engine that doesn't reset global blocks in case of global
4338 * (the engine which leader will perform the recovery
6651 * function on the engine
6655 * for just the one belonging to its engine).
6697 /* clear RESET_IN_PROGRESS bit for the engine, should be run under rtnl lock */
6715 /* set RESET_IN_PROGRESS for the engine, should be run under rtnl lock */
6733 /* check RESET_IN_PROGRESS bit for an engine, should be run under rtnl lock */
6736 int engine)
6739 uint32_t bit = engine
6735 bxe_reset_is_done(struct bxe_softc *sc, int engine) argument
6748 bxe_get_load_status(struct bxe_softc *sc, int engine) argument
[all...]
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c24 #include <openssl/engine.h>
/freebsd-12-stable/crypto/openssl/
H A DConfigure59 # If disabled, it also disables shared and dynamic-engine.
327 "bn", "ec", "rsa", "dsa", "dh", "sm2", "dso", "engine",
373 "dynamic-engine",
380 "engine",
424 "static-engine",
504 "shared" => [ "dynamic-engine" ],
505 "dso" => [ "dynamic-engine" ],
506 "engine" => [ "afalgeng", "devcryptoeng" ],
725 elsif ($1 eq "static-engine")
727 delete $disabled{"dynamic-engine"};
[all...]
/freebsd-12-stable/contrib/unbound/
H A Dconfigure1633 disable script engine. (default=no)
18387 for ac_header in openssl/conf.h openssl/engine.h openssl/bn.h openssl/dh.h openssl/dsa.h openssl/rsa.h openssl/core_names.h
18446 #include <openssl/engine.h>
18476 #include <openssl/engine.h>
18506 #include <openssl/engine.h>
18543 #include <openssl/engine.h>
18770 #include <openssl/engine.h>
18781 /* see if configuration loaded gost implementation from other engine*/
18788 /* see if engine can be loaded already */
18797 /* no gost engine i
[all...]

Completed in 233 milliseconds

12345