hunt-openssl ~master (2021-04-30T03:10:28Z)
Home
Dub
Repo
idea_key_st
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
struct
idea_key_st {
IDEA_INT
[
9
][
6
]
data
;
}
Members
Variables
data
IDEA_INT
[
9
][
6
]
data
;
Undocumented in source.
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