Return the RC2 cipher in CBC mode with a 40‐bit effective key.

Synopsis

Declared in <openssl/evp.h>

EVP_CIPHER const*
EVP_rc2_40_cbc();

Return Value

EVP_CIPHER for rc2‐40‐cbc, or NULL if unavailable.

Created with MrDocs