Expand a raw Blowfish key into a BF_KEY schedule (deprecated).
Declared in <openssl/blowfish.h>
[[deprecated]]
void
BF_set_key(
BF_KEY* key,
int len,
unsigned char const* data);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| key | Destination key schedule. |
| len | Number of key bytes at data (1..56 typical; longer keys are truncated per Blowfish). |
| data | Raw key octets. |