openssl ~master (2021-05-13T03:39:50Z)
Home
Dub
Repo
BF_ecb_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_ecb_encrypt
(
const
(
ubyte
)*
in_
,
ubyte
*
out_
,
const
(
BF_KEY
)*
key
,
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