Home
last modified time | relevance | path

Searched refs:engines (Results 1 – 25 of 42) sorted by relevance

12

/openssl-master/engines/
A Dbuild.info39 GENERATE[padlock.ld]=../util/engines.num
49 GENERATE[capi.ld]=../util/engines.num
59 GENERATE[afalg.ld]=../util/engines.num
69 GENERATE[devcrypto.ld]=../util/engines.num
80 GENERATE[loader_attic.ld]=../util/engines.num
90 GENERATE[dasync.ld]=../util/engines.num
98 GENERATE[ossltest.ld]=../util/engines.num
/openssl-master/Configurations/
A DREADME-design.md121 # engines/build.info
133 called `engines/dasync` and `engines/ossltest` shall be built, that
158 MODULES=engines/dasync
159 SOURCE[engines/dasync]=engines/e_dasync.c
160 DEPEND[engines/dasync]=libcrypto
161 INCLUDE[engines/dasync]=include
163 MODULES_NO_INST=engines/ossltest
164 SOURCE[engines/ossltest]=engines/e_ossltest.c
263 "engines/dasync" =>
282 "engines/dasync",
[all …]
A Dwindows-makefile.tmpl230 catdir($modulesprefix_dir, "engines-$sover_dirname");
475 -del /Q /S /F engines\*.lib engines\*.exp
566 @$(ECHO) "*** Installing engines"
/openssl-master/apps/
A Dengine.c302 STACK_OF(OPENSSL_CSTRING) *engines = sk_OPENSSL_CSTRING_new_null(); in engine_main()
312 if (engines == NULL || pre_cmds == NULL || post_cmds == NULL) in engine_main()
319 sk_OPENSSL_CSTRING_push(engines, argv1); in engine_main()
373 sk_OPENSSL_CSTRING_push(engines, *argv); in engine_main()
376 if (sk_OPENSSL_CSTRING_num(engines) == 0) { in engine_main()
378 sk_OPENSSL_CSTRING_push(engines, ENGINE_get_id(e)); in engine_main()
383 for (i = 0; i < sk_OPENSSL_CSTRING_num(engines); i++) { in engine_main()
384 const char *id = sk_OPENSSL_CSTRING_value(engines, i); in engine_main()
488 sk_OPENSSL_CSTRING_free(engines); in engine_main()
A Dlist.c1538 unsigned int engines:1; in list_main() member
1623 todo.engines = 1; in list_main()
1694 if (todo.engines) in list_main()
/openssl-master/doc/man1/
A Dopenssl-engine.pod.in6 openssl-engine - load and query engines
25 This command has been deprecated. Providers should be used instead of engines.
63 Command-line configuration of engines.
110 The path to the engines directory.
A Dopenssl-list.pod.in41 -}[B<-engines>]
178 =item B<-engines>
182 Display a list of loaded engines.
235 The B<-engines>, B<-digest-commands>, and B<-cipher-commands> options
A Dopenssl-speed.pod.in46 of hardware engines.
A Dopenssl-enc.pod.in225 When the enc command lists supported ciphers, ciphers provided by engines,
266 ones provided by configured engines.
/openssl-master/doc/man3/
A DEVP_CIPHER_CTX_get_cipher_data.pod20 engines to store engine specific information. The data is automatically
21 allocated and freed by OpenSSL, so applications and engines should not normally
A DEVP_PKEY_get_default_digest_nid.pod30 been loaded from engines, or created with L<EVP_PKEY_assign_RSA(3)> or
A DASYNC_WAIT_CTX_new.pod74 ever return one fd. If multiple asynchronous engines are being used then more
86 Implementors of async aware code (e.g. engines) are encouraged to return a
97 Async aware code (e.g. engines) can get the current B<ASYNC_WAIT_CTX> from the
A DOpenSSL_version.pod164 OpenSSL engines.
169 dynamically loadable OpenSSL modules other than engines.
A DSSL_get_all_async_fds.pod36 capable engines are in use then more than one is possible. The number of file
A DBIO_get_ex_new_index.pod83 Applications using engines should be replaced by providers.
A DEVP_PKEY_set1_RSA.pod127 function is deprecated. Applications should use providers instead of engines
134 instead of engines (see L<provider(7)> for details).
A DOPENSSL_init_crypto.pod167 built in engines listed above with the exception of the openssl and afalg
168 engines. This not a default option and is deprecated
A DERR_put_error.pod108 system, such as engines or applications, must normally get their own
/openssl-master/doc/man5/
A Dconfig.pod187 engines = engines
202 [engines]
354 The name B<engines> in the initialization section names the section
368 specified in the list of engines. If present, it must be first.
371 [engines]
406 [engines]
529 The path to the engines directory.
/openssl-master/VMS/
A Dopenssl_ivp.com.in41 $ ! FUTURE ENHANCEMENT: Verify that engines are where they should be.
A Dopenssl_startup.com.in28 $ ! or that depend on engines.
/openssl-master/doc/man7/
A Dmigration_guide.pod113 support engines, including the ENGINE API and any function that creates or
120 FIPS module, as detailed below. Authors and maintainers of external engines are
121 strongly encouraged to refactor their code transforming engines into providers
965 =head4 Providers are a replacement for engines and low-level method overrides
968 Applications using engines should instead use providers.
1350 See L</Providers are a replacement for engines and low-level method overrides>
1558 See L</Providers are a replacement for engines and low-level method overrides>
1565 See L</Providers are a replacement for engines and low-level method overrides>
1922 These functions helped applications and engines create loaders for
2015 See L</Providers are a replacement for engines and low-level method overrides>
[all …]
A Dopenssl-env.pod41 Specifies the directory from which dynamic engines are loaded.
/openssl-master/
A Dbuild.info9 SUBDIRS=engines
A DINSTALL.md658 Don't build the dynamically loaded engines.
689 Don't build support for loading engines.
752 Don't build any dynamically loadable engines.
865 Don't build the statically linked engines.
1286 lib/engines Contains the OpenSSL dynamically loadable engines.
1313 Contains the OpenSSL dynamically loadable engines.
1334 install engines. If you already have a pre-installed version of OpenSSL as

Completed in 28 milliseconds

12