openssl ~master (2021-05-13T03:39:50Z)
Home
Dub
Repo
bf_key_st
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
struct
bf_key_st {
BF_LONG
[
BF_ROUNDS
+
2
]
P
;
BF_LONG
[
4
*
256
]
S
;
}
Members
Variables
P
BF_LONG
[
BF_ROUNDS
+
2
]
P
;
Undocumented in source.
S
BF_LONG
[
4
*
256
]
S
;
Undocumented in source.
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