hunt-openssl ~master (2021-04-30T03:10:28Z)
Home
Dub
Repo
BF_cfb64_encrypt
deimos
openssl
blowfish
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
BF_cfb64_encrypt
(
const
(
ubyte
)*
in_
,
ubyte
*
out_
,
c_long
length
,
const
(
BF_KEY
)*
schedule
,
ubyte
*
ivec
,
int
*
num
,
int
enc
)
Meta
Source
See Implementation
deimos
openssl
blowfish
aliases
BF_KEY
BF_LONG
functions
BF_cbc_encrypt
BF_cfb64_encrypt
BF_decrypt
BF_ecb_encrypt
BF_encrypt
BF_ofb64_encrypt
BF_options
BF_set_key
private_BF_set_key
manifest constants
BF_BLOCK
BF_DECRYPT
BF_ENCRYPT
BF_ROUNDS
structs
bf_key_st