libressl_d.openssl.rc2

Undocumented in source.

Public Imports

libressl_d.openssl.opensslconf
public import libressl_d.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_, core.stdc.config.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_, core.stdc.config.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(core.stdc.config.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(core.stdc.config.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_, core.stdc.config.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.

Manifest constants

HEADER_RC2_H
enum HEADER_RC2_H;
Undocumented in source.
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