- DES_cbc_cksum
DES_LONG DES_cbc_cksum(const(ubyte)* input, DES_cblock* output, c_long length, DES_key_schedule* schedule, const_DES_cblock* ivec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_cbc_encrypt
void DES_cbc_encrypt(const(ubyte)* input, ubyte* output, c_long length, DES_key_schedule* schedule, DES_cblock* ivec, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_cfb64_encrypt
void DES_cfb64_encrypt(const(ubyte)* in_, ubyte* out_, c_long length, DES_key_schedule* schedule, DES_cblock* 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.
- DES_cfb_encrypt
void DES_cfb_encrypt(const(ubyte)* in_, ubyte* out_, int numbits, c_long length, DES_key_schedule* schedule, DES_cblock* ivec, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_check_key_parity
int DES_check_key_parity(const_DES_cblock* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_crypt
char* DES_crypt(const(char)* buf, const(char)* salt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_decrypt3
void DES_decrypt3(DES_LONG* data, DES_key_schedule* ks1, DES_key_schedule* ks2, DES_key_schedule* ks3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_ecb3_encrypt
void DES_ecb3_encrypt(const_DES_cblock* input, DES_cblock* output, DES_key_schedule* ks1, DES_key_schedule* ks2, DES_key_schedule* ks3, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_ecb_encrypt
void DES_ecb_encrypt(const_DES_cblock* input, DES_cblock* output, DES_key_schedule* ks, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_ede3_cbc_encrypt
void DES_ede3_cbc_encrypt(const(ubyte)* input, ubyte* output, c_long length, DES_key_schedule* ks1, DES_key_schedule* ks2, DES_key_schedule* ks3, DES_cblock* ivec, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_ede3_cbcm_encrypt
void DES_ede3_cbcm_encrypt(const(ubyte)* in_, ubyte* out_, c_long length, DES_key_schedule* ks1, DES_key_schedule* ks2, DES_key_schedule* ks3, DES_cblock* ivec1, DES_cblock* ivec2, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_ede3_cfb64_encrypt
void DES_ede3_cfb64_encrypt(const(ubyte)* in_, ubyte* out_, c_long length, DES_key_schedule* ks1, DES_key_schedule* ks2, DES_key_schedule* ks3, DES_cblock* 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.
- DES_ede3_cfb_encrypt
void DES_ede3_cfb_encrypt(const(ubyte)* in_, ubyte* out_, int numbits, c_long length, DES_key_schedule* ks1, DES_key_schedule* ks2, DES_key_schedule* ks3, DES_cblock* ivec, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_ede3_ofb64_encrypt
void DES_ede3_ofb64_encrypt(const(ubyte)* in_, ubyte* out_, c_long length, DES_key_schedule* ks1, DES_key_schedule* ks2, DES_key_schedule* ks3, DES_cblock* 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.
- DES_enc_read
int DES_enc_read(int fd, void* buf, int len, DES_key_schedule* sched, DES_cblock* iv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_enc_write
int DES_enc_write(int fd, const(void)* buf, int len, DES_key_schedule* sched, DES_cblock* iv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_encrypt1
void DES_encrypt1(DES_LONG* data, DES_key_schedule* ks, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_encrypt2
void DES_encrypt2(DES_LONG* data, DES_key_schedule* ks, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_encrypt3
void DES_encrypt3(DES_LONG* data, DES_key_schedule* ks1, DES_key_schedule* ks2, DES_key_schedule* ks3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_fcrypt
char* DES_fcrypt(const(char)* buf, const(char)* salt, char* ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_is_weak_key
int DES_is_weak_key(const_DES_cblock* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_key_sched
int DES_key_sched(const_DES_cblock* key, DES_key_schedule* schedule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_ncbc_encrypt
void DES_ncbc_encrypt(const(ubyte)* input, ubyte* output, c_long length, DES_key_schedule* schedule, DES_cblock* ivec, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_ofb64_encrypt
void DES_ofb64_encrypt(const(ubyte)* in_, ubyte* out_, c_long length, DES_key_schedule* schedule, DES_cblock* 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.
- DES_ofb_encrypt
void DES_ofb_encrypt(const(ubyte)* in_, ubyte* out_, int numbits, c_long length, DES_key_schedule* schedule, DES_cblock* ivec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_options
const(char)* DES_options()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_pcbc_encrypt
void DES_pcbc_encrypt(const(ubyte)* input, ubyte* output, c_long length, DES_key_schedule* schedule, DES_cblock* ivec, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_quad_cksum
DES_LONG DES_quad_cksum(const(ubyte)* input, DES_cblock[] output, c_long length, int out_count, DES_cblock* seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_random_key
int DES_random_key(DES_cblock* ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_read_2passwords
int DES_read_2passwords(DES_cblock* key1, DES_cblock* key2, const(char)* prompt, int verify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_read_password
int DES_read_password(DES_cblock* key, const(char)* prompt, int verify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_set_key
int DES_set_key(const_DES_cblock* key, DES_key_schedule* schedule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_set_key_checked
int DES_set_key_checked(const_DES_cblock* key, DES_key_schedule* schedule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_set_key_unchecked
void DES_set_key_unchecked(const_DES_cblock* key, DES_key_schedule* schedule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_set_odd_parity
void DES_set_odd_parity(DES_cblock* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_string_to_2keys
void DES_string_to_2keys(const(char)* str, DES_cblock* key1, DES_cblock* key2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_string_to_key
void DES_string_to_key(const(char)* str, DES_cblock* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_xcbc_encrypt
void DES_xcbc_encrypt(const(ubyte)* input, ubyte* output, c_long length, DES_key_schedule* schedule, DES_cblock* ivec, const_DES_cblock* inw, const_DES_cblock* outw, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DES_xwhite_in2out
void DES_xwhite_in2out(const_DES_cblock* DES_key, const_DES_cblock* in_white, DES_cblock* out_white)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- private_DES_set_key_unchecked
void private_DES_set_key_unchecked(const_DES_cblock* key, DES_key_schedule* schedule)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.