- CAST_cbc_encrypt
void CAST_cbc_encrypt(const(ubyte)* in_, ubyte* out_, 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_, 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_, 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.
- private_CAST_set_key
void private_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.