boringssl ~master (2018-08-30T01:56:08Z)
Dub
Repo
SEED_ofb128_encrypt
deimos
openssl
seed
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
SEED_ofb128_encrypt
(
const
(
ubyte
)*
in_
,
ubyte
*
out_
,
size_t
len
,
const
(
SEED_KEY_SCHEDULE
)*
ks
,
ubyte
[
SEED_BLOCK_SIZE
]*
ivec
,
int
*
num
)
Meta
Source
See Implementation
deimos
openssl
seed
aliases
SEED_KEY_SCHEDULE
functions
SEED_cbc_encrypt
SEED_cfb128_encrypt
SEED_decrypt
SEED_ecb_encrypt
SEED_encrypt
SEED_ofb128_encrypt
SEED_set_key
private_SEED_set_key
manifest constants
SEED_BLOCK_SIZE
SEED_KEY_LENGTH
structs
seed_key_st