GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
EVP_RC4(3) FreeBSD Library Functions Manual EVP_RC4(3)

EVP_rc4, EVP_rc4_40, EVP_rc4_hmac_md5EVP RC4 stream cipher

#include <openssl/evp.h>

const EVP_CIPHER *
EVP_rc4(void);

const EVP_CIPHER *
EVP_rc4_40(void);

const EVP_CIPHER *
EVP_rc4_hmac_md5(void);

These functions provide the RC4 stream cipher in the evp(3) framework. It is a variable key length cipher.

() uses a default key length of 128 bits.

() uses a key length of 40 bits instead. This function is deprecated. Use EVP_rc4() and EVP_CIPHER_CTX_set_key_length(3) instead.

() provides authenticated encryption with the RC4 stream cipher with MD5 as HMAC. This function is not intended for usage outside of TLS and requires calling of some undocumented control functions. It does not conform to the EVP AEAD interface.

These functions return an EVP_CIPHER structure that provides the implementation of the symmetric cipher.

evp(3), EVP_EncryptInit(3)

EVP_rc4() first appeared in SSLeay 0.5.1 and EVP_rc4_40() in OpenSSL 0.9.1. These functions have been available since OpenBSD 2.4.

EVP_rc4_hmac_md5() first appeared in OpenSSL 1.0.1 and has been available since OpenBSD 5.3.

March 21, 2019 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.