Lines Matching refs: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.
129 implementation. Instead, the diverse OpenSSL APIs often have explicit fetching
133 be used to explicitly fetch a digest algorithm implementation. The user is
158 implementation.
162 The algorithm implementation that is fetched can then be used with other diverse
170 associated implementation, such as L<EVP_sha256(3)>, L<EVP_aes_128_cbc(3)>,
176 L<EVP_CipherInit_ex(3)>, the actual implementation to be used is
180 is supplied. In this case an algorithm implementation is implicitly fetched
194 Fetch the operation type implementation from any provider given a library
197 If the provider of the operation type implementation is different from the
198 provider of the L<EVP_PKEY(3)>'s L<EVP_KEYMGMT(3)> implementation, try to
199 fetch a L<EVP_KEYMGMT(3)> implementation in the same provider as the operation
200 type implementation and export the L<EVP_PKEY(3)> to it (effectively making a
207 As a fallback, try to fetch the operation type implementation from the same
218 Fetch any available implementation of SHA2-256 in the default context. Note
225 Fetch any available implementation of AES-128-CBC in the default context:
231 Fetch an implementation of SHA2-256 from the default provider in the default
238 Fetch an implementation of SHA2-256 that is not from the default provider in the
245 Fetch an implementation of SHA2-256 from the default provider in the specified
253 implementation of WHIRLPOOL from it:
263 since, assuming no other providers have been loaded, the only implementation of
400 * Fetch the SHA256 algorithm implementation for doing the digest. We're
403 * implementation (second NULL parameter). Any SHA256 implementation will
461 any other algorithm implementation in OpenSSL. They are implemented by