Lines Matching full:engines
190 Due to the modular nature of the ENGINE API, pointers to ENGINEs need to be
204 implementations. Indeed it's quite possible that most ENGINEs will not
205 initialise at all in typical environments, as ENGINEs are typically used to
218 This basic type of reference is used for instantiating new ENGINEs,
220 ENGINEs, reading information about an ENGINE, etc. Essentially a structural
284 algorithms and modes, and ENGINEs can support arbitrarily many of them.
300 this question it must iterate across all the registered ENGINEs in the
324 "visible" ENGINEs from which it has to operate - at start-up, this list is
332 The fact that ENGINEs are made visible to OpenSSL (and thus are linked into
348 if any ENGINEs are loaded, even if not registered or used, it was necessary to
392 /* Load all bundled ENGINEs into memory and make them visible */
398 RSA key, any bundled ENGINEs that implement RSA_METHOD will be passed to
410 arbitrary configuration "directives" directly to such ENGINEs. It is also
417 supported control commands and simply prefer to pass settings into ENGINEs
503 commands implemented by ENGINEs should be numbered from. Any command value
568 might query various ENGINEs to see if they implement "FOO_GET_VENDOR_LOGO_GIF" -
578 The path to the engines directory.