Lines Matching full:functions
5 evp - high-level cryptographic functions
14 functions.
17 functions provide public key encryption and decryption to implement digital "envelopes".
20 L<B<EVP_DigestVerify>I<XXX>|EVP_DigestVerifyInit(3)> functions implement
23 functions.
26 functions. The L<B<EVP_Digest>I<XXX>|EVP_DigestInit(3)> functions provide message digests.
28 The B<EVP_PKEY>I<XXX> functions provide a high-level interface to
31 with a private key of a particular algorithm by using the functions
38 The EVP_PKEY functions support the full range of asymmetric algorithm operations:
47 these functions do not perform a digest of the data to be signed. Therefore,
49 functions for this purpose.
53 these functions perform encryption and decryption only. As public key
56 L<EVP_OpenInit(3)> functions.
66 L<B<EVP_Decode>I<XXX>|EVP_EncodeInit(3)> functions implement base 64 encoding
72 as defaults, then the various EVP functions will automatically use those
76 Although low-level algorithm specific functions exist for many algorithms
78 versions of new algorithms cannot be accessed using the low-level functions.