deimos.openssl.rc4

Undocumented in source.

Public Imports

deimos.openssl.opensslconf
public import deimos.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.

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