1page_evp(3) Heimdal crypto library page_evp(3)
23
4
NAME
6page_evpEVP - generic crypto interface
7- See the library functions here: EVP generic crypto functions
8
EVP Cipher
10The use of EVP_CipherInit_ex() and EVP_Cipher() is pretty easy to
11understand forward, then EVP_CipherUpdate() and EVP_CipherFinal_ex()
12really needs an example to explain example_evp_cipher.c .
1314
15
16
Version 7.7.0 Fri Jun 7 2019 page_evp(3)