libressl_d.openssl.rc4

Undocumented in source.

Public Imports

core.stdc.stddef
public import core.stdc.stddef;
Undocumented in source.
libressl_d.openssl.opensslconf
public import libressl_d.openssl.opensslconf;
Undocumented in source.

Members

Aliases

RC4_KEY
alias RC4_KEY = .rc4_key_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

RC4
void RC4(.RC4_KEY* key, size_t len, const(ubyte)* indata, ubyte* outdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RC4_options
const(char)* RC4_options()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RC4_set_key
void RC4_set_key(.RC4_KEY* key, int len, const(ubyte)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
private_RC4_set_key
void private_RC4_set_key(.RC4_KEY* key, int len, const(ubyte)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

HEADER_RC4_H
enum HEADER_RC4_H;
Undocumented in source.

Structs

rc4_key_st
struct rc4_key_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta