libressl_d.openssl.idea

Undocumented in source.

Public Imports

libressl_d.openssl.opensslconf
public import libressl_d.openssl.opensslconf;

Members

Aliases

IDEA_KEY_SCHEDULE
alias IDEA_KEY_SCHEDULE = .idea_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

idea_cbc_encrypt
void idea_cbc_encrypt(const(ubyte)* in_, ubyte* out_, core.stdc.config.c_long length_, .IDEA_KEY_SCHEDULE* 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.
idea_cfb64_encrypt
void idea_cfb64_encrypt(const(ubyte)* in_, ubyte* out_, core.stdc.config.c_long length_, .IDEA_KEY_SCHEDULE* ks, ubyte* iv, 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.
idea_ecb_encrypt
void idea_ecb_encrypt(const(ubyte)* in_, ubyte* out_, .IDEA_KEY_SCHEDULE* ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
idea_encrypt
void idea_encrypt(core.stdc.config.c_ulong* in_, .IDEA_KEY_SCHEDULE* ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
idea_ofb64_encrypt
void idea_ofb64_encrypt(const(ubyte)* in_, ubyte* out_, core.stdc.config.c_long length_, .IDEA_KEY_SCHEDULE* ks, ubyte* iv, int* num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
idea_options
const(char)* idea_options()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
idea_set_decrypt_key
void idea_set_decrypt_key(.IDEA_KEY_SCHEDULE* ek, .IDEA_KEY_SCHEDULE* dk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
idea_set_encrypt_key
void idea_set_encrypt_key(const(ubyte)* key, .IDEA_KEY_SCHEDULE* ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

IDEA_BLOCK
enum IDEA_BLOCK;
Undocumented in source.
IDEA_DECRYPT
enum IDEA_DECRYPT;
Undocumented in source.
IDEA_ENCRYPT
enum IDEA_ENCRYPT;
Undocumented in source.
IDEA_KEY_LENGTH
enum IDEA_KEY_LENGTH;
Undocumented in source.

Structs

idea_key_st
struct idea_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