deimos.openssl.rc2

Undocumented in source.

Public Imports

deimos.openssl.opensslconf
public import deimos.openssl.opensslconf;
Undocumented in source.

Members

Aliases

RC2_KEY
alias RC2_KEY = rc2_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

RC2_cbc_encrypt
void RC2_cbc_encrypt(const(ubyte)* in_, ubyte* out_, c_long length, RC2_KEY* ks, ubyte* iv, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RC2_cfb64_encrypt
void RC2_cfb64_encrypt(const(ubyte)* in_, ubyte* out_, c_long length, RC2_KEY* schedule, ubyte* ivec, int* num, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RC2_decrypt
void RC2_decrypt(c_ulong* data, RC2_KEY* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RC2_ecb_encrypt
void RC2_ecb_encrypt(const(ubyte)* in_, ubyte* out_, RC2_KEY* key, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RC2_encrypt
void RC2_encrypt(c_ulong* data, RC2_KEY* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RC2_ofb64_encrypt
void RC2_ofb64_encrypt(const(ubyte)* in_, ubyte* out_, c_long length, RC2_KEY* schedule, ubyte* ivec, int* num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RC2_set_key
void RC2_set_key(RC2_KEY* key, int len, const(ubyte)* data, int bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
private_RC2_set_key
void private_RC2_set_key(RC2_KEY* key, int len, const(ubyte)* data, int bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

RC2_BLOCK
enum RC2_BLOCK;
Undocumented in source.
RC2_DECRYPT
enum RC2_DECRYPT;
Undocumented in source.
RC2_ENCRYPT
enum RC2_ENCRYPT;
Undocumented in source.
RC2_KEY_LENGTH
enum RC2_KEY_LENGTH;
Undocumented in source.

Structs

rc2_key_st
struct rc2_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