- Camellia_cbc_encrypt
void Camellia_cbc_encrypt(const(ubyte)* in_, ubyte* out_, size_t length, const(CAMELLIA_KEY)* key, ubyte* 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.
- Camellia_cfb128_encrypt
void Camellia_cfb128_encrypt(const(ubyte)* in_, ubyte* out_, size_t length, const(CAMELLIA_KEY)* key, 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.
- Camellia_cfb1_encrypt
void Camellia_cfb1_encrypt(const(ubyte)* in_, ubyte* out_, size_t length, const(CAMELLIA_KEY)* key, 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.
- Camellia_cfb8_encrypt
void Camellia_cfb8_encrypt(const(ubyte)* in_, ubyte* out_, size_t length, const(CAMELLIA_KEY)* key, 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.
- Camellia_ctr128_encrypt
void Camellia_ctr128_encrypt(const(ubyte)* in_, ubyte* out_, size_t length, const(CAMELLIA_KEY)* key, ubyte[CAMELLIA_BLOCK_SIZE] ivec, ubyte[CAMELLIA_BLOCK_SIZE] ecount_buf, uint* num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Camellia_decrypt
void Camellia_decrypt(const(ubyte)* in_, ubyte* out_, const(CAMELLIA_KEY)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Camellia_ecb_encrypt
void Camellia_ecb_encrypt(const(ubyte)* in_, ubyte* out_, const(CAMELLIA_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.
- Camellia_encrypt
void Camellia_encrypt(const(ubyte)* in_, ubyte* out_, const(CAMELLIA_KEY)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Camellia_ofb128_encrypt
void Camellia_ofb128_encrypt(const(ubyte)* in_, ubyte* out_, size_t length, const(CAMELLIA_KEY)* key, 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.
- Camellia_set_key
int Camellia_set_key(const(ubyte)* userKey, int bits, CAMELLIA_KEY* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- private_Camellia_set_key
int private_Camellia_set_key(const(ubyte)* userKey, int bits, CAMELLIA_KEY* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.