Return the SEED cipher in CBC mode.
Synopsis
Declared in <openssl/evp.h>
EVP_CIPHER const*
EVP_seed_cbc();
Return Value
EVP_CIPHER for seed‐cbc, or NULL if unavailable.
Created with MrDocs