libressl_d.openssl.cast_

Undocumented in source.

Public Imports

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

Members

Aliases

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

Functions

CAST_cbc_encrypt
void CAST_cbc_encrypt(const(ubyte)* in_, ubyte* out_, core.stdc.config.c_long length_, const(.CAST_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.
CAST_cfb64_encrypt
void CAST_cfb64_encrypt(const(ubyte)* in_, ubyte* out_, core.stdc.config.c_long length_, const(.CAST_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.
CAST_decrypt
void CAST_decrypt(.CAST_LONG* data, const(.CAST_KEY)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CAST_ecb_encrypt
void CAST_ecb_encrypt(const(ubyte)* in_, ubyte* out_, const(.CAST_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.
CAST_encrypt
void CAST_encrypt(.CAST_LONG* data, const(.CAST_KEY)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CAST_ofb64_encrypt
void CAST_ofb64_encrypt(const(ubyte)* in_, ubyte* out_, core.stdc.config.c_long length_, const(.CAST_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.
CAST_set_key
void CAST_set_key(.CAST_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

CAST_BLOCK
enum CAST_BLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CAST_DECRYPT
enum CAST_DECRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CAST_ENCRYPT
enum CAST_ENCRYPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CAST_KEY_LENGTH
enum CAST_KEY_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

cast_key_st
struct cast_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