Decrypt one Blowfish block in place (deprecated low-level primitive).
Declared in <openssl/blowfish.h>
[[deprecated]]
void
BF_decrypt(
unsigned int* data,
BF_KEY const* key);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| data | Two BF_LONG words holding the 64-bit block (host endianness). |
| key | Expanded Blowfish key schedule from BF_set_key(). |