Decrypt one 16‐byte SEED block (deprecated; prefer EVP).
Synopsis
Declared in <openssl/seed.h>
[[deprecated]]
void
SEED_decrypt(
unsigned char const s[],
unsigned char d[],
SEED_KEY_SCHEDULE const* ks);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
s |
16‐byte ciphertext block. |
d |
16‐byte plaintext buffer (may equal |
ks |
Expanded SEED key from SEED_set_key(). |
Created with MrDocs