Lines Matching +full:pre +full:- +full:determined
5 ----------------
11 - `EVP_SIGNATURE`
13 Public API - Add variants of `EVP_PKEY_CTX` functionality
14 ---------------------------------------------------------
16 Through OTC discussions, it's been determined that the most suitable APIs to
22 when the fetched algorithm permits it (for example, RSA-SHA256).
27 hash "SHA256" to get the "RSA-SHA256" functionality. For an `EVP_SIGNATURE`
34 pre-computed digest of a message (under the condition that proper flags
40 This design proposes an extension to also allow full (not pre-hashed)
50 …]: the term "primitive" is borrowed from [PKCS#1](https://www.rfc-editor.org/rfc/rfc8017#section-5)
60 New public API - API Reference
61 ------------------------------
129 -----------------------------
137 For non-composite operation algorithms (like "RSA"), this is not necessary,
150 to be a pre-hashed digest or the original message, must be passed on to the
183 -------------------
188 for pre-hashed digest operations). To find out if the `EVP_PKEY` key type
192 - Check if the fetched operation name matches the key type (keymgmt name)
197 - Check if the fetched algorithm name matches the name returned by the