Decrypt one CAST block in place as two CAST_LONG words (deprecated low-level).
Declared in <openssl/cast.h>
[[deprecated]]
void
CAST_decrypt(
unsigned int* data,
CAST_KEY const* key);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| data | Two CAST_LONG words holding the 64-bit block (host endianness). |
| key | Expanded CAST key from CAST_set_key(). |