Encrypt one Blowfish block in place (deprecated low‐level primitive).

Synopsis

Declared in <openssl/blowfish.h>

[[deprecated]]
void
BF_encrypt(
    unsigned int* data,
    BF_KEY const* key);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

data

Two BF_LONG words holding the 64‐bit block (host endianness).

key

Expanded Blowfish key schedule from BF_set_key().

Created with MrDocs