Lines Matching +full:block +full:- +full:fetch
6 EVP_DigestVerifyFinal, EVP_DigestVerify - EVP signature verification functions
26 The EVP signature routines are a high-level interface to digital signatures.
33 implement that digest directly itself or it may (optionally) choose to fetch it
36 for the properties to be used during the fetch. Finally, the passed parameters
39 The I<pkey> algorithm is used to fetch a B<EVP_SIGNATURE> method implicitly, to
40 be used for the actual signing. See L<provider(7)/Implicit fetch> for
43 The OpenSSL default and legacy providers support fetching digests and can fetch
45 supports fetching digests but will only fetch digests that are themselves
87 SHA3-224, SHA3-256, SHA3-384, SHA3-512
103 If RSA-PSS is used and restrictions apply then the digest must match.
137 preference to the low-level interfaces. This is because the code then becomes
140 EVP_DigestVerify() is a one shot operation which verifies a single block of
174 L<SHA1(3)>, L<openssl-dgst(1)>,
189 Copyright 2006-2023 The OpenSSL Project Authors. All Rights Reserved.