Lines Matching full:implementation

161 a \*(L"default\*(R" implementation suitable for general use, and a \*(L"fips\*(R" implementation
179 provider loaded that contains an implementation of it. OpenSSL comes with a
229 In order to use an algorithm an implementation for it must first be \*(L"fetched\*(R".
232 the implementation that will be used.
255 implementation. Instead, the diverse OpenSSL APIs often have explicit fetching
259 be used to explicitly fetch a digest algorithm implementation. The user is
279 implementation.
281 The algorithm implementation that is fetched can then be used with other diverse
288 associated implementation, such as \fBEVP_sha256\fR\|(3), \fBEVP_aes_128_cbc\fR\|(3),
294 \&\fBEVP_CipherInit_ex\fR\|(3), the actual implementation to be used is
298 is supplied. In this case an algorithm implementation is implicitly fetched
308 Fetch the operation type implementation from any provider given a library
311 If the provider of the operation type implementation is different from the
312 provider of the \s-1\fBEVP_PKEY\s0\fR\|(3)'s \s-1\fBEVP_KEYMGMT\s0\fR\|(3) implementation, try to
313 fetch a \s-1\fBEVP_KEYMGMT\s0\fR\|(3) implementation in the same provider as the operation
314 type implementation and export the \s-1\fBEVP_PKEY\s0\fR\|(3) to it (effectively making a
319 As a fallback, try to fetch the operation type implementation from the same
385 Fetch any available implementation of \s-1SHA2\-256\s0 in the default context. Note
394 Fetch any available implementation of \s-1AES\-128\-CBC\s0 in the default context:
402 Fetch an implementation of \s-1SHA2\-256\s0 from the default provider in the default
411 Fetch an implementation of \s-1SHA2\-256\s0 that is not from the default provider in the
420 Fetch an implementation of \s-1SHA2\-256\s0 from the default provider in the specified
430 implementation of \s-1WHIRLPOOL\s0 from it:
442 since, assuming no other providers have been loaded, the only implementation of
577 \& * Fetch the SHA256 algorithm implementation for doing the digest. We\*(Aqre
580 \& * implementation (second NULL parameter). Any SHA256 implementation will
644 any other algorithm implementation in OpenSSL. They are implemented by