Lines Matching full:implementation
29 a "default" implementation suitable for general use, and a "fips" implementation
49 provider loaded that contains an implementation of it. OpenSSL comes with a
102 In order to use an algorithm an implementation for it must first be "fetched".
105 the implementation that will be used.
130 implementation. Instead, the diverse OpenSSL APIs often have explicit fetching
134 be used to explicitly fetch a digest algorithm implementation. The user is
159 implementation.
163 The algorithm implementation that is fetched can then be used with other diverse
171 associated implementation, such as L<EVP_sha256(3)>, L<EVP_aes_128_cbc(3)>,
177 L<EVP_CipherInit_ex(3)>, the actual implementation to be used is
181 is supplied. In this case an algorithm implementation is implicitly fetched
195 Fetch the operation type implementation from any provider given a library
198 If the provider of the operation type implementation is different from the
199 provider of the L<EVP_PKEY(3)>'s L<EVP_KEYMGMT(3)> implementation, try to
200 fetch a L<EVP_KEYMGMT(3)> implementation in the same provider as the operation
201 type implementation and export the L<EVP_PKEY(3)> to it (effectively making a
208 As a fallback, try to fetch the operation type implementation from the same
282 Fetch any available implementation of SHA2-256 in the default context. Note
289 Fetch any available implementation of AES-128-CBC in the default context:
295 Fetch an implementation of SHA2-256 from the default provider in the default
302 Fetch an implementation of SHA2-256 that is not from the default provider in the
309 Fetch an implementation of SHA2-256 from the default provider in the specified
317 implementation of WHIRLPOOL from it:
327 since, assuming no other providers have been loaded, the only implementation of
466 * Fetch the SHA256 algorithm implementation for doing the digest. We're
469 * implementation (second NULL parameter). Any SHA256 implementation will
534 any other algorithm implementation in OpenSSL. They are implemented by