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