boringssl ~master (2018-08-30T01:56:08Z)
Dub
Repo
idea_cfb64_encrypt
deimos
openssl
idea
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
void
idea_cfb64_encrypt
(
const
(
ubyte
)*
in_
,
ubyte
*
out_
,
c_long
length
,
IDEA_KEY_SCHEDULE
*
ks
,
ubyte
*
iv
,
int
*
num
,
int
enc
)
Meta
Source
See Implementation
deimos
openssl
idea
aliases
IDEA_KEY_SCHEDULE
functions
idea_cbc_encrypt
idea_cfb64_encrypt
idea_ecb_encrypt
idea_encrypt
idea_ofb64_encrypt
idea_options
idea_set_decrypt_key
idea_set_encrypt_key
private_idea_set_encrypt_key
manifest constants
IDEA_BLOCK
IDEA_DECRYPT
IDEA_ENCRYPT
IDEA_KEY_LENGTH
structs
idea_key_st