Decrypt one RC2 block held as two host‐endian longs (deprecated).
Synopsis
Declared in <openssl/rc2.h>
[[deprecated]]
void
RC2_decrypt(
unsigned long* data,
RC2_KEY* key);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
data |
Two‐element array holding the 64‐bit block. |
key |
Expanded key from RC2_set_key(). |
Created with MrDocs